mini java web service: Movie list + Movie Web service

Job ID: 36364680

Budget: €8 – €30 EUR

I am looking for someone to develop a mini Java Web Service which will provide access to Movie List and Movie Web Service. The web service must be based on a REST framework and must have a basic simple client UI.
a service that:
○Adds movies
○Adds actors○Links movies to actors
○Retrieves information given a movie title,
○Retrieves informations given an actor name.
a client that:
○Consumes the aforementioned services
**Requirements**
●Web Services (JAVA)
○Develop one web service with at least 2 operations.
○Provide the web service as REST, and as WS-*
○Use JAX-WS and JAX-RS frameworks
○Storing/retrieving the data in/from a database is a plus.
●Client (JAVA)
○Call all the web service operations that you have implemented (REST and WS-*) from the same
client.
○Call also an external service (WS-* or REST).
○NOTE: You can call the external web service also from your own webservice.
○Combine the results of the calls with one another and with internal business logic.
○Provide an interface for the users of your client (optional)
●Code
○50% reuse of online // and please a javadoc comment style