What is the function of the presentation layer in the business application architecture?- Presentation layer deals with the user interface. The look and feel of the application is decided by embedding the HTML code.
- It also encapsulates other components used to enhance the interface.
- It provides a way to present customized views of a business model.
- It is the topmost level of the application.
- It helps in communicating with the other tiers and also helps in giving the output of the results to the browsers/clients.
|
Software Design PatternsSoftware Design Patterns - Explain the Analysis phase and Design phase, What are design patterns?, What are the four major categories in which design patters can be categorized? Name the methods that lie in these categories.