Description: After extracting the compressed files for eclipse to import the required use of a project, at the same time users will need to set up SQL server inside a database named mydb, in this set up a database table named mytable, called out bookid (int type ), bookname (String type), bookprice (float type).
To Search:
File list (Check if you may need any files):
myproject
.........\.classpath
.........\.mymetadata
.........\.project
.........\mysrc
.........\.....\com
.........\.....\...\monitor
.........\.....\...\.......\bean
.........\.....\...\.......\....\BookBean.java
.........\.....\...\.......\....\BuyCarBean.java
.........\.....\...\.......\biz
.........\.....\...\.......\...\BookBiz.java
.........\.....\...\.......\controller
.........\.....\...\.......\..........\bc.java
.........\.....\...\.......\..........\bl.java
.........\.....\...\.......\..........\dlt.java
.........\.....\...\.......\dao
.........\.....\...\.......\...\BookDao.java
.........\.....\...\.......\...\MyConn.java
.........\WebRoot
.........\.......\booklist.jsp
.........\.......\buycarlist.jsp
.........\.......\index.jsp
.........\.......\META-INF
.........\.......\........\MANIFEST.MF
.........\.......\WEB-INF
.........\.......\.......\classes
.........\.......\.......\.......\com
.........\.......\.......\.......\...\monitor
.........\.......\.......\.......\...\.......\bean
.........\.......\.......\.......\...\.......\....\BookBean.class
.........\.......\.......\.......\...\.......\....\BuyCarBean.class
.........\.......\.......\.......\...\.......\biz
.........\.......\.......\.......\...\.......\...\BookBiz.class
.........\.......\.......\.......\...\.......\controller
.........\.......\.......\.......\...\.......\..........\bc.class
.........\.......\.......\.......\...\.......\..........\bl.class
.........\.......\.......\.......\...\.......\..........\dlt.class
.........\.......\.......\.......\...\.......\dao
.........\.......\.......\.......\...\.......\...\BookDao.class
.........\.......\.......\.......\...\.......\...\MyConn.class
.........\.......\.......\lib
.........\.......\.......\...\sqljdbc.jar
.........\.......\.......\web.xml