Description: The realization of the basic shopping cart functionality. eclipse+ sqlserver20051. the main emphasis on the shopping cart business logic. 2, the use of JavaBean package. Jsp are more suitable for beginners. 3. Concise and practical. On this basis can the development of more complex functional shopping site. Database create database shop_dbgouse shop_dbgocreate table t_sp (s_id int identity (1,1) primary key, s_name varchar (20) not null, s_price money not null) goinsert into t_sp values (IBM notebook computer, 19999) insert into t_sp values (Hp Business Notebook, 8666) insert into t_sp values (proficient in JSP technology, 236) insert into t_sp values (ASP.NET advanced applications, 156) insert into t_sp values (J2EE Senior Developer, 126) insert into t_sp values (ASUS notebook computers, 6789) goselect* from t_spgo
File list (Check if you may need any files):
testsession
...........\.classpath
...........\.mymetadata
...........\.project
...........\src
...........\...\com
...........\...\...\svse
...........\...\...\....\bean
...........\...\...\....\....\Car.java
...........\...\...\....\....\Spbean.java
...........\...\...\....\DAO
...........\...\...\....\...\UserDAO.java
...........\...\...\....\DBConnection
...........\...\...\....\............\DBConnection.java
...........\...\systemconfig.properties
...........\WebRoot
...........\.......\buy.jsp
...........\.......\index.jsp
...........\.......\META-INF
...........\.......\........\MANIFEST.MF
...........\.......\WEB-INF
...........\.......\.......\classes
...........\.......\.......\.......\com
...........\.......\.......\.......\...\svse
...........\.......\.......\.......\...\....\bean
...........\.......\.......\.......\...\....\....\Car.class
...........\.......\.......\.......\...\....\....\Spbean.class
...........\.......\.......\.......\...\....\DAO
...........\.......\.......\.......\...\....\...\UserDAO.class
...........\.......\.......\.......\...\....\DBConnection
...........\.......\.......\.......\...\....\............\DBConnection.class
...........\.......\.......\.......\systemconfig.properties
...........\.......\.......\lib
...........\.......\.......\...\sqljdbc.jar
...........\.......\.......\web.xml