Languages Java Complete Applications  

Spring Web Flow

download download  
important code information
author:
BantenCity
minimum requirements:
Spring Web Flow description

To demo simplicity of using spring web flow and spring persistence using hibernate integration


springwf System :
------------------
Purpose :
---------
To demo simplicity of using spring web flow and spring persistence using hibernate integration

Requirement tools :
-------------------
To run springwf system, you will need these latest tools :
1. Maven
2. MySQL
3. Tomcat
Steps :
-------
Steps to run springwf system :
1. Downloading Maven
2. Install Maven, then set Maven bin directory into your PATH environment variable
2. Extract springwf archive into a folder on your hard drive
- Open up persistenceContext.xml file (springwf\src\main\resources\) and change dataSource bean into your MySQL configuration
3. Open a Windows command prompt and navigate to springwf folder
- Compile "springwf" source using "mvn compile" command. This will take a little while, since Maven will download all libraries and keeps them into your local repository that you need to run this system
- Create Web application WAR file using "mvn package" command. This will create deployable WAR file "springwf-0.0.1.war"
4. Copy this file into the webapps directory of your Tomcat server directory
5. Open new Windows command prompt, then start the Tomcat server by changing the directory to the bin directory using "startup" command
6. Once the Tomcat server starts up, you have the springwf system up and running.


File List:
springwf/0b
springwf/Readme.txt2Kb
springwf/pom.xml4Kb
springwf/screenshoot/0b
springwf/screenshoot/screenshoot1.jpg38Kb
springwf/screenshoot/screenshoot2.jpg38Kb
springwf/screenshoot/screenshoot3.jpg35Kb
springwf/src/0b
springwf/src/main/0b
springwf/src/main/java/0b
springwf/src/main/java/com/0b
springwf/src/main/java/com/springwf/0b
springwf/src/main/java/com/springwf/dao/0b
springwf/src/main/java/com/springwf/dao/UserDao.java308b
springwf/src/main/java/com/springwf/dao/hibernate/0b
springwf/src/main/java/com/springwf/dao/hibernate/HibernateUserDaoImpl.java1Kb
springwf/src/main/java/com/springwf/entity/0b
springwf/src/main/java/com/springwf/entity/User.java1Kb
springwf/src/main/java/com/springwf/flow/0b
springwf/src/main/java/com/springwf/flow/UserAction.java2Kb
springwf/src/main/java/com/springwf/validation/0b
springwf/src/main/java/com/springwf/validation/UserValidator.java1Kb
springwf/src/main/resources/0b
springwf/src/main/resources/log4j.properties1Kb
springwf/src/main/resources/persistenceContext.xml2Kb
springwf/src/main/webapp/0b
springwf/src/main/webapp/WEB-INF/0b
springwf/src/main/webapp/WEB-INF/jsp/0b
springwf/src/main/webapp/WEB-INF/jsp/user-edit.jsp1Kb
springwf/src/main/webapp/WEB-INF/jsp/user-list.jsp1Kb
springwf/src/main/webapp/WEB-INF/jsp/user-new.jsp1Kb
springwf/src/main/webapp/WEB-INF/springwf-config.xml1Kb
springwf/src/main/webapp/WEB-INF/springwf-servlet.xml495b
springwf/src/main/webapp/WEB-INF/web.xml1Kb
springwf/src/main/webapp/WEB-INF/webflow/0b
springwf/src/main/webapp/WEB-INF/webflow/user-flow-beans.xml1Kb
springwf/src/main/webapp/WEB-INF/webflow/user-flow.xml2Kb
springwf/src/main/webapp/index.jsp158b

Similar code
Photo Album (Popularity: ) : This is a Photo Album system using spring mvc, wizard controller and hibernate integration
Simple Employee Information (Popularity: ) : This is simple Employee Information system using spring mvc and hibernate integration
Spring Hibernate (Popularity: ) : This system, will show you how to use spring mvc and spring persistence using hibernate integration
File to Array Converter (Popularity: ) : It is very nice to build programs without dependence on picture or sound external files!!! Here is the solution! This converter converts a choosen file to Java byte array that may be used by createImage method (for example).

Powerful E-Commerce code, Building ur own Amazon.com with Java (Popularity: ) : Hi friends, Updated March 6, 2003 now u need not compile the .java files , and its more enhanced now ,This code is for developing a web based E-Commerce Application , with all the features like making/editing/deleting notes, favourites , ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 114
version
size in Kb 93
popularity   1631/7913374
user rating 5/10
ad


New Code
Popular Code