Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Slightly OT: Looking for Java Info
>
> Ok, what I need is to find a cookbook for setting up a web server
> to serve up Java applets that can connect to multiple databases.
> I have an HP workstation with 8.1.7 loaded, with the Apache web
> server, but I have no clue about how to a) serve up a Java applet,
> and b) let it connect to a database that is not on the local machine.
> I'm using JDeveloper 3.2.
>
what's important is the APPLET tag on the web processed on the client side
b) the steps should more or less look like:
if not illegal and if u know how to do it, u may extract only these classes from the oracle jdbc jar that are relevant to the thin driver and ignore the rest in order to reduce the size of the jar the client should load
if the oracle server and the web server are on different machines then u may need to deal with the security settings for the applet
more info -
http://java.sun.com/docs/books/tutorial/applet/index.html
"Oracle9i JDBC Developer's Guide and Reference" - Sample Applications -
Sample Applet
(http://download-west.oracle.com/otndoc/oracle9i/901_doc/java.901/a90211/sam
app.htm#1023471)
same book, "Advanced Topics" - JDBC in Applets - http://download-west.oracle.com/otndoc/oracle9i/901_doc/java.901/a90211/adva nc.htm#1022221
hth,
Marin
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Marin Dimitrov INET: marin.dimitrov_at_sirma.bg Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Sat Feb 09 2002 - 08:04:08 CST
![]() |
![]() |