J2EE Programming
From Wikibooks, the open-content textbooks collection
(Redirected from Programming:J2EE)
J2EE stands for Java 2 Platform, Enterprise Edition. This book will describe how to build J2EE based applications. The implementation is done with the help of XDoclet which simplifies the process of building an application.
Contents |
[edit] Aim
how to design and develop various J2EE components.
[edit] Prerequisites
Basic Understanding of
[edit] Topics
- Introduction into J2EE architecture (use some information from sun webpage)
- Setup your development environment
- XDoclet
- EJB
- Entity Beans
- Bean Managed Persistence (BMP)
- Container Managed Persistence (CMP)
- EJB-QL
- Session Beans
- Stateless Session Beans
- Stateful Session Beans
- Message Driven Bean
- Container Managed Transactions
- Entity Beans
- Java Server Faces
- Deployment descriptors
- Build a web based J2EE application
- Servlets
- JSP
- access the J2EE Application
- web deployment files
- Data Access Objects (DAO)
- Java Database Connectivity (JDBC)
- Object Based Persistence
- Java Data Objects (JDO)
- Java middleware technology
- RMI
- CORBA
- Java Messaging
- J2EE Management
- Java Management Extensions (JMX)
- Managed Objects
- Events
- State Management
- Performance Monitoring
- Index
[edit] Related Concepts
- IDE
- Database
- Web Engine
- Attribute Oriented Programming
- Java beans