[forge-issues] [JBoss JIRA] (FORGE-1649) Support creation of Encoders and Decoders for Websocket Messages
Vineet Reynolds (JIRA)
issues at jboss.org
Fri Mar 7 11:04:33 EST 2014
Vineet Reynolds created FORGE-1649:
--------------------------------------
Summary: Support creation of Encoders and Decoders for Websocket Messages
Key: FORGE-1649
URL: https://issues.jboss.org/browse/FORGE-1649
Project: Forge
Issue Type: Feature Request
Components: Java EE
Affects Versions: 2.1.1.Final
Reporter: Vineet Reynolds
We should support creation of Encoders and Decoders for POJOs so that they can be converted into Websocket Messages.
This needs to be done with the message mediatype in mind. For instance, if we are to produce JSON messages, we should generate encoders and decoders that support different APIs, but notably one that uses the new JSON-P API (possibly supporting both object and stream based APIs). Likewise, for XML, we should support several APIs to marshal/unmarshal messages of type XML.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the forge-issues
mailing list