War file for your application that can be deployed on tomcat, JAVA Programming

Assignment Help:

Deliverable:  1) WAR file for your application that can be deployed and run on TomcaT (War file must contains the Java source code)

Requirement for application:
1. Application must be developed within Eclipse.
2. Application must be developed using Java SDK version 1.5.0_15
3. Application must be developed using Servlet version 2.4
4. Application must be developed using JSP version 2.0
5. Application must consist of one HTML page to capture user input.  
a. The HTML page must include the following components:
i. 5 questions in Input box format
1. 2 of the 5 input boxes must accept numeric field only
ii. 1 question in radio button format
iii. 1 question in check box format
iv. 1 question in text area format
b. All of the fields on the HTML page are required (developer determine the min and max field length).  
6. Application must consist of one CSS file to control the styling of the HTML page on #5.
a. The amount of styling is up to the developer to decide
7. Application must consist of two JSP pages.
a. First JSP will have the name of: confirmation.jsp
i. This page will print out all the information returned back from the Business class.
1. Format of the data display is up to the developer to decide
ii. This page will provide a link for user to return back to the HTML page for further data entry
b. Second JSP will have the name of: error.jsp
i. Any validation error message from the Validator class must be displayed on this JSP
ii. Any exception message thrown within the application will need to be displayed on this JSP
8. Application must consist of one Servlet class.
a. This Servlet class must not contain any business logic or presentation logic
b. This Servlet class route the request object to the Validator class to do validation
i. If any validation failed, this Servlet will
1. Put the validation error on the response object
2. Route the response object to the error.jsp page
c. This Servlet class route the validated request to the Business class to handle the business logic
i. If all successful, this Servlet will
1. Put the response from the Business class on the response object
2. Route the response object o the confirmation.jsp page
d. If there is any error happens within this Servlet or within the Business and Validate class, this Servlet will:
i. put the exception message on the response object
ii. route the response object to the error.jsp page
9. Application must consist of two "Model" classes:
a. Validator Java class
i. This class will validate each and every single input fields from the HTML page
ii. This class will put all the validation error in a ArrayList and put it onto the response object and return back to the calling class.
iii. If there is no validation error, this class will return put an empty ArrayList onto the response object and return back to the calling class.
b. Business Java class
i. One of the methods within this class will take the two numeric input fields (from the HTML page), multiple them and return the value back to the calling class.
ii. One of the methods within this class will combine the one radio button value and all of the check box values into one single String object, delimited with the "+" character and return back to the calling class.
10. Every class and method within the application must be well documented in JavaDoc Style.


Related Discussions:- War file for your application that can be deployed on tomcat

Starting in new app, iam trying to build an application that store informat...

iam trying to build an application that store information like name mobile age in a file its like a registration form everytime i enter a new person data i want the applicaion mak

Explain intelligent system, What is an intelligent system? Intelligent sy...

What is an intelligent system? Intelligent systems are the programs established to perform complicated jobs in which reflect human brain and thoughts. If the algorithms are too m

Data types in javascript, A value, the data assigned to a variable, may con...

A value, the data assigned to a variable, may contain any sort of data. Though, JavaScript considers data to fall into many possible types. Based on the type of data, certain opera

What is jms consumer, JMS consumer is a JMS client that receives messages.

JMS consumer is a JMS client that receives messages.

What information is needed to create a tcp socket, The Local Systems IP Add...

The Local Systems IP Address and Port Number and the Remote System's IPAddress and Port Number.

Why is uml important? , The more complicated the underlying system, the mor...

The more complicated the underlying system, the more critical the inter communication among everyone involved in deploying and developing the software. UML is a software language f

Need simple desktop software, Need Simple Desktop Software I am seeking ...

Need Simple Desktop Software I am seeking a software that can do the subsequent: 1. Check position for a URL in Google, Yahoo, Bing. 2. Check position for a YouTube video

Nested if.., WAP to input a 4 digit no and find greatest using nested if

WAP to input a 4 digit no and find greatest using nested if

Finding highest and lowest numbers, Hi i need help creating a small program...

Hi i need help creating a small program that basically asks the user how many numbers hes going to use and then ask for those numbers and see which is the biggest and the smaller

What is preferred organizational structure for organization, What is the pr...

What is the preferred organizational structure for the organization? Preferred Organizational Structure for organization is hierarchal. Where there is various departments inter

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd