- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 295字
- 2021-07-02 21:54:42
Alignment with Agile practices
There is no question that monolithic applications can be developed using Agile practices, and these are being developed. Continuous Integration (CI) and Continuous Deployment (CD) could be used, but the question is—does it use Agile practices effectively? Let's examine the following points:
- For example, when there is a high probability of having stories dependent on each other, and there could be various scenarios, a story could not be taken up until the dependent story is complete
- The build takes more time as the code size increases
- The frequent deployment of a large monolithic application is a difficult task to achieve
- You would have to redeploy the whole application even if you updated a single component
- Redeployment may cause problems to already running components, for example, a job scheduler may change whether components impact it or not
- The risk of redeployment may increase if a single changed component does not work properly or if it needs more fixes
- UI developers always need more redeployment, which is quite risky and time-consuming for large monolithic applications
The preceding issues can be tackled very easily by microservices, for example, UI developers may have their own UI component that can be developed, built, tested, and deployed separately. Similarly, other microservices might also be deployable independently and, because of their autonomous characteristics, the risk of system failure is reduced. Another advantage for development purposes is that UI developers can make use of the JSON object and mock Ajax calls to develop the UI, which can be taken up in an isolated manner. After development completes, developers can consume the actual APIs and test the functionality. To summarize, you could say that microservices development is swift and it aligns well with the incremental needs of businesses.
- 大學計算機基礎(第三版)
- 程序設計與實踐(VB.NET)
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Android Native Development Kit Cookbook
- Unreal Engine 4 Shaders and Effects Cookbook
- Unity Game Development Scripting
- Multithreading in C# 5.0 Cookbook
- Java面向對象程序設計
- Processing創意編程指南
- 并行編程方法與優化實踐
- Visual Basic語言程序設計基礎(第3版)
- SFML Game Development
- Mapping with ArcGIS Pro
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- H5頁面設計與制作(全彩慕課版·第2版)