There is no need for a jsp script file to use a bean component to get posted
data or query a DB, BEans only help to reuse the code so that u dont need to
write DB routines each time you make a call to the DB,
The functionality is very similar to ASP , use request.get("Parametername")
to get the value from the html form . To query the Db just embed the DB code
as u embed in a servlet and run it , It should work. Hope this helps.
Regards
Benoy
----- Original Message -----
From: Koehler Ethan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 21, 1999 2:56 PM
Subject: JSP and the DB
> Hello,
>
> I'm researching JSP's abilities relative to other languages such as ASP
> and ColdFusion.
>
> How easy is it for a JSP script to "directly" to query and update a
> database? Most examples seem to require the development a custom Bean to
> execute the SQL then provide access to the results.
>
> Similarly, is it possible for a JSP script to handle form submission
> without the intervention of a custom Java Bean?
>
> Just curious - I'm very excited about the technology. I'm hoping it can
> be suitable for people with less Java development experience than myself.
>
> Thanks !
>
>
> Ethan Koehler
> Java Programming Consultant
> Digital Visions, LLC
> http://www.digivis.com
>
>
===========================================================================
> 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