You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to apply the DRY approach for reusing my jaxrs services using the gwtp-rest-delegated.
The problem is that I am using the Response object as a return value since it needs to change the CacheControl parameters when returning a response (or return different response types depending on the http response code).
But it seems that there is no support for this Response. It would be nice if at least the type would be available as an empty emulated class in gwtp so that it will compile properly.
The text was updated successfully, but these errors were encountered:
I'm trying to apply the DRY approach for reusing my jaxrs services using the gwtp-rest-delegated.
The problem is that I am using the Response object as a return value since it needs to change the CacheControl parameters when returning a response (or return different response types depending on the http response code).
But it seems that there is no support for this Response. It would be nice if at least the type would be available as an empty emulated class in gwtp so that it will compile properly.
The text was updated successfully, but these errors were encountered: