March 2017
Intermediate to advanced
699 pages
14h 28m
English
A service layer/contract is a fixed interface to get and store data without knowing the underlying layer. It is possible to swap the way the data is stored without changing the service layer.
A service layer consists of three interface types:
getList: This returns a list of records based on the (optionally) provided search parametersget: This loads the data from the database and returns a data interface for the ...Read now
Unlock full access