jooq/jOOQ-examples/jOOQ-javaee-example
2015-09-29 15:00:10 +02:00
..
src/main [#4349] The trial / pro license is accidentally delivered with the Open Source Edition 2015-06-03 11:00:55 +02:00
.gitignore [#3840] Add a JavaEE example project with EJB and JSF 2014-12-03 12:51:38 +01:00
LICENSE.txt Updated copyright to 2015 2015-01-09 08:57:16 +01:00
pom.xml Release 3.6.4 2015-09-29 15:00:10 +02:00
README.md Fixed readme 2015-05-26 16:33:36 +02:00

Thanks for downloading jOOQ. Please visit http://www.jooq.org for more information.

To install and run this example, simply check it out and run the following Maven command

$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-javaee-example
...
$ mvn clean install

After the above, you should find a jooq-javaee-example.war file in

$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-javaee-example/target
...

You can deploy this war file in your WildFly AS or any other application server. The example will use an embedded H2 database, which should be pre-filled with the library example H2 database. It uses a non-managed DataSource, which is configured and consumed directly by the application itself.

For more information about how to setup a WildFly project using EJB, please visit the WildFly Quickstart projects, e.g.: https://github.com/wildfly/quickstart/tree/master/ejb-in-war