Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Java Cartdrige for WebServer 2.0

Java Cartdrige for WebServer 2.0

From: Stephan Gloor <sgloor_at_hso.ch>
Date: 1996/11/25
Message-ID: <32995F3C.196C@hso.ch>#1/1

Hi prof.

Do you know how to integrate a Java cartridge in new WebServer 2.0 ?

The Java applet or application (?) should be called in PL/SQL manner
<-->

JavaAppl.JavaMethod(firm in varchar2, id in number) ...

where the Java Application looks like this :

public class JavaAppl extends Frame 	{
	public JavaAppl ()	{
		...
	}
	
	public void JavaMethod(String firm , int number)	{
		...
	}

}

Is this the structure of a Java Cartridge and how will it be integrated in a way that WebServer calls it ?

Thank you for your help.

Stephan

-- 
HSO Information  Engineering
Baumackerstr. 24
8045 Zürich
tel: +41 1 316 60 30 fax: +41 1 312 20 72
eMail: sgloor_at_hso.ch
Received on Mon Nov 25 1996 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US