Now, we will introduce the development of enterprise Bean from the following aspects:
Develop EJBKey steps.
How to Use JBuilder.
Use other development tools other than JBuilder.
How to DevelopEneterprise beans.
Current developmentProgram.
The main steps for developing EJB are as follows:
Generally, the entire development process (development, configuration, and assembly) includes the following aspects:
Development: you must first define three classes: Bean class, bean local (home) and remote (remote) interface class.
Configuration: the configuration includes generating the configuration descriptor-an XML file, declaring the attributes of the enterprise Bean, and binding the Bean class file (including the stub file and the skeleton file ). Finally, put these configurations in a jar file. You also need to define the environment attribute in the configurator.
Assemble the application: This includes installing enterprise beans to the server to test the connection at each layer. The assembler combines several enterprise beans with other components (servlet, applet, script, and so on. Combine them into a complete application. Or combine several enterprise beans into a complexEnterprise Bean.
Full text reading:Http://www.javah.net/EJBjishu/20070428/548.html