What's new? | Help | Directory | Sign in
Google
                
Code License: Apache License 2.0
Labels: grails, plugin, morph
Show all Featured Downloads:
grails-morph-0.1.zip
Feeds:
How to join?
Project owners:
  danilat83

Morph Plugin is a Grails plugin that helps to deploy a Grails application on http://www.mor.ph/

This plugin adds dynamically on your web.xml this resource:

<resource-ref>

<description>Morphlabs Datasource</description>

<res-ref-name>jdbc/morph-ds</res-ref-name>

<res-type>javax.sql.DataSource</res-type>

<res-auth>Container</res-auth>

</resource-ref>