Home> Product > Rrapid formation codegen

Rrapid formation™ codegen

Rrapid formation™ codegen is the key Rrap technology that generates platform specific code from the appplication that is designed in the Rrapid formation modeler.

Rrapid formation codegen for each platform code that is native and efficient for that specific platform. For example, for the Palm platform, it generates "C" code and also implements a relational like database on top of the flat file format supported by that platform. The tool is normally invoked from the Rrapid formation modeler's tool menu.
Palm platform features :

  • Generated code works for both the gnu compiler and CodeWarrior.
  • Generates a gnu makefile or a CodeWarrior project.
  • Supports various PalmOS versions.
  • Generates for small or large model (PIC compiler flag).
  • Implements a well designed messaging framework.
  • Includes a relational like database implementation.

  • Java for Zaurus platform features :
  • Generates Personal Java profile.
  • Database code using JDBC (suggested to be used with mysql on Zaurus).
  • Includes IPK packager - generated jar file will install and run under the Jeode JVM.
  • Click to enlarge Palm platform advanced settings
    Sample Palm generated code

    Click to enlarge Java on Zaurus plafrom advanced settings
    Sample Java generated code