Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.2
-
Fix Version/s: 0.3
-
Component/s: None
-
Labels:None
Description
Since GWT services are inherently called from a request, the standard web properties (request, response, etc.) should be injected into those services.
Here is an implementation of what you suggested on the mailing list. It works for all cases I tried in my application.