Mehr lesen
Informationen zum Autor ANDY JU AN WANG, PHD, is Associate Professor of Software Engineering at the School of Computing and Software Engineering, Southern Polytechnic State University. In addition to teaching graduate courses in component-based software development, Dr. Wang has published more than thirty technical papers and has given presentations at a number of national and international conferences and universities. KAI QIAN, PHD, is Professor and Department Chair of Software Engineering at the School of Computing and Software Engineering, Southern Polytechnic State University. He has taught component-based software development courses and has completed a number of research projects in component-based software engineering. Dr. Qian has also published extensively in various professional journals and international conference proceedings. Klappentext A practical, programming-centered approach to component-based software developmentComponent-oriented programming (COP) is rapidly becoming a mainstream programming paradigm, offering higher reusability and better modular structure with greater flexibility than object-oriented or library-based programming approaches. Component-Oriented Programming offers a unique programming-centered approach to component-based software development that delivers the well-developed training and practices needed to successfully apply this cost-effective method.Following an overview of basic theories and methodologies, the authors provide a unified component infrastructure for building component software using JavaBeans, EJB, OSGi, CORBA, CCM, .NET, and Web services.Readers learn how to:* Develop reusable software components* Build a software system of pre-built software components* Design and implement a component-based software system using various programming-centered approachesThroughout the text, step-by-step guides and self-review questions for each new component technology encourage hands-on practice. Clear organization and self-testing features make Component-Oriented Programming an ideal textbook for graduate and undergraduate courses in computer science, software engineering, or information technology, as well as a valuable reference for industry professionals. Zusammenfassung Introduces the fundamental theory and methodology for component-based software development. This book emphasizes component-oriented programming techniques in various component architectures, and is useful for graduate and undergraduate courses in computer science, software engineering, or information technology. Inhaltsverzeichnis Preface. 1. Introduction. 1.1 What is COP? 1.2 Why is COP important? 1.3 What is a component? 1.4 Hardware components and software components. 1.5 From OOP to COP. 1.6 Component-based software engineering. 1.7 Summary. 1.8 Self-review questions. 1.9 Exercises. 2. A Theory of Components. 2.1 Principles of COP. 2.2 Infrastructures of COP. 2.3 Component models. 2.4 Connection models. 2.5 Deployment models. 2.6 Unifying component technologies. 2.7 Summary. 2.8 Self-review questions. 2.9 Exercises. 3. COP with JavaBeans. 3.1 Overview of JavaBeans technology. 3.2 The component model of JavaBeans. 3.3 The connection model of JavaBeans. 3.4 The deployment model of JavaBeans. 3.5 Examples and lab practice. 3.6 Summary. 3.7 Self-review questions. 3.8 Exercises. 4. Enterprise JavaBeans Components. 4.1 The EJB a rchitecture. 4.2 The component model of EJB. 4.3 The connection model of EJB. 4.4 The deployment model of EJB. 4.5 Examples and lab practice. 4.6 Summary. 4.7 Self-review questions. 4.8 Exercises. 4.9 Programming exercises. 5. CORBA Components. 5.1 The COBRA co...