Description
The book is a continuation of the subjects in Java 11, but focusing on the development of enterprise applications. They are programs that perform their work using components or services hosted on different computers and located in different places, which communicate and coordinate their work over a network. Primary topics are Java EE technologies as JPA, EJB and Web Services.
Content
- Foreword
- Introduction
- Java Persistence API
- An improved address program
- Exercise 1
- Related tables
- Problem 1
- Enterprise Java Beans
- A stateful session bean
- A remote Singleton session bean
- Exercise 2
- EJB and JPA
- Exercise 3
- Transactions
- Interception
- A timer service
- CRUD with one table
- CRUD with more tables
- Problem 2
- CDI
- Qualifiers
- Contexts
- Web services
- Exercise 4
- Exercise 5
- An EJB as a web service
- Exercise 6
- REST Web services
- ChangeAddress again
- Exercise 7
- Security
- The demo application
- Container-managed authentication and authorization
- Form authentication
- Client certificate
- Programmer-defined authentication
- A final example
- Analysis
- Design
- Programming