December 2017
Intermediate to advanced
372 pages
8h 46m
English
Chapter 1, Introduction to Java EE, provides a brief introduction to Java EE, explaining how it is developed as a community effort. It also clears some common misconceptions about Java EE.
Chapter 2, JavaServer Faces, covers the development of web applications using JSF, including features such as HTML5 friendly markup and Faces Flows.
Chapter 3, Object Relational Mapping with JPA, discusses how to develop code that interacts with a Relational Database Management System (RDBMS) such as Oracle or MySQL through the Java Persistence API.
Chapter 4, Enterprise JavaBeans, explains how to develop applications using both session and message-driven beans. Major EJB features such as transaction management, the EJB timer service, ...