25.programming for the enterprise
- Introduction
- Modularity
- The2-tier architecture
- The3- tier architecture
- The n-tier architecture
- J2EE applicatiuon architecture overview
- J2EE platform
26.EJB fundamentals
- Enterprise java beans
- 26.2 types of beans
- 26.3 clients of EJB component system
- 26.4 distributed objects:the foundation for EJB
- 26.5 distributed objects and middleware
- 26.6 what constitutes an enterprise bean?
- 26.7 the ejb-jar file
- 26.8 the instance-pooling concept
- Relationsdhip between home object,EJB object and bean inst.
31.Container managed persistent entity beans
- Introduction
- Features of CMP entity beans
- Comtainer-managed persistence example:a product bean
- Transaction handling
|
27writing your first bean
- How to develop an EJB component
- Understading how to call beans
- Deploying and running application on weblogic
- Implementing component interfaces
- Exceptions and EJB
- What happens during create ()and remove()?
28.Introduction to entity beans
- Introduction
- Session bean subtypes
- Special characteristics of stateless sessions beans
- Archievinh the effect of pooling with statement beans
- Example:a simple stateful session bean
29.Introduction to entity beans
- Introduction
- The files that make up an entity bean
- Feartures of entity beans
30.bean managed persistent entity beans
- Introduction
- Finding existing entity beans
- Setting up the database
|