Question: Java, JSP, Eclipse, Tomcat Make a new web application titled _08. In this application, write two JSPs. The first JSP creates a database table and
Java, JSP, Eclipse, Tomcat
- Make a new web application titled
_08. In this application, write two JSPs. - The first JSP creates a database table and populates the table with data.
- The second JSP will display a form in the doGet method when invoked.
- The form will contain a post action that directs the form post back to the same JSP, which in the doPost method will save the form data to a database using a JavaBean, and respond back with a query from the database displaying all the current records in an appealing format. The form must contain a minimum of 3 input fields.
I know this has been asked before but I cannot get it to work, I had some code written for movies but I cannot get the database to work correctly with the form I made. Would like the title, year, and genre. If someone could make this file in Eclipse and save it as a war or zip file that would be great. Or if you could provide pictures and clearly explain the first JSP file and the second JSP file that would also be great!
Thanks for any help!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
