Question: Customer Management System ( CMS ) : You are developing a simple CMS for a retail company. The system will allow the users to: Retrieve
Customer Management SystemCMS:
You are developing a simple CMS for a retail company. The system will allow the users to:
Retrieve customer details.
Add a new customer.
Update existing customer details.
Delete a customer.
The customer details are stored in a JSON file named "customer.json".
The system contains the following components for above four operations as;
SOAP web services to retrieve, add, update and delete customer by admin.
RESTful web service to retrieve customer details by customer.
Implement the scenario in two phases as:
Phase : user interfaceclient side
Marks
At phase develop the clientside interface to ensure that SOAP services are accessed properly via a java application and RESTFul service is accessed via a web browser.
For admin Access SOAP Services:
After successful login the admin should be able to retrieve customer by customer id add a new customer, delete a customer and update customer data.
marks
For customer Access REST service:
After successful login the customer should be able to see hisher details by retrieve customer using customer id
marks
Hint: Provide the necessary attributes and GUI interfaces and use the necessary communicating protocol.
Phase Serverside service
Marks
At phase develop web services using the JAVA programming languages. For each task required in phase one, you should provide an appropriate service using JAVA and provide the required security for only RESTful service to grant access only to authorized users.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
