Package com.arcbees.gwtpwebsite.server.order

Examples of com.arcbees.gwtpwebsite.server.order.OrderModule


        install(new RestModule());
        install(new EmailModule());
        install(new VelocityModule());
        install(new CrawlFilterModule());
        install(new UtilModule());
        install(new OrderModule());
        install(new DispatchServletModule());
        install(new ExceptionModule());
        install(new com.arcbees.gwtpwebsite.server.email.EmailModule());
    }
View Full Code Here

TOP

Related Classes of com.arcbees.gwtpwebsite.server.order.OrderModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.