This eBook requires the free Adobe® Digital Editions software.
Before downloading this DRM-encrypted PDF, be sure to:
J2EE has become required knowledge for any serious Java developer, but learning this large and complex specification requires a substantial investment of time and energy. Sams Teach Yourself J2EE in 21 Days presents the enterprise Java architecture in accessible, easy-to-comprehend lessons, describing how each J2EE tool solves the challenges of n-Tier development. Using the architecture as a roadmap, following chapters describe Enterprise JavaBeans (EJB), JavaServer Pages (JSP), servlets, and more, giving readers a full understanding of J2EE development.
Further chapters cover the role of XML, custom JSP tags, and how Java Connectors allow J2EE applications to interact with legacy and non-Java systems. The book finishes with sample applications that put all the pieces together, including an example using J2EE to create Web Services. Along the way, every concept is illustrated with practical, real-world examples to ensure understanding by Java students as well as experts. (NOTE: Each chapter concludes with a Summary, Q&A, and Exercises.)
Introduction.
WEEK 1. INTRODUCING J2EE AND EJBS.
Day 1. The Challenge of N-Tier Development.Monolithic Development. The Move into the Second Tier. Complexity Simplified by Modularity. Benefits of the 3-Tier Scenario. A Model for Enterprise Computing. Java 2 Enterprise Edition (J2EE). The Future of J2EE.
Day 2. The J2EE Platform and Roles.Revisiting the J2EE Platform. Using Sun Microsystems' J2EE SDK. Understanding Tiers and Components. Understanding Containers. Understanding the Services Containers Supply to Components. Introducing Platform Roles. Packaging and Deploying J2EE Applications.
Day 3. Naming and Directory Services.Naming and Directory Services. Why Use a Naming Service? What is JNDI? Common Naming Services. Naming Conventions. Using JNDI. Obtaining an Initial Context. Initial Context Naming Exceptions. Binding JNDI Objects. JNDI Name Lookup. Contexts. More on JNDI Names. Attributes. More on Objects. What Else Can JNDI Do?
Day 4. Introduction to EJBs.What Is an EJB? Why Use EJBs? What's in an EJB? How Do I Create an EJB? How Do I Deploy an EJB? How Do I Use an EJB? Deploying and Using an EJB in the J2EE Reference Implementation.
Day 5. Session EJBs.Overview. The javax.ejb Package for Session Beans. Stateless Session Bean Lifecycle. Specifying a Stateless Session Bean. Implementing a Stateless Session Bean. Configuring and Deploying a Stateless Session Bean. Stateful Session Bean Lifecycle. Specifying a Stateful Session Bean. Implementing a Stateful Session Bean. Configuring and Deploying a Stateful Session Bean. Client's View. Patterns and Idioms. Gotchas.
Day 6. Entity EJBs.Overview. The javax.ejb Package for Entity Beans. Entity Bean Types. Remote Versus Local Interfaces. BMP Entity Bean Lifecycle. Specifying a BMP Entity Bean. Implementing a BMP Entity Bean. Configuring and Deploying a BMP Entity Bean. Client's View. Session Beans Revisited. Patterns and Idioms. Gotchas.
Day 7. CMP and EJB QL.Overview of Container-Managed Persistence. CMP Entity Bean Lifecycle. Container-Managed Relationships. EJB QL. Specifying a CMP Entity Bean. Implementing a CMP Entity Bean. Configuring a CMP Entity Bean. Deploying a CMP Entity Bean. Patterns and Idioms. Gotchas.
WEEK 2. DEVELOPING J2EE APPLICATIONS.
Day 8. Transactions and Persistence.Overview of Transactions. Container-Managed Transaction Demarcation. Bean Managed Transaction Demarcation. Extended Stateful Session Bean Lifecycle. Transactions: Behind the Scenes. Overview of Persistence Technologies. JDBC. SQLj. JDO. Gotchas.
Day 9. Java Message Service.Messaging. Java Message Service API. JMS API Architecture. Developing JMS Applications Using JBoss1. Programming a JMS Application Using J2EE RI. Point-to-Point Messaging Example. Simple Synchronous Receiver Example. The Publish/Subscribe Message Domain. Point-to-Point Messaging Example. Introduction to XML.
