- Java EE 8 and Angular
- Prashant Padmanabhan
- 188字
- 2021-07-02 19:22:39
Building and Deploying Microservices
With an understanding of what makes a microservice, we can now take a deep pe into bundling microservices and deploying them. We will make use of the containerization solutions available and see how they can be used when working with this architectural style.
Java EE has a rich set of APIs for building various types of applications. With decades of experience in distributed applications, Java EE is a promising platform for use with microservices. Enterprise features such as transactions, security, web sockets, persistence, messaging, asynchronous processing, Restful APIs, and an ever-growing set of open source tools and libraries, make it a compelling choice.
Here's what we will cover in this chapter:
- Fat JAR
- Skinny WAR
- Examples using Payara Micro
- MicroProfile:
- Java EE already has support
- WildFly Swarm
- Spring Cloud
- Docker containers:
- Working with distributed teams
- Building custom images
- Running multiple containers
- Fat JAR or Skinny WAR with Docker
When building microservices, we have two packaging choices for deploying our service:
- Fat JAR: An Uber JAR approach which bundles the server runtime in it
- Skinny WAR: Traditional slim war which is deployed on a server
- C++程序設計教程
- Mastering JavaScript Object-Oriented Programming
- Apache Spark 2.x Machine Learning Cookbook
- Visual Basic程序設計習題解答與上機指導
- 精通Python自然語言處理
- Visual C++開發入行真功夫
- INSTANT Sinatra Starter
- C#開發案例精粹
- Fast Data Processing with Spark(Second Edition)
- 零基礎學C語言第2版
- 零基礎學Python編程(少兒趣味版)
- Practical Microservices
- 深度學習程序設計實戰
- 軟件測試分析與實踐
- 寫給青少年的人工智能(Python版·微課視頻版)