Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
(as suggested by Jakub and Paul on Jersey list)
—
It would make sense to use a shared wrapper object to indicate that the payload is to be serialized using JSONP wrapping.
The only tricky part is that of how to pass wrapper information to JAX-RS plugin. One simple way is to define standard wrapper object for this purpose; Jersey already has one, so we could just copy it in JAX-RS (see attachment).
Propose JSONP wrapper for JAX-RS plug-in