Java EE Programming
Java EE stands for Java 2 Platform, Enterprise Edition. This book will describe how to build Java EE based applications. The implementation is done with the help of XDoclet which simplifies the process of building an application.
Aim
How to design and develop various Java EE components.
Prerequisites
Basic Understanding of
Topics
- Introduction into Java EE architecture (use some information from Oracle webpage)
- History (including the major changes in the versions, technically)
- Project JPE
- J2EE 1.2
- J2EE 1.3
- J2EE 1.4
- Java EE 5
- Java EE 6
- Frameworks
- Setup your development environment
- Choose an Application Server
- Choose your IDE
- Deployment descriptors
- Build a web based Java EE application
- Servlets
- JavaServer Pages (JSP)
- JavaServer Pages syntax
- Access the Java EE Application
- Web deployment files
- External JAR files (library files)
- Enterprise JavaBeans (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
- XDoclet
- Java Server Faces
- Data Access Objects (DAO)
- Java Database Connectivity (JDBC)
- Object Based Persistence
- Java middleware technology
- Security Services
- JAAS (Java Authentication and Authorization Services)
- JACC (Java Authorization service provider contract for containers)
- Web Services
- Java EE Management
- Managed Objects
- Events
- State Management
- Performance Monitoring
- Index
Related Concepts
See Also
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.