KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > directwebremoting > guice > spring > package-info


1 /**
2  * <p>
3  * This package provides support for using Spring beans in a DWR-Guice setting.
4  * This documentation assumes you already understand
5  * <a HREF="http://code.google.com/p/google-guice/">Guice</a> concepts and
6  * some core <a HREF="http://springframework.org">Spring</a> concepts.
7  * </p>
8  * <p>
9  * To use this support, in the {@code configure} method of a concrete
10  * extension of
11  * {@link org.directwebremoting.guice.DwrGuiceServletContextListener DwrGuiceServletContextListener},
12  * call {@code install(new SpringModule(loader))}, where {@code loader}
13  * is an implementation of the
14  * {@link org.directwebremoting.guice.spring.BeanFactoryLoader BeanFactoryLoader}
15  * interface. This package includes one such implementation,
16  * {@link org.directwebremoting.guice.spring.WebApplicationContextLoader WebApplicationContextLoader}.
17  * </p>
18  * @author Tim Peierls [tim at peierls dot net]
19  */

20 package org.directwebremoting.guice.spring;
21
Popular Tags