Cargando…

Java EE 8 Cookbook : Build reliable applications with the most robust and mature technology for enterprise development.

Java EE is a collection of technologies and APIs to support Enterprise Application development. The choice of what to use and when can be dauntingly complex for any developer. This book will help you master this. Packed with easy to follow recipes, this is your guide to becoming productive with Java...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Moraes, Elder
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright and Credits; Dedication; Packt Upsell; Foreword; Contributors; Table of Contents; Preface; Chapter 1: New Features and Improvements; Running your first Bean Validation 2.0 code; Getting ready; How to do it ... ; How it works ... ; See also; Running your first CDI 2.0 code; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Running your first JAX-RS 2.1 code; Getting ready; How to do it ... ; How it works ... ; See also; Running your first JSF 2.3 code ; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also.
  • Running your first JSON-P 1.1 code Getting ready; How to do it ... ; How it works ... ; See also; Running your first JSON-B code ; Getting ready; How to do it ... ; How it works ... ; See also; Running your first Servlet 4.0 code ; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Running your first Security API code ; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Running your first MVC 1.0 code ; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 2: Server-Side Development; Using CDI to inject context and dependency.
  • Getting readyHow to do it ... ; How it works ... ; There's more ... ; See also; Using Bean Validation for data validation; Getting ready; How to do it ... ; How it works ... ; See also; Using servlet for request and response management; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using Server Push to make objects available beforehand; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using EJB and JTA for transaction management; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using EJB to deal with concurrency.
  • Getting readyHow to do it ... ; How it works ... ; There's more ... ; See also; Using JPA for smart data persistence; Getting ready; How to do it ... ; How it works ... ; See also; Using EJB and JPA for data caching; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using batch processing; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 3: Building Powerful Services with JSON and RESTful Features; Building server-side events with JAX-RS; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also.
  • Improving service's capabilities with JAX-RS and CDIGetting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Easing data and objects representation with JSON-B; Getting ready; How to do it ... ; How it works ... ; See also; Parsing, generating, transforming, and querying on JSON objects using JSON-P; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 4: Web- and Client-Server Communication; Using servlets for request and response management; Getting ready; How to do it ... ; The load on startup servlet; A servlet with init params; The asynchronous servlet.