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: Deploying to Java thin clients

Re: Deploying to Java thin clients

From: Scott Felten <sfelten_at_pilot.infi.net>
Date: Fri, 23 Jul 1999 16:15:33 -0400
Message-ID: <7naioi$qj$1@nw003t.infi.net>


Brian,

   I am also new to thin client deployment. Here is what I did. I used developer to create my .FMB and compiled it and copied my .FMX up to my NT server that is running OWS. I then had to create an HTML file to call it. I will cut and paste at the bottom of this email. Both the FMX and HTML files had to have the same name. The HTML file I placed in ntservername\orantdir\ows\3.0\doc.

  My JVM is JInitiator. When my users first loaded the page, JInitiator was loaded at the same time. To be honest, my DBA sent this up. I don't know how big of a mystery it was.

  From then on, users would simply point in their browser to my webserver/filename.html and it would run the applet and load the fmx which looked somewhat like my fmb.

  Here is my .HTML file....replace your specific server references.... There is two references to your fmx file....(mine is field.fmx, so you can find and replace).

  Note, anytime modifications are made to the fmx file, you have to stop/start the ows because it caches and won't load the current app.

good luck.

scott felten

<<<<<<<<<<<< cut here>>>>>>>>>>>>>>>>>
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Developer Server and Oracle JInitiator</title>
<!-- FILE: static_jinit.html -->
<!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
<!-- Tags and parameters have been modified for Oracle JInitiator -->
</head>
<body>
<p><object classid="clsid:9F77a997-F0F3-11d1-9195-00C04FC990DC"
codebase="http://orapps.dp.asi:2000/jinit115211.exe#Version=1,1,5,21,1" align="baseline" border="0" width="180" height="20"><param name="CODE" value="oracle.forms.uiClient.v1_4.engine.Main"><param name="CODEBASE" value="/web_code/"><param name="ARCHIVE" value="f50all.jar"><param name="type"
value="application/x-jinit-applet;version=1.1.5.21.1"><param name="serverPort" value="9000"><param name="clientBrowser" value="Iexplore"><param name="serverArgs" value="module=D:\u05\f50www\productionreport\field.fmx"><param name="serverApp" value="default"><><embed align="baseline" border="0" width="180" height="20" type="application/x-jinit-applet;version=1.1.5.21.1" java_code="oracle.forms.uiClient.v1_4.engine.Main" java_codebase="/web_code/" java_archive="f50all.jar" serverport="9000" serverargs="module=D:\u05\f50www\productionreport\field.fmx" serverapp="default" pluginspage="http://orapps.dp.asi/jinit_download.htm">
<NOEMBED> </COMMENT> </NOEMBED> </object> </p>
</body>
</html>
<<<<<<<<<<<<<finished>>>>>>>>>>>>>>>>




Brian Howard wrote in message <37988328.B15A5644_at_creditwatch-inc.com>...
>I am a total newbie at this. I want to set up a database server, an app
>server and then use java thin clients which oracle has been pushing. I
>have written my app with oracle 8.0.5 and my forms with 5.0. How do I
>get my forms to work with java browser? How do i convert them to java?
>Is this a simple process? I am not a java person. Some suggestions
>please. I do have JDeveloper 2 by the way. What other products will I
>need?
>
Received on Fri Jul 23 1999 - 15:15:33 CDT

Original text of this message

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