Re: JSP v/s Servlets as an entry point to a J2EE application
Posted By:
Alex_Koyfman
Posted On:
Thursday, March 13, 2003 09:00 AM
Sounds like you need to look into MVC (Model-View-Controller) pattern... Jakarta Struts...
Re: JSP v/s Servlets as an entry point to a J2EE application
Posted By:
Ninad_Jambhekar
Posted On:
Thursday, March 6, 2003 01:37 PM
Is there really any difference ?
REMEMBER: The JSPs are basically simplified servlets.
So, sounds like in both cases you pretty much are facing same level of risks.