
Beginning Jakarta EE
Enterprise Edition for Java: From Novice to Professional
Peter Späth(Author)
APress
Published on 2. September 2019
Book
Paperback/Softback
XX, 444 pages
978-1-4842-5078-5 (ISBN)
Description
Build Java-based enterprise applications using the open source Eclipse Jakarta EE platform. This feature-packed book teaches you enterprise Java development top to bottom. It covers Java web-tier development using servlets, JavaServer Faces (JSF), RESTful applications, and JSON. You'll also cover Java data-tier development using persistence and transaction handling, messaging services, remote procedure calls, concurrency, and security to round out a complete Java-based enterprise application.
Step by step and easy to follow, Beginning Jakarta EE includes many practical examples. Written by a Java expert and consultant, this book contains the best information possible on enterprise Java technologies. You'll see that Jakarta EE is the next evolution of Java EE 8 and how it is one of the leading Java platforms for enterprise application development.
What You Will Learn
Who This Book Is For
Beginning Java EE application developers with some experience of Java 8.
Step by step and easy to follow, Beginning Jakarta EE includes many practical examples. Written by a Java expert and consultant, this book contains the best information possible on enterprise Java technologies. You'll see that Jakarta EE is the next evolution of Java EE 8 and how it is one of the leading Java platforms for enterprise application development.
What You Will Learn
- Build enterprise Java applications using Jakarta EE
- Set up your development environment
- Create page-flow web applications with JSF
- Write single-page web applications with REST and JSON
- Persist data using JPA in Jakarta EE
- Build enterprise Java modules using EJBs and CDI
- Work with transaction engines using JTA
- Secure, log, and monitor your Jakarta EE applications
Who This Book Is For
Beginning Java EE application developers with some experience of Java 8.
More details
Edition
First Edition
Language
English
Place of publication
Berkeley
United States
Target group
Professional and scholarly
Illustrations
56 s/w Abbildungen
XX, 444 p. 56 illus.
Dimensions
Height: 254 mm
Width: 178 mm
Thickness: 25 mm
Weight
866 gr
ISBN-13
978-1-4842-5078-5 (9781484250785)
DOI
10.1007/978-1-4842-5079-2
Schweitzer Classification
Other editions
Additional editions

E-Book
08/2019
APress
€56.99
Available for download
Person
Peter Späth graduated in 2002 as a physicist and soon afterwards became an IT consultant, mainly for Java-related projects. In 2016 he decided to concentrate on writing books, with his main focus set on software development. With two books about graphics and sound processing and two books for Android and Kotlin programming, his new book addresses beginning Jakarta EE developers willing to develop enterprise-level Java applications with Java 8.
Content
Chapter 1: Java Development, Enterprise Needs.- Chapter 2: Getting a Jakarta EE Server to Work.- Chapter 3: Setting up an IDE.- Chapter 4: Building Page-Flow Web Applications With JSF.- Chapter 5: Building Single-Page Web Applications With REST And JSON.- Chapter 6: Adding a Database With JPA.- Chapter 7: Modularization with EJBs.- Chapter 8: Dealing With XML Data.- Chapter 9: Messaging With JMS.- Chapter 10: Maintaining State Consistency With JTA Transactions.- Chapter 11: Securing Jakarta EE Applications.- Chapter 12: Deployment Artifacts.- Chapter 13: Logging Jakarta EE Applications.- Chapter 14: Monitoring Jakarta EE Applications.- Appendix A.