Download template springmvc hibernate Free Java Code

Description

Template project built on Spring MVC, Spring Security , Hibernate, Oracle, Tiles, jQuery.

Source Files

The download file template-springmvc-hibernate-master.zip has the following entries.


.gitignore/*from w ww.j a v a 2 s  .  c o m*/
conf/app/readme.txt
conf/tomcat/readme.txt
conf/tomcat/server.xml
conf/tomcat/tomcat.keystore
database/schema/create_sequences.sql
database/schema/create_user.sql
database/schema/drop_sequences.sql
database/schema/drop_user.sql
database/table/create_table.sql
database/table/fill_in_table.sql
database/table/truncate_table.sql
database/trigger/create_trigger.sql
pom.xml
src/main/java/com/stepbysteptopro/template/common/Constants.java
src/main/java/com/stepbysteptopro/template/common/PreferencesCommand.java
src/main/java/com/stepbysteptopro/template/dao/GenericDao.java
src/main/java/com/stepbysteptopro/template/dao/GenericDaoImpl.java
src/main/java/com/stepbysteptopro/template/dao/user/UserDao.java
src/main/java/com/stepbysteptopro/template/dao/user/UserDaoImpl.java
src/main/java/com/stepbysteptopro/template/exception/UserExistsException.java
src/main/java/com/stepbysteptopro/template/model/BaseObject.java
src/main/java/com/stepbysteptopro/template/model/profile/Profile.java
src/main/java/com/stepbysteptopro/template/model/profile/UserProfile.java
src/main/java/com/stepbysteptopro/template/model/user/Address.java
src/main/java/com/stepbysteptopro/template/model/user/LabelValue.java
src/main/java/com/stepbysteptopro/template/model/user/Role.java
src/main/java/com/stepbysteptopro/template/model/user/User.java
src/main/java/com/stepbysteptopro/template/security/DatabasePasswordSecurerBean.java
src/main/java/com/stepbysteptopro/template/service/profile/UserProfileService.java
src/main/java/com/stepbysteptopro/template/service/profile/UserProfileServiceImpl.java
src/main/java/com/stepbysteptopro/template/service/user/UserService.java
src/main/java/com/stepbysteptopro/template/service/user/UserServiceImpl.java
src/main/java/com/stepbysteptopro/template/web/BaseController.java
src/main/java/com/stepbysteptopro/template/web/BaseForm.java
src/main/java/com/stepbysteptopro/template/web/BaseFormController.java
src/main/java/com/stepbysteptopro/template/web/admin/AdministrationController.java
src/main/java/com/stepbysteptopro/template/web/profile/ProfileController.java
src/main/java/com/stepbysteptopro/template/web/registration/RegistrationController.java
src/main/java/com/stepbysteptopro/template/web/registration/RegistrationForm.java
src/main/resources/ApplicationResources.properties
src/main/resources/applicationContext-dao.xml
src/main/resources/applicationContext-resources.xml
src/main/resources/applicationContext-security.xml
src/main/resources/applicationContext-service.xml
src/main/resources/displaytag.properties
src/main/resources/ehcache.xml
src/main/resources/hibernate.cfg.xml
src/main/resources/jdbc.properties
src/main/resources/log4j.xml
src/main/webapp/403.jsp
src/main/webapp/404.jsp
src/main/webapp/META-INF/MANIFEST.MF
src/main/webapp/WEB-INF/applicationContext.xml
src/main/webapp/WEB-INF/dispatcher-servlet.xml
src/main/webapp/WEB-INF/jsp/about.jsp
src/main/webapp/WEB-INF/jsp/admin/listActiveUsers.jsp
src/main/webapp/WEB-INF/jsp/dataAccessFailure.jsp
src/main/webapp/WEB-INF/jsp/empty.jspf
src/main/webapp/WEB-INF/jsp/error.jsp
src/main/webapp/WEB-INF/jsp/feedback.jsp
src/main/webapp/WEB-INF/jsp/footer.jspf
src/main/webapp/WEB-INF/jsp/header.jspf
src/main/webapp/WEB-INF/jsp/home.jsp
src/main/webapp/WEB-INF/jsp/layout.jsp
src/main/webapp/WEB-INF/jsp/login.jsp
src/main/webapp/WEB-INF/jsp/menu.jspf
src/main/webapp/WEB-INF/jsp/profile/editProfile.jsp
src/main/webapp/WEB-INF/jsp/profile/viewProfile.jsp
src/main/webapp/WEB-INF/jsp/registration.jsp
src/main/webapp/WEB-INF/jsp/welcome.jsp
src/main/webapp/WEB-INF/tiles-defs.xml
src/main/webapp/WEB-INF/web.xml
src/main/webapp/common/taglibs.jsp
src/main/webapp/css/displaytag.css
src/main/webapp/css/header.css
src/main/webapp/css/main.css
src/main/webapp/css/menu.css
src/main/webapp/css/reset.css
src/main/webapp/error.jsp
src/main/webapp/images/header_bg.jpg
src/main/webapp/images/menuBg.gif
src/main/webapp/images/navBar.gif
src/main/webapp/images/sea_1.jpg
src/main/webapp/images/sea_2.jpg
src/main/webapp/images/sea_3.jpg
src/main/webapp/index.jsp
src/main/webapp/js/prototype.js
src/main/webapp/js/scriptaculous.js
src/main/webapp/login.jsp
src/main/webapp/logout.jsp
src/site/site.xml
src/test/readme.txt

Download

Click the following link to download template-springmvc-hibernate-master.zip.

template-springmvc-hibernate-master.zip




















Home »
  Java Free Code »
    Database »




Cassandra
CouchDB
Database
Hadoop
HBase
Hibernate
JDBC
JPA
LINQ
MapReduce
Memcached
MongoDB
MyBatis
MySQL
neo4j
Oracle
ORM
Redis
SQL