Developing Middleware in Java EE 8
Abdalla Mahmoud
- 出版商: Packt Publishing
- 出版日期: 2018-05-29
- 售價: $2,010
- 貴賓價: 9.5 折 $1,910
- 語言: 英文
- 頁數: 252
- 裝訂: Paperback
- ISBN: 1788391071
- ISBN-13: 9781788391078
-
相關分類:
Java 程式語言
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$3,380$3,211 -
$5,230$4,969 -
$1,560$1,529 -
$2,950$2,803 -
$414$393 -
$534$507 -
$580$458 -
$2,240$2,128 -
$1,194$1,134 -
$594$564 -
$534$507 -
$2,470$2,347 -
$454結構化壓縮感知理論及應用
-
$654$621 -
$520$411 -
$2,050$1,948 -
$954$906 -
$528$502 -
$768$730 -
$500雷達輻射式模擬信號分析與處理
-
$594$564 -
$1,320$1,254 -
$539$512 -
$894$849 -
$834$792
商品描述
Key Features
- Take advantage of EJBs to build middleware solutions for enterprise and distributed applications
- Work with the latest advancements in middleware design like Web services, event-based and message-driven and Websockets
- Overcome challenges of designing and maintaining large-scale systems, as well as vendor disputes
Book Description
Middleware is the infrastructure of software-based applications that enables businesses to solve problems, to operate more efficiently, and to make money. As soon as the usage of the middleware extends beyond a single application, the importance of having it written by experts increases substantially.That's where this book and you fit in. This book will help you to become an expert in developing middleware for a variety of applications like mobile applications, web browsers, etc.
The book starts off by exploring the latest JAVA EE 8 APIs with newer features and magaing dependencies with CDI 2.0. You will learn how to implement Object-to-Relational mapping using JPA 2.1 and validate the data using bean validation. Moving on you will work with different types of EJBs to develop business logic along with designing RESTful APIs by utilising different HTTP methods and activating JAX-RS features in enterprise application.Later on you will be introduced to serialzation/deserialization of JSON objects and JMS architecture for communication. You will learn to secure your middleware with JAVA security 1.0 and implement various authentication Technics like OAuth authentication. In the end you will be using various test technologies like Junit, Mockito for testing the application and use Docker to deploy your enterprise application.
By the end of the book, you will be a proficient in developing robust, effective and distributed middleware for your business.
What you will learn
- Implement latest JAVA EE 8 APIs and manage dependencies with CDI 2.0
- Perform CRUD operations and access database with JPA 2.1
- Use Bean validation API 2.0 to validate the data
- Develop the business logic with EJB 3.2
- Incorporate REST architecture and RESTful APIs design patterns
- Perform serialization and deserialization Json documents using JSON-B
- Utilize JMS for messaging and queuing models and secure application with Java Security 1.0
- Test application using Junit, Mockito and deploy using Docker