Skip to content

The books example from Beginning Java EE 6 Platform with GlassFish 3 written entirely in Scala

Notifications You must be signed in to change notification settings

zcox/javaee6-books-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run "mvn eclipse:eclipse" to generate Eclipse project files.  You should use the GlassFish Tools Bundle 
for Eclipse (https://glassfishplugins.dev.java.net) and the Scala IDE for Eclipse (http://www.scala-lang.org/node/94 ).

This project's persistence.xml assumes that GlassFish v3 has a JDBC Resource with a JNDI Name of "book".  
You'll need to set that up before deploying this app.

After you generate the Eclipse project files you should be able to just import the project into Eclipse, 
right-click it and select Run As > Run on Server, and deploy it to GlassFish v3. Then just open 
http://localhost:8084/javaee6-books-scala in your browser.

About

The books example from Beginning Java EE 6 Platform with GlassFish 3 written entirely in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages