| Article: |
Introduction to Jakarta Struts Framework | |
| Subject: | Model in MVC | |
| Date: | 2001-09-18 08:48:44 | |
| From: | browns | |
|
A great introduction to Struts I thought, but just a small point. You say that the "Model objects are typically application specific since they are basically the business logic of the application" but this isn't really the whole truth.
|
||
Showing messages 1 through 1 of 1.
-
Model in MVC
2004-12-30 04:46:51 viku [View]
This is a great introduction. Apart from there are several different ways to look at what constitutes a model for Struts.It's important to keep the business objects separate from the presentation so that the application is not tightly coupled to one type of presentation. It's likely that the look and feel of a web site will change over time. Studies show that the freshness of a web site's appearance helps to attract new customers and keep existing customers coming back. This may not be as true in the business-to-business (B2B) world, but it's definitely true for business-to-consumer (B2C) applications, which make up the majority of the web applications used today.


