Enterprise JavaBeans 3.1: Developing Enterprise Java Components

Enterprise JavaBeans 3.1: Developing Enterprise Java Components
ISBN-10
1449396968
ISBN-13
9781449396961
Category
Computers
Pages
766
Language
English
Published
2010-09-08
Publisher
"O'Reilly Media, Inc."
Authors
Bill Burke, Andrew Lee Rubinger

Description

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

Other editions

Similar books

  • Enterprise JavaBeans
    By Richard Monson-Haefel

    Offers an architectural overview of the programming language, including Entity Beans, Session Beans, transactions, design strategies, and XML deployment descriptors.

  • Mastering Enterprise JavaBeans
    By Ed Roman, Rima Patel Sriganesh, Gerald Brose

    Serving as the ultimate resource that boasts the most up-to-date information on EJB, this edition begins with the fundamentals of building an EJB.

  • Ejb 3.1 Cookbook
    By Richard Reese

    The book is designed so that you can read it chapter by chapter, or look at the list of recipes and refer to them in no particular order. It is packed with useful screenshots to make your learning even easier.

  • Enterprise JavaBeans 3.0
    By Bill Burke, Richard Monson-Haefel

    In general, you may use the code in this book in your programs and documentation. You do not need to contact us for permission unless you're reproducing a significant portion of the code. For example, writing a program that uses several ...

  • Applied Enterprise JavaBeans Technology
    By Kevin Boone

    A software tool called rmic ( RMI compiler ) takes this remote class and generates ' stub ' and ' skeleton " classes to accompany this interface . ... RmiTest , java .rmi . Remote { public RmiTest Server Stub ( java.rmi.server .

  • EJB 3 in Action
    By Reza Rahman, Michael Remijan, Debu Panda

    This book is a fast-paced tutorial for Java EE 6 business component development using EJB 3.2, JPA 2, and CDI.

  • EJB 3 in Action
    By Reza Rahman, Michael Remijan, Debu Panda

    This book is a fast-paced tutorial for Java EE 6 business component development using EJB 3.2, JPA 2, and CDI.

  • Enterprise JavaBeans
    By Richard Monson-Haefel

    CHAPTER 15 EJB 2.1 and Web Services Support for web services in EJB 2.1 is based on the web services for the J2EE 1.1 ... JAX - RPC is basically Java RMI over SOAP ; SAAJ is an API for manipulating the structure of a SOAP message ...

  • Mastering Enterprise JavaBeans 3.0
    By Rima Patel Sriganesh, Gerald Brose, Micah Silverman

    To that end, you'll learn: * How to implement EJB 3.0 beans, with emphasis on session beans (stateful and stateless) and message-driven beans * Both basic and advanced concepts (such as inheritance, relationships, and so on) of Java ...

  • Head First EJB: Passing the Sun Certified Business Component Developer Exam
    By Kathy Sierra, Bert Bates

    You'll learn how to think like a bean. And because this is a Head First book, you'll learn how to think about thinking.Co-author Kathy Sierra was one of Sun's first employees to teach brave, early adopter customers how to use EJB.