Skip to content

Minimal Maven based XForms Hello World app based on Orbeon

Notifications You must be signed in to change notification settings

DiUS/orbeon-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Before you can build this sample, you need to install the orbeon-xforms-filter into your local Maven repo:

mvn install:install-file -DgroupId=com.orbeon -DartifactId=orbeon-xforms-filter -Dversion=4.3.0.1 -Dpackaging=jar -Dfile=/path/to/exploded/orbeon.war/WEB-INF/lib/orbeon-xforms-filter.jar

After that, you should be able to build this project using:

mvn package

And install the generated WAR into the Tomcat in which you installed Orbeon. Now, access http://localhost:8080/orbeon-play/test/test.html and you should see your form.

About

Minimal Maven based XForms Hello World app based on Orbeon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published