ProLinga-Run Project |
---|
To interact with the 4GL interpreter without the need for a User Interface, Web Commands (WC) can be used to process 4GL logic. ProLinga-Web for instance generates WCs from URLs and sends/receives WC documents to/from the ProLinga-Run Web Service. For details on the format of these Web Commands, please have a look at the documentation of ProLinga-Web.
At this stage only one Web Command has been implemented in ProLinga-Run and that is the command RunLogic. This command will run a 4GL logic block and returns a response after processing has been finished. Future Web Commands can be commands like RunBackground for instance to start a process as a background process (batch processing).
<< User Interface | ProLinga-Run Programming Notes >> |