Developing EJBs
Define your Home Interface
Define your Remote Interface
Develop your Entity or Session Bean
In the case of Entity Beans, define a Primary Key class
Write your Deployment Descriptor
Compile your classes and generate the Container code using the tools provided
Set up your Data Source to the Database
Startup your Server & execute your client