Others may disagree, but personally, I always liked the Maverick MVC framework. It's very simple, has no excess baggage. I've found it a good approach to MVC for those new to the concept. You might take a quick look.
http://mav.sourceforge.com

As an aside, also check out the Velocity project for an alternative to JSP for web page design/templating. Again, very simple approach.
http://jakarta.apache.org/velocity

(disclaimer: I'm just a user of Maverick but am involved in the Velocity project).

Cheers,

WILL


----- Original Message ----- From: "Noel J. Bergman" <[EMAIL PROTECTED]>
To: "Jakarta General List" <general@jakarta.apache.org>
Sent: Tuesday, January 10, 2006 12:11 PM
Subject: RE: comments on a project


At first I tried to use JSP without any framework or taglib. In
contrast to templates JSP doesn't help much on seperating logic
and html code

Please see the JSP 2.0 Specification for Tag Files. Tags are your friends,
and Tag Files make them easy to write.

And I could not get used to the Model View Controller concept.

Very simple concept.  Documentation (and examples) often over complicates
it.

--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to