morphia-gwt
Gwt extension for morphia
Usage
add the dependency to your pom.xml
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-gwt</artifactId>
<version>1.1.7</version>
</dependency>
add the inherits statement to your gwt.xml
<inherits name='org.mongodb.morphia.Morphia' />