IMHO, the less JSP in your application, the better.  That is, no less than
needed to support the presentation tier of an application, but no more.  JSP
pages are not an effective way to partition an application, compared to
solutions based on other features of Java such as packages and interfaces.
These latter are more readily available through servlets and beans, than
through JSP.  The separation of presentation logic from business logic and
data store logic is encouraged by limiting JSP to the presentation role;
this also helps clearly define the roles of the developers (GUI/human
interface design specialist vs. programmer); as tools that support this
model of development come online, this will be even more useful.  IMHO, of
course.

----- Original Message -----
From: Suresh Kumar Nittala <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 23, 1999 10:37 AM
Subject: Query on JSP !!


> Dear Sir,
>
> I have two queries with me.
>
> A)  Is it possible to write an appication in JSP without the usage of
> Servelts or Java Beans?
>
> B)  Is it advisable to go for the development of an application without
> Java Beans and Servelts.
>
> Which is the best way? Meaning therby whether to use Beans and Servlets
> along with JSP's or not.
>
> I would be happy if an early reply is given to my Query.
>
> Regards,
> Suresh Kumar
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to