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 System(CMS):
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 1: (user interface/client side)
20
Marks]
At phase 1, develop the client-side 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 his/her details by retrieve customer using customer id.
marks]
Hint: Provide the necessary attributes and GUI interfaces and use the necessary communicating protocol.
Phase 2(Server-side service)
Marks]
At phase 2, 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.
Customer Management System ( CMS ) : You are

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!