Already a member?
Sign in
Location: Oracle Forms
Discussion: Forms Deployment....
Watch
|
nisk76 |
Forms Deployment....
Nov 11 2007, 12:08 AM EST Alternate method to forms deployment through browser. 10 out of 24 found this valuable. Do you? |
|
oracleoracleoracle |
RE: Forms Deployment....
Nov 12 2007, 4:29 AM EST webstart 4 out of 14 found this valuable. Do you? |
|
nisk76 |
RE: Forms Deployment....
Nov 12 2007, 7:34 AM EST Im using Jnlp way but the issue is with the Java Versions. with 1.5 it works perfect. But if itz with 1.6 it gives the following error Error: The Following required Field is missing from the launch file: <jnlp> <html> <title>MO Application Server </title> <body onload=setTimeout("location.href='http://192.168.5.83:7778/forms/frmservlet?config=NEWDB1'",1000) bgcolor="#FFFFFF"> </body> </html> My Jnlp file on the client machines r as follows <jnlp spec="1.0+" href="http://192.168.5.83" codebase="http://192.168.5.83:7778/forms/java/"> <security> <all-permissions /> </security> <resources> <j2se version="1.4+" /> <jar href="frmall.jar" size="" main="true" /> <extension name="webu" href="FormsJars.jnlp"/> </resources> <applet-desc main-class="oracle.forms.engine.Main" name="Forms" width="500" height="500"> <param name="serverURL" value="/forms/frmservlet?ifcfs=http://192.168.5.83:7778/forms/frmservlet" /> <param name="serverApp" value="default" /> <param name="logo" value="false" /> <param name="serverArgs" value="module=login.fmx usesdi=yes sso_userid= debug=no buffer_records=no debug_messages=no array=no query_only=no quiet=yes render=no host= port= record= tracegroup= log= " /> </applet-desc> </jnlp> 0 out of 10 found this valuable. Do you? |
|
ideev |
RE: Forms Deployment....
Nov 17 2007, 4:54 AM EST What are the benefits of this deployment approach? 1 out of 9 found this valuable. Do you? |
|
oracleoracleoracle |
RE: Forms Deployment....
Nov 17 2007, 5:25 AM EST You dont need the browser the java virtual machine is taken from webstart. That means no more questions "if i close the browser window the application also closes, i don't want that change it change it change it!!!!" That is always the case if you use seperateFrame = True 3 out of 10 found this valuable. Do you? |
|
nisk76 |
RE: Forms Deployment....
Nov 17 2007, 9:25 AM EST And it works just like a client Server based application for the End users...!! i've deployed my applications across our group companies with this method...works absolutely fine...! can anyone reply to my earlier query.??????? 1 out of 8 found this valuable. Do you? |
|
ideev |
RE: Forms Deployment....
Nov 17 2007, 9:29 AM EST Can I ask you to show complete example for some form running with webstart? It's new for me. Where can I read about this way for form running? Thanks! 0 out of 7 found this valuable. Do you? |
|
oracleoracleoracle |
RE: Forms Deployment....
Nov 17 2007, 10:07 AM EST ask in forums.oracle.com its the better community for this question 0 out of 7 found this valuable. Do you? |
|
oracleoracleoracle |
RE: Forms Deployment....
Nov 17 2007, 10:08 AM EST i saw a sample in forums.oracle.com i think 0 out of 7 found this valuable. Do you? |
|
ideev |
RE: Forms Deployment....
Nov 19 2007, 11:41 AM EST Thank you! This link can help: http://forums.oracle.com/forums/thread.jspa?messageID=1957033 0 out of 7 found this valuable. Do you? |
|
nisk76 |
RE: Forms Deployment....
Dec 1 2007, 2:22 AM EST Is there any way to close the Jnlp Webstart window automatically when we close the application using Exit_Form. 0 out of 6 found this valuable. Do you? |
|
Hirdey |
RE: Forms Deployment....
Jan 11 2008, 9:36 AM EST Hi We are planning to convert 6i(Used as Client Server) to Oracle 10g. What will be our biggest challenge. 1 out of 6 found this valuable. Do you? |
|
oracleoracleoracle |
RE: Forms Deployment....
Jan 11 2008, 10:59 AM EST remove/rewrite functions that were using client-side programs that works in a different way, timers, reading from registry, user-acceptance... webforms is a much slower... 1 out of 5 found this valuable. Do you? |
|
Mutantpenguin Mutantpenguin |
RE: Forms Deployment....
Jan 16 2008, 8:13 AM EST Hi nisk, the only way i know of doing this is to create a JavaBean and put it into your form. In the "destroy" methode of the Bean you just call "System.exit(0);" and and the webstart window will be closed. (Since the JavaBean will automatically be destroyed when you close the form you get this for free!). If needed i can send you the sourcecode for a javabean that i found on the oracle-forums and am enhancing myself. Only problem i am still struggling with is that the forms-applicaiton completely closes without asking when i click the close-button of the webstart-window! Any idea how to solve this? 0 out of 2 found this valuable. Do you? |
|
nisk76 |
RE: Forms Deployment....
Jan 16 2008, 10:09 AM EST Hi Thanks for ur reply. i wud like to get that source for javabean. nd i guess u need to tell me how to put the bean into the form. sorry im not that comfortable with java.. well i've the same issue what u said. it closes without any warnings. my users r livin with it. 1 out of 3 found this valuable. Do you? |
|
mayannajeeb |
RE: Forms Deployment....
Mar 1 2008, 1:17 AM EST Hi, Can u just send me how to utilize the Webstart option ,actulay our application we deployed it in forms10g relase 2 through IE as u said in the posts we are realy fed up with the extra explorer window,If u dont mind can u plese send me the webstart and how to configure this for our application. 0 out of 2 found this valuable. Do you? |

