MVC(model view controller)

what is the basic concept behind MVC(model view controller)
[66 byte] By [dinajavaa] at [2007-11-27 8:30:16]
# 1
use this link to read more. http://www.devarticles.com/c/a/Java/J2EE-Design-Patterns-The-Presentation-Layer-Patterns-ModelViewController/
rajtwa at 2007-7-12 20:20:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
thx ratw.Itz really helpful
dina4javaa at 2007-7-12 20:20:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
In shirt it is to seperate the business logica and the view.In my EJB project i use the (session,entity and message driven) beans for data and JSP for the view.
deAppela at 2007-7-12 20:20:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...