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

org.directwebremoting.guice.spring.package-info Maven / Gradle / Ivy

Go to download

DWR is easy Ajax for Java. It makes it simple to call Java code directly from Javascript. It gets rid of almost all the boiler plate code between the web browser and your Java code.

The newest version!
/**
 * 

* This package provides support for using Spring beans in a DWR-Guice setting. * This documentation assumes you already understand * Guice concepts and * some core Spring concepts. *

*

* To use this support, in the {@code configure} method of a concrete * extension of * {@link org.directwebremoting.guice.DwrGuiceServletContextListener DwrGuiceServletContextListener}, * call {@code install(new SpringModule(loader))}, where {@code loader} * is an implementation of the * {@link org.directwebremoting.guice.spring.BeanFactoryLoader BeanFactoryLoader} * interface. This package includes one such implementation, * {@link org.directwebremoting.guice.spring.WebApplicationContextLoader WebApplicationContextLoader}. *

* @author Tim Peierls [tim at peierls dot net] */ package org.directwebremoting.guice.spring;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy