更新时间:2021-04-13 17:23:42
封面
版权页
Credits
About the Author
About the Reviewers
Preface
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. What's New in EJB 3.0
Configuration defaults
Environmental dependencies and JNDI Access
Simplified Session Beans
Simplified entity beans
Java Persistence API
Interceptors
Simplified checked exceptions
Callback Interfaces
Summary
Chapter 2. Converting an EJB 2.0 Entity to an EJB 3.0 Entity
Converting the entity class
Developing a session façade for an entity
Chapter 3. EclipseLink JPA Persistence Provider
The JPA framework
What is required for JPA?
Types of entity managers
EclipseLink JPA
EclispeLink JPA Persistence unit properties
Chapter 4. Building an EJB 3.0 Persistence Model with Oracle JDeveloper
Creating a datasource in JDeveloper
Creating an EJB 3 application
Creating an EJB 3 entity bean
Creating a session bean
Creating and testing a test client
Chapter 5. EJB 3.0 Persistence with Oracle Enterprise Pack for Eclipse
Configuring WebLogic Server with MySQL database
Creating a JPA project in Eclipse
Creating an EJB 3.0 entity bean
Creating a Persistence Configuration file
Creating a test client
Deploying the entity in WebLogic Server
Chapter 6. EJB 3.0 with ADF Faces UI
Creating an EJB 3 entity bean from Oracle database
Creating an Oracle ADF Faces client user interface
Testing the Oracle ADF Faces user interface
Chapter 7. Creating EJB 3.0 Entity Relationships
Setting the environment
Creating the entity beans
Creating the client
Testing the client
Modifying the fetch strategy
Chapter 8. EJB 3.0 Database Persistence with Ajax in the UI
Creating an EJB 3.0 application in JDeveloper
Creating an entity bean
Creating a servlet client
Creating an Ajax user interface
Deploying the EJB 3 application to WebLogic Server
Testing the Ajax input form
Chapter 9. Using JSF with Entity Relationships
Creating entity beans from tables
Creating JSF user interfaces
Running the JSF user interfaces
Chapter 10. Creating an EJB 3.0 Web Service
Creating a data source in the WebLogic server
Creating a stateless session bean
Creating a Web Service class
Creating a web service client
Creating and packaging Web Service classes
Testing the web service
Index