1.2.1 Components of REST Services
This topic gives an overview of components of the Oracle FLEXCUBE Investor Servicing REST Services.
Components of REST Services
The following are the components of the Oracle FLEXCUBE Investor
Servicing REST Services:
- dto files - REST Messages and Data Transfer Objects. In Patterns of EnterpriseApplication Architecture, Martin Fowler defines a Data Transfer Object (DTO) as: Anobject that carries data between processes in order to reduce the number of methodcalls.
- Service File - File used to perform the actual actions of the REST Service.
- Util File
- Web.xml
Parent topic: Generation of REST Artifacts Using Silent ODT