About integrating LAF and Forms demos functionality in one config section
322074Jul 18 2007 — edited Jul 23 2007Hello Everybody.
I'd like to integrate some nice features of both, laf project and some forms demos functionality (like pjc) in one configuration section in formsweb.cfg.
To my limited knowledge, if i reference the jar files i need in one config section might be enough. For example, to use laf and keyfilter, all i have to do is copy the afore mentioned jar files on forms/java directory, then reference then on the config section and later, use them on my forms module. I have tried this, but is does not work. Actually, don“t know whether this is related to laf not using jinitiator, some missing argument in config file or else.
This is my current setup in config file. Should work to run forms using laf and keyfilter feature:
[javaplugin]
#baseHTMLJInitiator=webutiljpi.htm
baseHTMLJInitiator=basejpi.htm
jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_09/index.html
jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0
WebUtilArchive=frmwebutil.jar,jacob.jar,laf.jar,keyfilter.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
logo=no
height=100%
width=100%
When i run the form from designer using:
http://mluis:8889/forms/frmservlet?config=javaplugin
The keyfilter functionality does not work. However if i change the run time preferences to
http://mluis:8889/forms/frmservlet?config=Keyfilter
and
[KeyFilter]
pageTitle=OracleAS Forms Services - KeyFilter Demo
IE=jinitiator
baseHTMLJInitiator=demobasejini.html
archive_jini=frmall_jinit.jar,keyfilter.jar
form=keyfilterforms/java
width=675
height=480
separateFrame=false
splashScreen=no
lookAndFeel=oracle
colorScheme=blue
background=/formsdemo/images/blue.gif
and run the same form module. The keyfilter works.
Clearly the idea here is to implement one config section in formsweb that can consolidate some nice and powerful functionalities of both "projects".
This is quite important for us, since it's a previous step before we migrate from C/S fo the Web.
Thanks in advance ....!