Download Sample Web Project Free Java Code

Description

Sample web project to practice with Java Servlets and JSP.

Source Files

The download file Sample-Web-Project-master.zip has the following entries.


.classpath/*from   w w  w  .  j  a  v  a 2s . c  om*/
.project
.settings/org.eclipse.jdt.core.prefs
build.xml
create.sql
lib/antlr-2.7.6.jar
lib/c3p0-0.9.1.jar
lib/commons-beanutils-1.8.3.jar
lib/commons-collections-3.1.jar
lib/commons-logging-1.1.1.jar
lib/dom4j-1.6.1.jar
lib/hibernate-jpa-2.0-api-1.0.1.Final.jar
lib/hibernate3.jar
lib/javassist-3.12.0.GA.jar
lib/jstl-api-1.2.jar
lib/jstl-impl-1.2.jar
lib/jta-1.1.jar
lib/jtds-1.2.5.jar
lib/junit.jar
lib/log4j-1.2.16.jar
lib/org.hamcrest.core_1.1.0.v20090501071000.jar
lib/servlet-api.jar
lib/slf4j-api-1.6.1.jar
log4j.properties
src/com/stkiller/webexample/bl/dataaccess/BLAccessManager.java
src/com/stkiller/webexample/bl/dataaccess/IBLAccessManager.java
src/com/stkiller/webexample/bl/datavalidation/implementation/GroupValidator.java
src/com/stkiller/webexample/bl/datavalidation/implementation/RoleValidator.java
src/com/stkiller/webexample/bl/datavalidation/implementation/UserValidator.java
src/com/stkiller/webexample/bl/datavalidation/implementation/ValidationResult.java
src/com/stkiller/webexample/bl/datavalidation/interfaces/IValidationResult.java
src/com/stkiller/webexample/bl/datavalidation/interfaces/IValidator.java
src/com/stkiller/webexample/bl/exceptions/DataRetrievalException.java
src/com/stkiller/webexample/bl/exceptions/DataWriteException.java
src/com/stkiller/webexample/bl/exceptions/ValidationException.java
src/com/stkiller/webexample/dal/dataaccess/IAccessManager.java
src/com/stkiller/webexample/dal/exceptions/DBException.java
src/com/stkiller/webexample/dal/exceptions/NoSuchFactoryException.java
src/com/stkiller/webexample/dal/factories/hibernate/HibernateAccessManager.java
src/com/stkiller/webexample/dal/factories/hibernate/HibernateUtil.java
src/com/stkiller/webexample/dal/valueobject/GroupVO.java
src/com/stkiller/webexample/dal/valueobject/RoleVO.java
src/com/stkiller/webexample/dal/valueobject/UserVO.java
src/com/stkiller/webexample/dal/valueobject/ValueObject.java
src/com/stkiller/webexample/test/AccessManagerTest.java
src/com/stkiller/webexample/web/MyRequestDispatcher.java
src/com/stkiller/webexample/web/entities/execution/ExecutionContext.java
src/com/stkiller/webexample/web/entities/execution/IExecutionContext.java
src/com/stkiller/webexample/web/entities/resolution/ForwardResolution.java
src/com/stkiller/webexample/web/entities/resolution/IResolution.java
src/com/stkiller/webexample/web/entities/resolution/RedirectResolution.java
src/com/stkiller/webexample/web/filters/LogFilter.java
src/com/stkiller/webexample/web/handlers/AddGroupRequestHandler.java
src/com/stkiller/webexample/web/handlers/AddRoleRequestHandler.java
src/com/stkiller/webexample/web/handlers/AddUserRequestHandler.java
src/com/stkiller/webexample/web/handlers/DeleteEntityRequestHandler.java
src/com/stkiller/webexample/web/handlers/IRequestHandler.java
src/com/stkiller/webexample/web/handlers/LoginErrorHandler.java
src/com/stkiller/webexample/web/handlers/LoginHandler.java
src/com/stkiller/webexample/web/handlers/ViewAllRequestHandler.java
src/com/stkiller/webexample/web/helper/AvailableActionType.java
src/com/stkiller/webexample/web/helper/BeanUtilsHelper.java
src/com/stkiller/webexample/web/listeners/InitializationListener.java
src/hibernate.cfg.xml
web/errorPage.jsp
web/style.css
webInf/view/AddGroup.jsp
webInf/view/AddRole.jsp
webInf/view/AddUser.jsp
webInf/view/ErrorLogin.jsp
webInf/view/GetAllData.jsp
webInf/view/Header.jsp
webInf/view/Login.jsp
webInf/web.xml

Download

Click the following link to download Sample-Web-Project-master.zip.

Sample-Web-Project-master.zip




















Home »
  Java Free Code »
    Web Framework »




Framework Web
GWT
PlayFramework
PureMVC
RESTful
Servlet
websocket
Wicket