Oracle offers data-aware "web-beans" that plug directly into JSP. Check
out Oracle Business Components for Java.




Please respond to Richard Vowles <[EMAIL PROTECTED]>
To:     [EMAIL PROTECTED]
cc:      (bcc: Rúnar Ó Bjarnason/Bondi)

Subject:        Re: access to ORACLE from JSP



SQLJ requires preprocessing, so you wouldn't be able to use it in a JSP
page
unless you tampered with the JSP implementation.

You could use a bean that used SQLJ tho, as it would be precompiled.
----- Original Message -----
From: Corbett, Randy <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 26, 2000 10:49 AM
Subject: Re: access to ORACLE from JSP


I, too, am interested in this subject.  Can SQLJ be used from JSP pages?
Or
is calling a bean that uses JDBC the only answer?  (The FAQ does not
appear
to answer this...)

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