- 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.
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Hyper-V 2016 Best Practices
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Redis入門指南(第3版)
- Instant Apache Stanbol
- 高級C/C++編譯技術(典藏版)
- Full-Stack Vue.js 2 and Laravel 5
- Spring Boot Cookbook
- Mastering Android Game Development
- Learning PHP 7
- Machine Learning in Java
- ROS機器人編程實戰
- 關系數據庫與SQL Server 2012(第3版)
- Mastering JavaScript Promises
- Odoo Development Essentials