Question: Customer Management System ( CMS ) : You are developing a simple CMS for a retail company. The system will allow the users to: 1
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 customerjson 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. Here are some details regarding the functionality of some services: marks each Retrieve customer: this service should retrieve customer details given customer id that exist in a file JSON format on the server side. Add a new customer: this service should add new customer to the JSON file. Update an existing customer: this service should update the customer details of a particular customer, modifying the JSON file accordingly. Delete a customer: this service should allow admin to delete the customer details of particular customer. Hint: Use the appropriate presentation format to save and read the necessary attributes to and from file. Part Web Services Marks
Assignment scenario:
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.
Here are some details regarding the functionality of some services:
marks each
Retrieve customer: this service should retrieve customer details given customer id that exist in a file JSON format on the server side.
Add a new customer: this service should add new customer to the JSON file.
Update an existing customer: this service should update the customer details of a particular customer, modifying the JSON file accordingly.
Delete a customer: this service should allow admin to delete the customer details of particular customer.
Hint: Use the appropriate presentation format to save and read the necessary attributes to and from file.
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
