Skip to content

GPSolution/hdiv-struts-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Http Data Integrity Validator

Sample application showing the integration between Struts 1 and Hdiv. Supported Struts version is 1.3.8.

How to build the application

Clone this repo and build war file (you'll need Git and Maven installed):

git clone git://github.com/hdiv/hdiv-struts-examples.git
cd hdiv-struts-examples
mvn package
mvn tomcat:run

Open http://localhost:8080/hdiv-struts-examples in your favorite browser.

Execute tests

Follow these steps:

mvn clean package
mvn tomcat:run-war -P test

Open other terminal on the same folder and execute:

mvn integration-test

About

Struts-examples (Struts 1) example application with HDIV

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 99.1%
  • Other 0.9%