All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ninja.morphia.NinjaMorphiaModule Maven / Gradle / Ivy

Go to download

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