- Spring Microservices
- Rajesh RV
- 133字
- 2021-07-02 16:28:29
Moving from traditional web applications to microservices
Carefully examining the preceding RESTful service will reveal whether this really constitutes a microservice. At first glance, the preceding RESTful service is a fully qualified interoperable REST/JSON service. However, it is not fully autonomous in nature. This is primarily because the service relies on an underlying application server or web container. In the preceding example, a war was explicitly created and deployed on a Tomcat server.
This is a traditional approach to developing RESTful services as a web application. However, from the microservices point of view, one needs a mechanism to develop services as executables, self-contained JAR files with an embedded HTTP listener.
Spring Boot is a tool that allows easy development of such kinds of services. Dropwizard and WildFly Swarm are alternate server-less RESTful stacks.
- Getting started with Google Guava
- Java開發入行真功夫
- Hands-On JavaScript High Performance
- Serverless架構
- Java EE 8 Application Development
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- 單片機C語言程序設計實訓100例
- Learning Unreal Engine Android Game Development
- 時空數據建模及其應用
- SQL Server 2008 R2數據庫技術及應用(第3版)
- 小程序從0到1:微信全棧工程師一本通
- 邊玩邊學Scratch3.0少兒趣味編程
- Mastering Concurrency in Python
- Mastering JavaScript
- Deep Learning for Natural Language Processing