Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Support Google Protocol Buffers #2176

Open
glassfishrobot opened this issue May 30, 2013 · 6 comments
Open

Support Google Protocol Buffers #2176

glassfishrobot opened this issue May 30, 2013 · 6 comments

Comments

@glassfishrobot
Copy link

Google Protocol Buffers (GPB, https://developers.google.com/protocol-buffers/)::)

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data - think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages - Java, C++, or Python.

Jersey could provide media (extension) module to support BPB.

@glassfishrobot
Copy link
Author

Reported by @shamoh

@glassfishrobot
Copy link
Author

apakulov said:
Here is my implementation of this functionality: https://github.com/apakulov/jersey-media-protobuf
It could be easily integrated into any Jersey 2.x project.

@glassfishrobot
Copy link
Author

icode said:
Here is my implementation of jersey 2.x, but not have client and test unit. https://github.com/intelligentcode/ameba/tree/master/src/main/java/ameba/message/internal/protobuf

use protostuff,not need GPB template. Test for me , thanks very much

@glassfishrobot
Copy link
Author

michalgajdos said:
Can you create a pull-request (see [1] and [2]) from your change? Thanks.

[1] https://github.com/jersey/jersey
[2] https://jersey.java.net/scm.html#/Submitting_Patches_and_Contribute_Code

@glassfishrobot
Copy link
Author

This issue was imported from java.net JIRA JERSEY-1904

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants