Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Java Cartdrige for WebServer 2.0
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.chReceived on Mon Nov 25 1996 - 00:00:00 CST
![]() |
![]() |