this assignment will focus on creating java


This assignment will focus on creating Java Servlets that can not only serve HTML to web users, but also provide a web service API serving JSON to applications accessing the site.

The server for this assignment is the following:

Each of you has an account on that server.  You should be able to SSH to the server.

Please let me know ASAP if you have problems logging into the server.

Deployment

In your home directory, there is a directory named "webapps".   Create a directory named "cset4100(hw4" inside the webapps directory.   You may want to copy your code from hw3 into the hw4 directory.

Requirements

You will be extending the application from the last assignment to support a web service API for the "Products" of a web application that serves JSON to "3rd party software/applications".

You will need to provide JSON support for both the main product "index" page as well as the individual "product detail" page.

The benefits of the ModelRViewRController paradigm should become readily obvious in this assignment.  Specifically, you should only need to

1) create a new JSON "view" (e.g., a JSP page that only displays the JSON representation of the data)

2) Add code to your controller to check which view to display.  For this assignment, there will be a URL parameter named "format".  When the value of the "format" parameter is "json" display the JSON view, otherwise display the regular HTML JSP view.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: this assignment will focus on creating java
Reference No:- TGS0501339

Expected delivery within 24 Hours