|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BeanFactoryLoader | Knows how to load a concrete BeanFactory. |
Class Summary | |
---|---|
SpringModule | Ties SpringIntegration.fromSpring providers
to a BeanFactory whose provider is a Closeable in global
application scope, which means that it will be destroyed
when the servlet context is destroyed. |
WebApplicationContextLoader | A BeanFactory loader that loads a WebApplicationContext given a servlet context. |
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 configure
method of a concrete
extension of
DwrGuiceServletContextListener
,
call install(new SpringModule(loader))
, where loader
is an implementation of the
BeanFactoryLoader
interface. This package includes one such implementation,
WebApplicationContextLoader
.
|
Copyright ? 2005 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |