This is simple Employee Information system using spring mvc and hibernate integration
empinfo System :
------------------
Purpose :
---------
To demo simplicity of using spring mvc and spring persistence using hibernate integration
Requirement tools :
-------------------
To run empinfo system, you will need these latest tools :
1. Maven
2. MySQL
3. Tomcat
Steps :
-------
Steps to run empinfo system :
1. Downloading Maven
2. Install Maven, then set Maven bin directory into your PATH environment variable
2. Extract empinfo archive into a folder on your hard drive
- Open up persistenceContext.xml file (empinfo\src\main\resources\) and change dataSource bean into your MySQL configuration
3. Open a Windows command prompt and navigate to empinfo folder
- Compile "empinfo" 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 "empinfo-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 empinfo system up and running. Navigate your web browser to http://localhost:8080/empinfo-0.0.1/department.htm
Photo Album
(Popularity: ) : This is a Photo Album system using spring mvc, wizard controller 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).
Spring Web Flow
(Popularity: ) : To demo simplicity of using spring web flow and spring persistence using hibernate integration 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 , ...