Oracle® Application Server Containers for J2EE Enterprise JavaBeans Developer's Guide
10g Release 2 (10.1.2) Part No. B15505-02 |
|
Previous |
Next |
This guide gets you started building Enterprise JavaBeans for Oracle Application Server Containers for J2EE (OC4J). It includes code examples to help you develop your application.
Anyone developing Enterprise JavaBeans for OC4J will benefit from reading this guide. Written especially for programmers, it will also be of value to architects, systems analysts, project managers, and others interested in EJB applications. To use this guide effectively, you must have a working knowledge of J2EE.
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at
http://www.oracle.com/accessibility/
Accessibility of Code Examples in Documentation
JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
Accessibility of Links to External Web Sites in Documentation
This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.
Before consulting this Guide, you should read the following:
Any J2EE book that enables you to understand the basics of J2EE programming.
The Oracle Application Server Containers for J2EE User's Guide. This guide helps you to understand the minimum requirements for a J2EE application in the OC4J environment.
The Sun Microsystems EJB 2.0 specification as a supplement to this guide. This guide assumes that you already have a base understanding of the EJB 2.0 specification details.
Books
Professional Java Server Programming, J2EE Edition, Wrox Press Ltd, 2000.
Mastering Enterprise JavaBeans and the Java2 Platform Enterprise Edition, by Ed Roman. Wily Computer Publishing, 1999.
Designing Enterprise Applications with the Java2 Platform, Enterprise Edition, Addison-Wesley, 2000.
Core Java by Cornell & Horstmann, second edition, Volume II (Prentice-Hall, 1997) demonstrates several Java concepts relevant to EJBs.
The Developer's Guide to Understanding Enterprise JavaBeans, an overview of EJBs, is available at http://www.Nova-Labs.com.
Online Sources
There are many useful online sources of information about Java. For example, you can view or download guides and tutorials from the Sun Microsystems home page on the Web:
http://www.sun.com
The current 2.0 EJB specification is available at:
http://java.sun.com/products/ejb/docs.html
Another popular Java Web site is:
http://www.gamelan.com
For Java API documentation, see:
http://www.javasoft.com
This guide consists of the following:
Chapter 1, "How Do Applications Use EJBs?", presents a brief overview of EJBs.
Chapter 2, "How to Access EJBs", discusses how to access an EJB from a servlet within the application server or from outside the application server—either from an EJB within another application server or from a local client. .
Chapter 3, "Implementing Session Beans", discusses how to begin developing J2EE applications.
Chapter 4, "CMP Entity Beans", discusses a CMP entity bean and advanced issues connected with CMP entity beans.
Chapter 5, "Entity Beans", discusses entity beans.
Chapter 6, "Entity Relationship Mapping", discusses container-managed relationships (CMR) within the entity bean for OC4J.
Chapter 7, "EJB Query Language", provides an overview and examples of setting up query methods that use EJB QL.
Chapter 8, "BMP Entity Beans", discusses a BMP entity bean.
Chapter 9, "Message-Driven Beans", discusses an MDB entity bean.
Chapter 10, "Understanding Environment, Deployment, and Packaging", discusses how to set up your development environment, as well as packaging and deploying your applications.
Chapter 11, "Configuring EJB Application Security", discusses EJB application security.
Chapter 12, "EJB Clustering", discusses how to cluster EJBs across OC4J nodes.
Appendix A, "XML Reference for ORION-EJB-JAR.XML" describes the OC4J-specific deployment descriptor.
Appendix B, "Third Party Licenses", contains the third party software licenses for this product.
The following conventions are used in this manual:
Convention | Meaning |
---|---|
. . . | Vertical ellipsis points in an example mean that information not directly related to the example has been omitted. |
. . . | Horizontal ellipsis points in statements or commands mean that parts of the statement or command not directly related to the example have been omitted |
boldface text | Boldface type in text indicates a term defined in the text, the glossary, or in both locations. |
< > | Angle brackets enclose user-supplied names. |
[ ] | Brackets enclose optional clauses from which you can choose one or none. |