导航
您当前的位置:首页 > 计算机 > 软件水平
问题:

[填空题] You are developing a sever-side enterprise application.It must support a variety of different clients including desktop browsers,mobile browsers and native mobile applications.The application might also expose an API for 3rd parties to customer.It might also(1)with other applications via either web services or a message broker.The application handles requests(HTTP requests and messages)by executing business logic;accessing a database;exchanging messages with other systems;and returning a HTML/JSON/XML(2).There are logical components corresponding to different functional areas of the application.
What’s the application’s deployment architecture
Define an architecture that structures the application as a set of(3),collaborating services.This approach corresponds to the Y-axis of the Scale Cube.Each service is:
Flighty maintainable and testable——enables rapid and frequent development and deployment.
Loosely coupled with other services——enables a team to work independently(the majority of time on their services)without being imported by changes to other services and without affecting other services.
(4)deployable——enable a team to deploy their services without having to coordinate with other teams.
Capable of being developed by a small team-essential for high productivity by avoiding the high communication head of large teams.
Services(5)using either synchronous protocols such as HTTP/REST or asynchronous protocols such as AMQP.Services can be developed and deployed independently of one another.Each service has its own database in order to be decoupled from other services.Data consistency between services is maintained using some particular pattern.
问题1选项
A.integrate
B.Coordinate
C.cooperate
D.Communicate
问题2选项
A.request
B.response
C.text
D.File
问题3选项
A.loosely coupled
B.loosely cohesion
C.High coupled
D.Highly cohesion
问题4选项
A.Dependently
B.Independently
C.Coordinately
D.Integratedly
问题5选项
A.interoprate
B.coordinate
C.communicate
D.depend
答案解析:

相关问题
关于我们 | 用户指南 | 版权声明 | 给我留言 | 联系我们 | 积分商城 | 答案求助 | 网站地图
Copyright © 2024 www.daanwo.com All Rights Reserved