Question: Step 1: data base connections and table creation 1) Create a database connection in MySQL, add this table to the MyDatabase database 2) Create a

 Step 1: data base connections and table creation 1) Create adatabase connection in MySQL, add this table to the MyDatabase database 2)Create a table Product a. order num (integer) b. Customer id (integer)

Step 1: data base connections and table creation 1) Create a database connection in MySQL, add this table to the MyDatabase database 2) Create a table Product a. order num (integer) b. Customer id (integer) c. Product id (integer) d. Quality (integer) e. Shipping cost (integer f. Sales date (data type is date) g. Shipping date (data type is date) Step 2: Application development using a MVC framework i.e., Struts) and without using a framework (i.e., HTTPServlet In essence you have to create two applications: (1) that uses the struts as the mvc framework, and 2) that use just simple HTTPServlet as the MVC framework Your application (s View Layer: Create a USP (request.jsp that made of these components: (1) a form that takes in data related to Product table. The form has to take in the specific data type (e.g., sales date has to be in date format). Not providing a date format should be validating by the application-i.e., your application should let the user know that you are not providing the appropriate format. Similarly. all the fields have to be validated. Step 1: data base connections and table creation 1) Create a database connection in MySQL, add this table to the MyDatabase database 2) Create a table Product a. order num (integer) b. Customer id (integer) c. Product id (integer) d. Quality (integer) e. Shipping cost (integer f. Sales date (data type is date) g. Shipping date (data type is date) Step 2: Application development using a MVC framework i.e., Struts) and without using a framework (i.e., HTTPServlet In essence you have to create two applications: (1) that uses the struts as the mvc framework, and 2) that use just simple HTTPServlet as the MVC framework Your application (s View Layer: Create a USP (request.jsp that made of these components: (1) a form that takes in data related to Product table. The form has to take in the specific data type (e.g., sales date has to be in date format). Not providing a date format should be validating by the application-i.e., your application should let the user know that you are not providing the appropriate format. Similarly. all the fields have to be validated

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 Databases Questions!