This tutorial introduced you to the basics of building Enterprise JavaBeans.
Concepts and Tasks Introduced in This Tutorial
- EJBs that weren't originally built in WebLogic Workshop can be imported
into EJB project
- EJB project uses wizards to facilitate development of EJBs, for instance
when defining ejbCreate methods or entity
relations. Developing entity relations is abstracted through the Wizard
such that you can focus on design, with Workshop taking care of the implementation
details.
- The use of message-driven beans for asynchronous processing.
- WebLogic Workshop offers EJB controls for easy interoperability with
page flows and web services.
- WebLogic Workshop enables you to build EJBs that are standards compliant
and contain no proprietary elements.