i
Modeling Area
The modeling area is the space where the rulers are designed and modeled. Within this area we can find the different design options which depend on the type of rule.
Standard Rule
Standard type rules use Java code to implement business logic. They use "Standard Rule" type adapters.
JDBC Rule
JDBC type rules are those used to perform operations related to databases, using a previously defined "JDBC" adapter. From database shows to the execution of store procedures can be performed.
SOAP Rule
SOAP web service type rules are used to use external SOAP services in order to achieve integration with them. They use SOAP Rule" type adapters.
Forms extension type rules allow to use logic that cannot be done in the form modeler. They use the "Forms Extension" adapter.
Rest Rule
REST type rules are used to invoke ApiRest services external to Deyel.
They use Java code in their Pre/Post section to execute business logic before and after the ApiRest service call. They use "Rest Rule" type adapters.