Using design-patterns to transform web-service model classes into local model classes and vise versa
- by Daniil Petrov
There is a web-application built with play framework 1.2.7. It contains less than 10 model classes. The main purpose of the application is a lightweight access to a complex remote application (more than 50 model classes). The remote application has its own SOAP API and we use it for synchronization of data.
There is a scheduled job in the web-app…