This is pushing it :)

Suresh Kumar Nittala wrote:

> 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?
>

Yes

>
> B)  Is it advisable to go for the development of an application without
> Java Beans and Servelts.
>

Depends for what purpose.

>
> Which is the best way? Meaning therby whether to use Beans and Servlets
> along with JSP's or not.
>

Your way is the best way.  In other words, the decision should be driven by your
needs.  If all you need is to give people updated time on pages and ability to work
with forms, then go with JSPs only.  If you need a lot of database access and have
to employ business logic to do some calculations then go with servlets and beans.
You can use beans with or without servlets (to do some tasks) but you can't really
use JSP and servlets without beans.

>
> 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

--
David Mossakowski              [EMAIL PROTECTED]
Programmer                           212.310.7275
Instinet Corporation

"I don't sit idly by, I'm planning a big surprise"

===========================================================================
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