stephen-masters / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:Java 99.0%Language:JavaScript 1.0%