- 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.
- Python爬蟲(chóng)開(kāi)發(fā):從入門到實(shí)戰(zhàn)(微課版)
- 面向STEM的Scratch創(chuàng)新課程
- Java Web程序設(shè)計(jì)
- 人臉識(shí)別原理及算法:動(dòng)態(tài)人臉識(shí)別系統(tǒng)研究
- 零基礎(chǔ)學(xué)Java(第4版)
- Linux環(huán)境編程:從應(yīng)用到內(nèi)核
- 你必須知道的204個(gè)Visual C++開(kāi)發(fā)問(wèn)題
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- JavaScript動(dòng)態(tài)網(wǎng)頁(yè)開(kāi)發(fā)詳解
- RealSenseTM互動(dòng)開(kāi)發(fā)實(shí)戰(zhàn)
- Android驅(qū)動(dòng)開(kāi)發(fā)權(quán)威指南
- Java SE實(shí)踐教程
- 小程序,巧應(yīng)用:微信小程序開(kāi)發(fā)實(shí)戰(zhàn)(第2版)
- Android應(yīng)用開(kāi)發(fā)深入學(xué)習(xí)實(shí)錄
- Swift語(yǔ)言實(shí)戰(zhàn)晉級(jí)