![JAR search and dependency download from the Maven repository](/logo.png)
ninja.morphia.NinjaMorphiaModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ninja-morphia-module Show documentation
Show all versions of ninja-morphia-module Show documentation
This is an easly plugable module for the Ninja web framework to work with morphia and mongodb by providing a convinent service, providing you with all dependencies and some testing utilites.
The newest version!
package ninja.morphia;
import com.google.inject.AbstractModule;
/**
* Google juice module loader for injection in ninja framework applications
*
* @author skubiak
*
*/
public class NinjaMorphiaModule extends AbstractModule {
@Override
protected void configure() {
bind(NinjaMorphia.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy