|
-
October 22nd, 2008, 06:55 AM
#1
what is the difference between MVC Model and 3-tier app ?
what is the difference between MVC Model and 3-tier app ?
-
October 22nd, 2008, 02:36 PM
#2
Re: what is the difference between MVC Model and 3-tier app ?
Try Googling for each, and come back if you have some more specific Java questions.
The truth is, when all is said and done, one does not teach a subject, one teaches a student how to learn it. Teaching may look like administering a dose, but even a dose must be worked on by the body if it is to cure. Each individual must cure his or her own ignorance...
J. Barzun.
Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.
-
October 23rd, 2008, 01:03 AM
#3
Re: what is the difference between MVC Model and 3-tier app ?
each model try to separate code into 3 classes one for db layer, one for presentation (view ) and one of business operations so what is the difference?
-
October 23rd, 2008, 05:32 AM
#4
Re: what is the difference between MVC Model and 3-tier app ?
 Originally Posted by ahmed17
each model try to separate code into 3 classes one for db layer, one for presentation (view ) and one of business operations...
Three layers, not classes.
so what is the difference?
You basically described a 3-tier app. The MVC concept is more generic, so a 3-tier app could be considered an instance of MVC. Here is a useful link: Java App Design with MVC.
All models are wrong; some models are useful...
G. Box
Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.
-
October 23rd, 2008, 09:51 AM
#5
Re: what is the difference between MVC Model and 3-tier app ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|