Products
OraFormsFaces™
OraFormsFaces™ is a JSF component library to integrate Oracle Forms in a JSF web application. This allows a developer to embed Oracle Forms in a JSF page and truly integrate the two, including passing context, events, eliminating Forms applet startup time, and many more features.
This is the key technology to complement Oracle’s offerings. Forms is a mature product and Oracle has a great Java stack, but unfortunately it’s not possible to really integrate the two in a single application. This leaves many of the traditional Forms users with a dilemma. These organizations might want to use the Java stack for new developments, but they don’t want to be forced into a rewrite or expensive and risky migration of there Forms application to this Java stack.
OraFormsFaces allows organizations to use the Java stack for new developments while protecting their investment in Oracle Forms. They can build new JSF or ADF Faces based web applications and integrate existing Forms applications in them. The JSF web application can pass parameters to Forms and the other way around. Both Forms and JSF can raise events (commands or triggers) in the other technology.
With the possibility of integrating Forms into JSF, it is also possible to go one step further and integrate Oracle Forms in any other web technology, whether it is Oracle Portal, Oracle WebCenter, PHP, ASP.Net, or something else.
See the demo movies below to get a feeling for the capabilities of OraFormsFaces. You can also download two running demo applications to look at the end result first. If that got you interested, you can download a trial version of OraFormsFaces and the OraFormsFaces Developer’s Guide to get started for yourself. Be sure to also read the most recent Release Notes. If you do run into any problems, feel free to ask at the forum or file a bug report in the issue tracker.
Demo screencasts
A number of screencasts are available to show the different features of the OraFormsFaces™ component library.
Running applications using OraFormsFaces
These movies show the end result, a running application in a web browser that use OraFormsFaces.
- Oracle’s Summit demo application reused as JSF components
- Integrating a typical multi-document Oracle Forms application in JSF
- Integrating individual Forms in JSF (a way to graduate migrate from Forms to JSF)
Creating web pages that include an Oracle Form
These movies show what a developer needs to do to use OraFormsFaces in a JDeveloper environment.
- Integrating the fully visible Oracle Forms applet in JSF
- Integrating clipped individual Forms in JSF
- Check back soon for more movies on…
- how to add inbound and outbound parameters
- how to invoke a JSF Command (which might invoke navigation to another page) from within Forms PL/SQL
- how to invoke Forms PL/SQL program units from JSF components like buttons
- etcetera