Categories Pricing Corporate
Free Textbook

Java 13: Distributed programming and Java EE

Software Development

228
Language:  English
The book is a continuation of the subjects in the book about Java 11, but focusing on the development of enterprise applications.
Download free PDF textbooks or read online. Less than 15% adverts
Yritystilaus ilmainen ensimmäisen 30 päivän ajan, ja sen jälkeen $5.99/kk.
Content
Description
  1. Foreword 
  2. Introduction
  3. Java persistence API 
    1. An improved address program 
    2. Exercise 1 
    3. Related tables
    4. Problem 1
  4. Enterprise Java Beans 
    1. A stateful session bean 
    2. A remote Singleton session bean
    3. Exercise 2 
    4. EJB and JPA 
    5. Exercise 3
    6. Transactions
    7. Interception 
    8. A timer service
    9. CRUD with one table 
    10. CRUD with more tables 
    11. Problem 2 
  5. CDI 
    1. Qualifiers 
    2. Contexts 
  6. Web services 
    1. Exercise 4 
    2. Exercise 5 
    3. An EJB as a web service 
    4. Exercise 6 
  7. REST Web services 
    1. ChangeAddress again 
    2. Exercise 7 
  8. Security 
    1. The demo application
    2. Container managed authentication and authorization 
    3. Form authentication
    4. Client certificate 
    5. Programmer defined authentication 
  9. A final example
    1. Analysis 
    2. Design 
    3. Programming

The book is a continuation of the subjects in Java 11, but focusing on the development of enterprise applications. They are programs that performs their work using components or services hosted on different computers and located on different places, which communicate and coordinate their work over a network. Primary topics are Java EE technologies as JPA, EJB and Web Services.

Click here to download the source files from this book.

About the Author

Poul Klausen