Enterprise JavaBeans 3.1 (häftad)
Fler böcker inom
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
766
Utgivningsdatum
2010-10-05
Upplaga
6 ed
Förlag
O'REILLY & ASSOCIATES
Medarbetare
Burke, Bill (contributions)
Illustratör/Fotograf
Illustrations
Illustrationer
illustrations
Dimensioner
233 x 178 x 39 mm
Vikt
1240 g
Antal komponenter
1
ISBN
9780596158026

Enterprise JavaBeans 3.1

Häftad,  Engelska, 2010-10-05
454
  • Skickas från oss inom 5-8 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 2 format & utgåvor
Learn how to code, package, deploy, and test functional Enterprise JavaBeans with the latest edition of this bestselling guide. Written by the developers of JBoss EJB 3.1, this book not only brings you up to speed on each component type and container service in this implementation, it also provides a workbook with several hands-on examples to help you gain immediate experience with these components.

With version 3.1, EJB's server-side component model for building distributed business applications is simpler than ever. But it's still a complex technology that requires study and lots of practice to master. Enterprise JavaBeans 3.1 is the most complete reference on this specification. You'll find a straightforward, no-nonsense explanation of the underlying technology, including Java classes and interfaces, the component model, and the runtime behavior of EJB.
  • Develop your first EJBs with a hands-on walkthrough of EJB 3.1 concepts
  • Learn how to encapsulate business logic with Session Beans and Message-Driven Beans
  • Discover how to handle persistence through Entity Beans, the EntityManager, and the Java Persistence API
  • Understand EJB's container services such as dependency injection, concurrency, and interceptors
  • Integrate EJB with other technologies in the Java Enterprise Edition platform
  • Use examples with either the JBossAS, OpenEJB, or GlassFish v3 EJB Containers
Visa hela texten

Passar bra ihop

  1. Enterprise JavaBeans 3.1
  2. +
  3. Co-Intelligence

De som köpt den här boken har ofta också köpt Co-Intelligence av Ethan Mollick (häftad).

Köp båda 2 för 644 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av författarna

Övrig information

As Senior Software Engineer at JBoss, a Division of Red Hat, Andrew Lee Rubinger is primarily responsible for development of the company's EJB 3.x implementation. He was an early adopter of JEE technologies and an active contributor in the tech community. Bill Burke is a Fellow at the JBoss division of REd Hat Inc. A long time JBoss contributor and architect, his current project is RESTEasy, RESTful Web Services for Java. Richard Monson-Haefel, an independent software developer, coauthored all five editions of Enterprise JavaBeans and Java Message Service (all O'Reilly). He's a software architect specializing in multi-touch interfaces and a leading expert on enterprise computing. More detail on his work and writings can be found at Monson-Haefel.

Innehållsförteckning

Preface; Authors Note; Who Should Read This Book; How This Book Is Organized; Software and Versions; Conventions Used in This Book; Using Code Examples; Safari Books Online; Comments and Questions; Acknowledgments; Why Enterprise JavaBeans?; Chapter 1: Introduction; 1.1 The Problem Domain; Chapter 2: Component Types; 2.1 Server-Side Component Types; 2.2 Entity Beans; 2.3 The Model Isnt Everything; Chapter 3: Container Services; 3.1 Dependency Injection (DI); 3.2 Concurrency; 3.3 Instance Pooling/Caching; 3.4 Transactions; 3.5 Security; 3.6 Timers; 3.7 Naming and Object Stores; 3.8 Interoperability; 3.9 Lifecycle Callbacks; 3.10 Interceptors; 3.11 Platform Integration; 3.12 Bringing It Together; Chapter 4: Developing Your First EJBs; 4.1 Step 1: Preparation; 4.2 Step 2: Coding the EJB; 4.3 Summary; Server-Side Component Models; Chapter 5: The Stateless Session Bean; 5.1 The XML Deployment Descriptor; 5.2 SessionContext; 5.3 The Lifecycle of a Stateless Session Bean; 5.4 Example: The EncryptionEJB; 5.5 Asynchronous Methods; Chapter 6: The Stateful Session Bean; 6.1 The Lifecycle of a Stateful Session Bean; 6.2 Example: The FileTransferEJB; Chapter 7: The Singleton Session Bean; 7.1 Concurrency; 7.2 Lifecycle; 7.3 Example: The RSSCacheEJB; Chapter 8: Message-Driven Beans; 8.1 JMS and Message-Driven Beans; 8.2 JMS-Based Message-Driven Beans; 8.3 The Lifecycle of a Message-Driven Bean; 8.4 Connector-Based Message-Driven Beans; 8.5 Message Linking; EJB and Persistence; Chapter 9: Persistence: EntityManager; 9.1 Entities Are POJOs; 9.2 Managed Versus Unmanaged Entities; 9.3 Packaging a Persistence Unit; 9.4 Obtaining an EntityManager; 9.5 Interacting with an EntityManager; 9.6 Example: A Persistent Employee Registry; Chapter 10: Mapping Persistent Objects; 10.1 The Programming Model; 10.2 Basic Relational Mapping; 10.3 Primary Keys; 10.4 Property Mappings; 10.5 @Embedded Objects; Chapter 11: Entity Relationships; 11.1 The Seven Relationship Types; 11.2 Mapping Collection-Based Relationships; 11.3 Detached Entities and FetchType; 11.4 Cascading; Chapter 12: Entity Inheritance; 12.1 Single Table per Class Hierarchy; 12.2 Table per Concrete Class; 12.3 Table per Subclass; 12.4 Mixing Strategies; 12.5 Nonentity Base Classes; Chapter 13: Queries, the Criteria API, and JPA QL; 13.1 Query API; 13.2 JPA QL; 13.3 Native Queries; 13.4 Named Queries; Chapter 14: Entity Callbacks and Listeners; 14.1 Callback Events; 14.2 Callbacks on Entity Classes; 14.3 Entity Listeners; Container Services; Chapter 15: Security; 15.1 Authentication and Identity; 15.2 Authorization; 15.3 Example: A Secured School; Chapter 16: JNDI, the ENC, and Injection; 16.1 Global JN...