MVC Architecture

MVC architecture represents a multi-tiered approach to application implementation. The MVC architecture accomplishes this task by separating application implementation into three distinct layers: presentation, application workflow and business logic, and data store.

The Model in MVC represents the data model. Data models are usually implemented as tables within a relational database or Entity EJBs. View represents the client presentation components, usually implemented as JSP, servlets, JSP tag libraries, HTML, XML, or WML pages. Controller represents implementation of the business logic and application workflow logic responsible for the allocation of resources available to the application. Control logic is usually implemented ...

Get BEA WebLogic Server™ 8.1 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.