From 06f65f003c8da2bd80740033c2150d3add34174e Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 17 Apr 2015 16:37:15 +0200 Subject: [PATCH] Added a reference to the WildFly Quickstart projects --- jOOQ-examples/jOOQ-javaee-example/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jOOQ-examples/jOOQ-javaee-example/README.md b/jOOQ-examples/jOOQ-javaee-example/README.md index 2f593eb001..945160d3db 100644 --- a/jOOQ-examples/jOOQ-javaee-example/README.md +++ b/jOOQ-examples/jOOQ-javaee-example/README.md @@ -24,4 +24,7 @@ $ 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. \ No newline at end of file +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