4Morphis is a tool that can automatically convert legacy Oracle Forms applications into modern web and mobile applications using ExtJS. It works by parsing the Oracle Forms XML files, constructing equivalent UI components in ExtJS, and generating code to link the UI events to backend database logic. The conversion moves the application to a three-tier architecture with the ExtJS UI, a Java persistence layer, and the existing Oracle database. 4Morphis handles the entire conversion process to output a developer-ready Sencha application that maintains the core functionality of the original Forms application.
Related topics: