Tag: architecture
Questions Related to architecture
-
PDF
-
HTML
-
DOCX
-
RTF
-
XLS
-
All of the above
-
Clients may be validation intensive,consequently requiring powerful hardware
-
Any change to one tier typically affects both tiers
-
Represents a single point of failure
-
Each client makes a direct connection with the server
-
They are not very maintainable
-
They are quite manageable
-
Availability
-
Extensibility
-
Maintainability
-
Manageability
-
Performance
-
Reliability
-
A three-tier system has thin clients whereas a two-tier system will always have fat clients.
-
A three-tier system will out perform a two-tier system.
-
A three-tier system is easier to manage than a two-tier system.
-
A three-tier system is easier to secure.
-
A three-tier system can be both vertically and horizontally scaled whereas a two-tier system can only be horizontally scaled.
-
A three-tier system is more extensible than a two-tier system.
-
Scalability
-
Maintainability
-
Reliability
-
Meeting the needs of the customer
-
Performance
-
Ensuring the application is produced on time and within budget
-
Fat Clients
-
Thin Clients
-
Good separation of business logic
-
Good Scalability
-
Poor separation of business logic
-
Poor scalability
-
Portability to all browsers needs to be addressed.
-
Your code may be exposed.
-
Reduction of page refreshes to enhance user experience.
-
Simulating client state on the browser and reducing the number of views.
-
A thin user interface that is browser based and utilizes JSP's and CSS with user preferences saved locally in a cookie.
-
A thick client user interface utilizing AWT and user preferences saved locally in a cookie.
-
A thick client user interface utilizing Swing and user preferences saved locally in a cookie.
-
A thin browser based client utilizing JSF and CSS with user preferences persisted to database.
-
XML Schema document and details of Message Body is required to build a client.
-
WSDL document and Message headers must be supplied.
-
There is no need to supply WSDL or XML Schema document to the client.
-
Both WSDL document and XML Schema document must be supplied to the client.