Good day. I have been trying to see if OraFormsFaces supports Oracle JDeveloper 11.1.2 and Oracle Forms 11.1.2 or to see if it is on a road map. I am on a project that needs to make some decisions on approach, and I need to see if we should be considering OraFormsFaces or looking at alternative options.We have tried the 11.1.1.x demonstration version and it mostly works, but there are a few bugs. The demo gives us odd errors once in a while. We've sent in support requests etc and had no responses. We've tried to go to the "live" forum, but it is dead, Google reports the site as compromized, the bug tracking database is compromised.So, we are not getting the warm vibes for this product offering which is endorsed by many of the ADF team in general and the Oracle JHeadstart team.We'd like to go with this product, but in case we can't, are there any other recommendations out there? We have a forms application with 259 forms. We want to gradually redesign and retire the old Oracle forms functionality in ADF over a few releases. This would have been the silver bullet.Any suggestions that would be great.Thanks,BradW--
You received this message because you are subscribed to the ADF Enterprise Methodology Group (http://groups.google.com/group/adf-methodology). To unsubscribe send email to adf-methodolo...@googlegroups.com
All content to the ADF EMG lies under the Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/). Any content sourced must be attributed back to the ADF EMG with a link to the Google Group (http://groups.google.com/group/adf-methodology).
Good day. I have been trying to see if OraFormsFaces supports Oracle JDeveloper 11.1.2 and Oracle Forms 11.1.2 or to see if it is on a road map. I am on a project that needs to make some decisions on approach, and I need to see if we should be considering OraFormsFaces or looking at alternative options.We have tried the 11.1.1.x demonstration version and it mostly works, but there are a few bugs. The demo gives us odd errors once in a while. We've sent in support requests etc and had no responses. We've tried to go to the "live" forum, but it is dead, Google reports the site as compromized, the bug tracking database is compromised.So, we are not getting the warm vibes for this product offering which is endorsed by many of the ADF team in general and the Oracle JHeadstart team.We'd like to go with this product, but in case we can't, are there any other recommendations out there? We have a forms application with 259 forms. We want to gradually redesign and retire the old Oracle forms functionality in ADF over a few releases. This would have been the silver bullet.Any suggestions that would be great.Thanks,BradW--
You received this message because you are subscribed to the ADF Enterprise Methodology Group (http://groups.google.com/group/adf-methodology). To unsubscribe send email to adf-methodolo...@googlegroups.com
All content to the ADF EMG lies under the Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/). Any content sourced must be attributed back to the ADF EMG with a link to the Google Group (http://groups.google.com/group/adf-methodology).

So, I spoke with Wilfred last week. We have since been able to get OraFormsFaces working with JDeveloper 11.1.2 and Oracle Forms 11.1.2. Here is the trick.
1) Make sure you patch Oracle Forms
2) Install OraFormsFaces manually in JDeveloper.
Wilfred is working on a proper JDeveloper install and IDE integration support (for drag and drop from component pallet) sometime in December.
When running, it seemed to work ok with the demo. We are working on seeing what we need to do from our application perspective.
Points to note: This is a small company and it is still hard to reach Wilfred
Hope this helps,BradW
-------------
Sent from my phone, please excuse typos etc.
--
--
You received this message because you are subscribed to the ADF Enterprise Methodology Group (http://groups.google.com/group/adf-methodology). To unsubscribe send email to adf-methodolo...@googlegroups.com
All content to the ADF EMG lies under the Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/). Any content sourced must be attributed back to the ADF EMG with a link to the Google Group (http://groups.google.com/group/adf-methodology).
---
You received this message because you are subscribed to the Google Groups "ADF Enterprise Methodology Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adf-methodolo...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hello Wilfred,
I started to integrate the Forms applet in an ADF page but the applet does not show. If I copy paste the correct servlet URL, I get the Forms in a standalone Java window, and the HTML page rendered a gray rectangle. I checked the HTML page code and I can see that the parameter separateFrame="true", so maybe that’s the reason I get a standalone java window, and that the integration in the ADF page is not working. Anyway my code is the following:
<af:panelGroupLayout id="pg1" layout="scroll" rendered="true">
<f:verbatim>
<iframe width="420" height="315"
src="http://example.com:8891/forms/frmservlet?config=myapp"
frameborder="0" allowfullscreen=""></iframe>
</f:verbatim>
</af:panelGroupLayout>
Then I would like to pass a value to the FORMS applet:
<af:resource type="javascript">
function writeAnyMessageToApplet(message) {
document.applets[0].raiseEvent('setParameter', message);
}
</af:resource>
<af:commandButton text="Send Parameter to Forms" id="cb3"
action="#{pageFlowScope.myBean.onSendParameter}"/>
with
public String onSendParameter() {
FacesContext fctx = FacesContext.getCurrentInstance();
ExtendedRenderKitService erks = Service.getRenderKitService(fctx, ExtendedRenderKitService.class);
erks.addScript(fctx, "window.writeAnyMessageToApplet('" + parameterValue + "')");
return null;
}
Is it the way you would do it to display the forms applet and then pass it a parameter?
Thanks
Sydney
I tried the verbatim solution but it’s not working. The page is redirecting in some sort of infinite loop. I pasted the code returned by the servlet from an IE browser. I noticed that the generated code is based on the servlet URL but the base URL is different.
URL to ADF: http://localhost/….
URL to Forms: http://myformserver:8891/servlet/…
So in the generated code all URL are based on http://myformserver:8891 which I guess I should explicitly change. For instance <PARAM NAME="CODEBASE" VALUE="/forms/java"> should be replaced by <PARAM NAME="CODEBASE" VALUE="http://myformserver:8891/forms/java">
I tried both but none is working. Do you have a working example?
<HTML>
<!-- FILE: basejpi.htm (Oracle Forms) -->
<!-- -->
<!-- This is the default base HTML file for running a form on the -->
<!-- web using the JDK Java Plugin. This is used for example when -->
<!-- running with Netscape on Unix. -->
<!-- -->
<!-- IMPORTANT NOTES: -->
<!-- Default values for all the variables which appear below -->
<!-- (enclosed in percent characters) are defined in the servlet -->
<!-- configuration file (formsweb.cfg). It is preferable to make -->
<!-- changes in that file where possible, rather than this one. -->
<!-- -->
<!-- This file will be REPLACED if you reinstall Oracle Forms, so -->
<!-- you are advised to create your own version if you want to make -->
<!-- any modifications. You should then set the baseHTMLjpi -->
<!-- parameter in the Forms Servlet configuration file (formsweb.cfg) -->
<!-- to point to your new file instead of this one. -->
<HEAD><TITLE>Oracle Fusion Middleware Forms Services</TITLE></HEAD>
<BODY >
<COMMENT id="forms_plugin_info"
serverURL="/forms/lservlet?ifcfs=/forms/frmservlet?config=SWJpi&ifsessid=WLS_FORMS.formsapp.26&acceptLanguage=en-US"
plug_ver="clsid:CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA"
appheight="710"
appwidth="1050"
appcodebase="http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,12"
appname="">
</COMMENT>
<!-- Forms applet definition (start) -->
<NOSCRIPT>
<OBJECT classid="clsid:CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA"
codebase="http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,12"
WIDTH="1050"
HEIGHT="710"
HSPACE="0"
VSPACE="0"
ID="">
</NOSCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="/forms/frmjscript/forms_ie.js"></SCRIPT>
<PARAM NAME="TYPE" VALUE="application/x-java-applet;jpi-version=1.6.0_12">
<PARAM NAME="CODEBASE" VALUE="/forms/java">
<PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
<PARAM NAME="ARCHIVE" VALUE="frmall.jar" >
<PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?config=SWJpi&ifsessid=WLS_FORMS.formsapp.26&acceptLanguage=en-US">
<PARAM NAME="networkRetries" VALUE="0">
<PARAM NAME="serverArgs"
VALUE="escapeParams=true module=STDMAIN.fmx userid= debug=no host= port= obr=no record= tracegroup= log= term= ssoProxyConnect=no buffer_records= debug_messages= array= query_only= quiet= render=">
<PARAM NAME="separateFrame" VALUE="false">
<PARAM NAME="splashScreen" VALUE="NO">
<PARAM NAME="background" VALUE="/irrisimages/agicoa_bg.gif">
<PARAM NAME="lookAndFeel" VALUE="Oracle">
<PARAM NAME="colorScheme" VALUE="Purple">
<PARAM NAME="serverApp" VALUE="default">
<PARAM NAME="logo" VALUE="">
<PARAM NAME="imageBase" VALUE="DocumentBase">
<PARAM NAME="formsMessageListener" VALUE="">
<PARAM NAME="recordFileName" VALUE="">
<PARAM NAME="EndUserMonitoringEnabled" VALUE="">
<PARAM NAME="EndUserMonitoringURL" VALUE="">
<PARAM NAME="heartBeat" VALUE="">
<PARAM NAME="MaxEventWait" VALUE="">
<PARAM NAME="allowAlertClipboard" VALUE="true">
<PARAM NAME="disableValidateClipboard" VALUE="false">
<PARAM NAME="enableJavascriptEvent" VALUE="true">
<PARAM NAME="MAYSCRIPT" VALUE="true">
<PARAM NAME="digitSubstitution" VALUE="context">
<PARAM NAME="legacy_lifecycle" VALUE="false">
<PARAM NAME="JavaScriptBlocksHeartBeat" VALUE="false">
<PARAM NAME="highContrast" VALUE="false">
<PARAM NAME="disableMDIScrollbars" VALUE="">
<PARAM NAME="clientDPI" VALUE="">
<PARAM name="applet_stop_timeout" value="800">
<PARAM name="guiMode" value="0">
<COMMENT>
<EMBED SRC="" PLUGINSPAGE="http://java.sun.com/products/archive/j2se/6u12/index.html"
TYPE="application/x-java-applet;jpi-version=1.6.0_12"
java_codebase="/forms/java"
java_code="oracle.forms.engine.Main"
java_archive="frmall.jar"
WIDTH="1050"
HEIGHT="710"
HSPACE="0"
VSPACE="0"
NAME=""
serverURL="/forms/lservlet?ifcfs=/forms/frmservlet?config=SWJpi&ifsessid=WLS_FORMS.formsapp.26&acceptLanguage=en-US"
networkRetries="0"
serverArgs="escapeParams=true module=STDMAIN.fmx userid= debug=no host= port= obr=no record= tracegroup= log= term= ssoProxyConnect=no buffer_records= debug_messages= array= query_only= quiet= render="
separateFrame="false"
splashScreen="NO"
background="/irrisimages/agicoa_bg.gif"
lookAndFeel="Oracle"
colorScheme="Purple"
serverApp="default"
logo=""
imageBase="DocumentBase"
recordFileName=""
EndUserMonitoringEnabled=""
EndUserMonitoringURL=""
heartBeat=""
MaxEventWait=""
disableValidateClipboard="false"
allowAlertClipboard="true"
enableJavascriptEvent="true"
MAYSCRIPT="true"
digitSubstitution="context"
legacy_lifecycle="false"
JavaScriptBlocksHeartBeat="false"
highContrast="false"
disableMDIScrollbars=""
clientDPI=""
applet_stop_timeout="800"
guiMode="0"
>
<NOEMBED>
</COMMENT>
</NOEMBED></EMBED>
</OBJECT>
<!-- Forms applet definition (end) -->
</BODY>
</HTML>