Kapil Khanna wrote:

> I intend to have very clean MVC separation in our web application.
>
> 1. Would it be wise to use Custom JSP tags ?
> 2. Could you inform me about the pros and cons of using Custom JSP tags?
>

Although you can use custom tags with an MVC-organized applications,
they are not
required to implement such a thing.  You might want to take a look at
the Struts
framework <http://jakarta.apache.org/struts/> for a complete MVC
architecture for
building web applications.  Struts uses a servlet as the "controller"
component,
JavaBeans to represent the "model", and JSP pages for the "view".  It
includes a
substantial library of custom tags that leverage this architecture to
support
internationalization, automatic support for populating form bean
properties from
request parameters, and much more.

>
> Would be of tremendous help. Thanks in advance.
>
> Regards,
>
> Kapil
>

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to