Create a new application titled myName_07. The MySQL database name is also myName_07. The table name in the database is
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Create a new application titled myName_07. The MySQL database name is also myName_07. The table name in the database is
Create a new application titled myName_07. The MySQLdatabase name is also myName_07. The table name in the databaseis employee. Create 2 JSP files: 1st JSP FILE- creates adatabase table and populates the table with data. 2nd JSP FILE-will display a form in the doGet method when invoked. The form willcontain a "post" action that directs the form post back to the sameJSP, which in the doPost method will save the form data to adatabase using a JavaBean, respond back with a query from thedatabase displaying all the current records in an appealing format.The form must contain a minimum of 3 input fields.