Description
Unified service layer is a middle layer system which act as a conjunction between front and back end, by providing appropriate response to request made by front -end, response are send back in json format so that they can be readable, and request are send to various different kind of server which support different services like SOAP/RESTful web services etc.along with request and response, mapping of different properties file are done which provide values for filed (dynamic or fixed).
Responsibilities:
Contributed in API development using restful web services, following Spring MVC architecture and JSON properties to update values for GUI, also develop services following rest architecture, created API and mapped the request by using core Java object oriented Programing functionalities