Description: Using a combination of the listener and the Servlet Javaweb, developed the web project, online payment
To Search:
File list (Check if you may need any files):
day018kick
..........\.classpath
..........\.project
..........\.settings
..........\.........\.jsdtscope
..........\.........\org.eclipse.jdt.core.prefs
..........\.........\org.eclipse.wst.jsdt.ui.superType.container
..........\.........\org.eclipse.wst.jsdt.ui.superType.name
..........\WebRoot
..........\.......\META-INF
..........\.......\........\MANIFEST.MF
..........\.......\WEB-INF
..........\.......\.......\classes
..........\.......\.......\.......\c3p0-config.xml
..........\.......\.......\.......\domain
..........\.......\.......\.......\......\User.class
..........\.......\.......\.......\listener
..........\.......\.......\.......\........\MyServletContextListener.class
..........\.......\.......\.......\servlet
..........\.......\.......\.......\.......\KickServlet.class
..........\.......\.......\.......\.......\LoginServlet.class
..........\.......\.......\.......\utils
..........\.......\.......\.......\.....\JDBCUtils.class
..........\.......\.......\lib
..........\.......\.......\...\c3p0-0.9.1.2.jar
..........\.......\.......\...\commons-dbutils-1.4.jar
..........\.......\.......\...\mysql-connector-java-5.0.8-bin.jar
..........\.......\.......\web.xml
..........\.......\index.jsp
..........\.......\list.jsp
..........\.......\login.jsp
..........\src
..........\...\c3p0-config.xml
..........\...\domain
..........\...\......\User.java
..........\...\listener
..........\...\........\MyServletContextListener.java
..........\...\servlet
..........\...\.......\KickServlet.java
..........\...\.......\LoginServlet.java
..........\...\utils
..........\...\.....\JDBCUtils.java