Question: Create a Dynamic Web Project named as Library. Use Book as your Model Class. Book class will be having attributes like id, bookName,authorName,price,publisher.Create a database
Create a Dynamic Web Project named as Library. Use Book as your Model Class. Book class will be having attributes like id, bookName,authorName,price,publisher.Create a database named as Library and create a table named as Book having same fields as used in Book Class.Create a Dao Class and insert record of the book in to the database tables using a JSP Page and a Servlet in the middle layer same as we did in the last class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
