This package provides support for
Guice
dependency injection in DWR-based web applications.
This documentation assumes you already understand Guice concepts.
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.
This package includes an implementation of the JSON spec in Java.
The JSON spec includes the types object, array, number, string and boolean.
We have chosen to use the Java types String and boolean to represent the last
2 of these, and a choice of int, long and double for number.