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 -> Re: Java Cartdrige for WebServer 2.0

Re: Java Cartdrige for WebServer 2.0

From: Commodore64 <beverett_at_earthlink.net>
Date: 1996/12/01
Message-ID: <32a0e9a4.43357805@news.earthlink.net>#1/1

  

  I'm using JAVA applettes with Oracle's Webserver which are just printed to the form in my procedures...

  htp.p('JavaAppl.JavaMethod(firm in varchar2, id in number)');

  Just print it to the page in the same manner as you would expect it to appear in a static web page.

 And attempt a static page first to verify other parameters.

 Good Luck! Brian_RestonVA

On Mon, 25 Nov 1996 09:56:29 +0100, Stephan Gloor <sgloor_at_hso.ch> wrote:

>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 Sun Dec 01 1996 - 00:00:00 CST

Original text of this message

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