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 adapter used by the rule.
Standard Rule
Standard type rules use Java code to implement business logic. They use “SDK Rule” type adapters.
Standard rules developed in earlier versions of Deyel can continue to use the “Standard Rule” adapter'', which is no longer available.
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. These rules use the adapters available for database connection.
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 adapters of "API Rest” type or application adapters as "SAP", "Mercado Libre", "Google Drive", etc.