- 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.
- 看透JavaScript:原理、方法與實踐
- PySide GUI Application Development(Second Edition)
- Learning Apache Mahout Classification
- Expert Data Visualization
- Java EE 8 Application Development
- 青少年學Python(第1冊)
- Mastering openFrameworks:Creative Coding Demystified
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- Getting Started with React Native
- Android驅動開發權威指南
- CodeIgniter Web Application Blueprints
- Anaconda數據科學實戰
- OpenCV Android開發實戰
- C語言從入門到精通
- UML基礎與Rose建模實用教程(第三版)