The Java Boutique has what I’ve been looking for. A very simple MVC example. You can find about 5 gazillion pages on the theory of MVC coding. Try and look for a simple sample app showing this methodology. You can’t. Or at least, I couldn’t. Maybe I was searching for the wrong things. (doubt it, but the chance is alwasy there.)
Anyways, if you code JSP’s, you should really look at this coding methodology. It’s the way to go. I’m not going to get into the details on MVC theory, but suffice it to say that it seperates out your business logic, presentation and data access. (Model, View, Controller).
Tagged As Coding, Java Server Pages
Comments are Open (1)
Posted at 12:00 PM
Comments
Santosh Kaushik
Your examples on MVC were very useful for me great work Thank you
Posted by: Santosh Kaushik | May 5, 2004 02:14 PM