Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jsflive/mygourmet-ee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The example was tested with Glassfish 3.1.1.

Before deploying the application, database resources must be setup correctly.

1) Create a connection pool with the following properties:
Pool name: mygourmet-derby-pool
Resource type: javax.sql.DataSource
Datasource classname: org.apache.derby.jdbc.EmbeddedDataSource
Additional Property: DatabaseName=memory:mygourmet;create=true

2) Create a JDBC resource
JNDI name: jdbc/mygourmet
Pool name: mygourmet-derby-pool

About

Example MyGourmet from http://jsfatwork.irian.at with a complete Java EE 6 stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published