Been kicking this around the office.
Should we use JSP's for the View or just use servlets to generate the HTML?
looking for some "best practices" and recommendations here..
Don
Discussions
Web tier: servlets, JSP, Web frameworks: use JSP's or servlets to generate HTML for View of MVC?
-
use JSP's or servlets to generate HTML for View of MVC? (2 messages)
- Posted by: Don Lykins
- Posted on: June 21 2004 14:04 EDT
Threaded Messages (2)
- use JSP's or servlets to generate HTML for View of MVC? by Matthew Wilson on June 21 2004 14:50 EDT
- use JSP's or servlets to generate HTML for View of MVC? by Kris Thompson on June 21 2004 16:28 EDT
-
use JSP's or servlets to generate HTML for View of MVC?[ Go to top ]
- Posted by: Matthew Wilson
- Posted on: June 21 2004 14:50 EDT
- in response to Don Lykins
Been kicking this around the office. Should we use JSP's for the View or just use servlets to generate the HTML? Looking for some "best practices" and recommendations here..
The use of servlets to generate HTML is outdated. JSPs are SOOOOO much easier to maintain. Don't waste your time discussing this one!
Don -
use JSP's or servlets to generate HTML for View of MVC?[ Go to top ]
- Posted by: Kris Thompson
- Posted on: June 21 2004 16:28 EDT
- in response to Don Lykins
Unless this is very small, consider using a web framework like Struts, Webwork, Maverick, Tapestry, etc..... Those guys will take care of your MVC for you. If this is small than use JSTL and hack it or PHP or dotNet.