Develop EJB 2.x applications.
Parent
Implement EJB 2.x applications
We can develop an EJB application or prepare an existing application. For Enterprise JavaBeans™ (EJB) 2.x CMP entity beans, we can use the partial update feature to specify how to update the persistent attributes of the CMP bean to the database. This feature is provided as a bean-level persistence option, called PartialOperation, in the access intent policy configured for the bean.
What to do next
Assemble EJB 2.x applications.
Subtopics
- Develop enterprise beans
One of two enterprise bean development scenarios is typically used with the product. The first is command-line using Ant, Make, Maven or similar tools. The second is an IDE-based development and build environment. The steps in this article focus on development without an IDE.
- Develop EJB 2.x enterprise beans
- Develop EJB 2.x entity beans that use access intents
- Develop entity beans
Related tasks
Develop enterprise beans Develop EJB 2.x enterprise beans Develop EJB 2.x entity beans that use access intents Develop entity beans