/sctrcd-fx-web

This project is a Java web application based on the Spring Framework. The intent is to provide simple examples of using Drools within a web application.

Primary LanguageJava

sctrcd-fx-web

This project is a Java web application based on the Spring Framework. The intent is to provide simple examples of using Drools within a web application.

It's built with Maven, so from the command line you can:

Run a full build (including tests):

mvn clean install

Run the web application in a Jetty container:

mvn jetty:run

Run the web application in a Tomcat container:

mvn tomcat7:run