Xoetrope
HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Oldest known version of this page was edited on 2008-02-15 18:11:03 by LuanO []
Page view:
XUI 4.0

Oracle Forms Conversion


As part of XUi 4.0 we are building a conversion tool for Oracle Forms. This tool will consume the Oracle Forms xml file format and generate a XUI application. The process is as follows:

  1. Forms UI will be converted to XUI format
  2. Generation of a styles file to match the coloring and fonts of the original forms
  3. Parsing of the PL/SQL and generation of Java code to match the original functionality
  4. Creation of data bindings to bind the new UI to the necessary data sources
  5. Creation of event handlers to match the equivalent triggers in the Forms
  6. IDE integration
  7. Implementation of the standard libraries or equivalent thereof

All but the last steps have been implemented and we are preparing a prototype.

When the above steps are complete we will provide further migration support to allow the converted application to be used with alternative infrastructure including Hibernate/JPA and Spring.
Page was generated in 0.3177 seconds