which architecture is the easiest to expand and test?

An architect is designing a web application to support a broad array of web requests. During
analysis, the architect discovers that the application must perform complex logic to handle the
various requests it can receive. Additionally, the architect learns that each type of request has
specialized logic to perform. The architect knows that over time, new types of requests will be
added to the system. Given this scenario, which architecture is the easiest to expand and test?

An architect is designing a web application to support a broad array of web requests. During
analysis, the architect discovers that the application must perform complex logic to handle the
various requests it can receive. Additionally, the architect learns that each type of request has
specialized logic to perform. The architect knows that over time, new types of requests will be
added to the system. Given this scenario, which architecture is the easiest to expand and test?

A.
Embedding the common logic in each of the application’s JSPs

B.
Creating a controller object with a method of handling each JSP

C.
Creating a controller object coupled with numerous command objects

D.
Creating a service activator object and linking it to specialized business service objects

E.
Creating a transfer object for each JSP and coupling those transfer objects with a front
controller



Leave a Reply 0

Your email address will not be published. Required fields are marked *