This is a follow-up to an earlier post.
Looking to get more out of your Forms system?
Check out AuraPlayer’s solutions for Forms modernization.
Contact us for a free consultation.
***
The Oracle Forms Stand-alone Application Launcher (FSAL)
The FSAL offers an alternative way for end-users to run Oracle Forms applications. FSAL offers a browser-less, more client/server-like interface. As a result of not using a browser, FSAL does not use the Java Plugin component of a Java Runtime Environment (JRE) or Java Developer Kit (JDK). All that is required to run FSAL on the end-user machine is a Java installation. This can be either the JDK or the JRE. To determine which Java versions are supported, please contact your administrator.
Starting from the fsal.htm you can load the associated frmsal.jar to the client. So quite simply, this method even works without a browser! But again with JDK or JRE on the client machine.
Sample Call in a command box: java -jar C:OracleMiddlewareOracle_Homeformsjavafrmsal.jar -url “http://w7x6412c-rdbms:9001/forms/frmservlet?config=daylightstandaloneapp&form=lab_540&userid=
user/passwort@db






