Process Management |
![]() ![]() ![]() |
MoreMotion Process Management targets to simplify tasks to build sophisticated applications where one or more actions need to be executed one after another that is triggered by one user click. One can configure a page where the user fills in data to a number input fields and click on a command button. Instead of submitting the form to a specific Servlet it is submitted to MoreMotion's Process Manager. After receiving the request, the Process Manager normalizes the input fields existing in the submitted Process Form and prepares Process Block objects existing in them. It then calls the process classes as configured and passes the prepared Process Block objects to them. This way one or more processes can be invoked to accomplish a series of tasks. For example by submitting a Process Form you can create a new user in the user database, insert some additional records related with the created user in the same or in another database and finally send mails to mail recipients.
Topic Index
|