1
0
-1

Assuming that I have a business process application in Joget, is it possible for me to convert it into Java? If it is possible, can I modify it to optimize the process and compile the source codes independently? Thanks (smile) 

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Joget app designs are stored as JSON records in the database.

      When running the app, Joget will interpret the design of your app in real time and present you the run time app for data entry etc.

      I am afraid Joget does not have the feature to compile into a runtime exe file or generate any kind of source code.

      But you can use JSON API calls to interact with the Joget application from any external software that can make JSON API calls.

        CommentAdd your comment...