Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.21.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Since GWT 2.0 JSON Overlay types can implement an interface as long as no 2 overlay types implement the same interface. If the model classes we're building JSON Overlay types for implement an interface, the JSON Overlay type should implement this interface as well. This will allow the code which deals with them to be more easily tested without resorting to slow GwtTestCase tests which run the server.
The generated model classes for GWT RPC should also implement these interfaces, then the JSON Overlay facade from ENUNCIATE-533 could implement the same Async interface as the remote handle to the GWT RPC service.