- Mastering Microservices with Java
- Sourabh Sharma
- 150字
- 2021-07-02 13:03:39
Separate ways
When you have a large enterprise application and a domain where different domains have no common elements, and it's made of large sub-models that can work independently, this still works as a single application for an end user. Therefore, the separate ways pattern is the most challenging and complex.
In such cases, a designer could create separate models that have no relationship and develop a small application on top of them. These small applications become a single application when merged together and sit on top of all sub-models.
An employer's intranet application that offers various small applications, such as those that are HR-related, issue trackers, transport, or intra-company social networks, is one such application where a designer could use the separate ways pattern.
It would be very challenging and complex to integrate applications that were developed using separate models. Therefore, you should take care before implementing this pattern.
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- 數據庫系統原理及MySQL應用教程(第2版)
- Vue.js設計與實現
- 程序設計與實踐(VB.NET)
- PHP 7底層設計與源碼實現
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Mastering Drupal 8 Views
- Mastering Business Intelligence with MicroStrategy
- Lighttpd源碼分析
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Go語言開發實戰(慕課版)
- SQL Server 2016 從入門到實戰(視頻教學版)
- Instant Zurb Foundation 4
- 現代C:概念剖析和編程實踐