Saturday, September 24, 2011

Server Component Patterns: Component Infrastructures Illustrated with EJB by Eberhard Wolff - What is going on under the hood

Component technologies like Enterprise JavaBeans (EJB), COM+ and CORBA Components (CCM) have become mainstream in many application domains. Developers and architects who use this technology in their everyday work need to know more about component infrastructures than the APIs of the respective technology. And this is the book they need.

The first part of the book introduces a pattern language that describes how server-side component infrastructures work internally. It does not only adress the basic building blocks and their interactions. It also provides details about the reasons and rationales for this kind of system architecture. For each pattern, the book provides short examples of how it is implemented in EJB, CCM and COM+. These examples thus also serve as a good comparison of those three mainstream component infrastructures.

The second part of the book uses EJB technology to provide even more detailed examples for the patterns, including UML diagrams and extensive source code. Also serving as a comprehensive overview of EJB, it introduces it from the architectural viewpoint and for the developer highlights the consequences of working with that architecture.

Part three offers another approach to the material: a conversation between two people that describes how a concrete application has been built using component technology, focusing on the benefits of this approach.

After reading this book you will:

  • understand the principles and patterns of server-side component infrastructures
  • be able to design your own proprietary component infrastructures for specific projects
  • have learnt about the commonalities and differences between EJB, CCM and COM+
  • gain a comprehensive overview of EJB technology
  • see how server-side component infrastructures can be used to great benefit in a real application
The comic illustrations accompanying the patterns have been created by Stefan Schulz who, when not drawing, works as an independent technology consultant.

What is going on under the hood
The book presents a pattern language which is applied in implementing the component infrastructure (component and container) on the server side, particularly the EJB (Enterprise JavaBean) model. The patterns are also implemented with little variations by COM+ and CCM (CORBA Component Model).

E.g., how does the component tell container to handle its technical concerns by using ANNOTATION, and how does container intercept component call by using COMPONENT PROXY, manage the resource through LIFECYCLE CALLBACK and PLUGGABLE RESOURCES, achieve scalability and performance by using VIRTUAL INSTANCE, INSTANCE POOL and PASSIVATION, how does the transaction and security related information get passed through INVOCATION CONTEXT, etc.

The basic principles behind these patterns are Separation of Concerns and Functional Variability. The separation concerns between functional (business) and nonfunctional (technical) requirement yields the architecture and collaboration between the component and container; the functional variability yields reusable component building blocks.

No pattern is an island, the book provide a definitive guide on what is composed of server component infrastructure, it is a very valuable resource for both component and container developers, it is a link to chain all the individual patterns, each of which tries to solve one particular software requirement to illustrate how these patterns are working together to form a powerful yet flexible component infrastructure.

For More 5 Star Reviews, Complete Product Review and The Lowest Prices Please Visit:
Buy Server Component Patterns: Component Infrastructures Illustrated with EJB by Eberhard Wolff At The Lowest Price!

0 comments:

Post a Comment