Integration with Other Projects
Integrations provided in other projects
The following projects have their own integration with DWR:
- Rife uses DWR for remote server requests
- Struts v2 uses DWR for Ajax Validation
- Grails has a plugin to allow use of DWR
- IBDOM is a way to injecting JavaScript Objects into web page, See their DWR integration documentation.
Integrations provided by DWR
DWR integrates with a large number of other projects. These include:
- WebWork: For details of our integration see the DWR + WebWork section
- Guice: For details of our integration, see DWR + Guice
- Spring: For details on our integration, see DWR + Spring
- JSF: For details on our integration, see DWR + JSF
- Struts v1: For details on our integration, see DWR + Struts 1
- Hibernate: For details on our integration, see DWR + Hibernate
A common query is how to get at servlet objects like HttpServletRequest. This is explained in accessing servlet objects.
Other Integrations
Externally, there is some information about integrating DWR with AppFuse written by Life as a struct.
In addition there are a number of projects that complement or compete with DWR that you can find out about in related projects.
You can also use DWR to read data from arbitrary URLs using the forwardToString() method.
