Skip to content

Spring MVC REST: Support for Google Protocol Buffers View [SPR-6258] #10926

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Oct 22, 2009 · 2 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: declined A suggestion or change that we don't feel we should currently apply type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Oct 22, 2009

Alex Antonov opened SPR-6258 and commented

Provide support facility to be able to render Google Protocol Buffers Messages within Spring MVC using custom ProtobufView implementation.

Code implementation to follow.


Affects: 3.0 RC1

Attachments:

Issue Links:

7 votes, 6 watchers

@spring-projects-issues
Copy link
Collaborator Author

Alex Antonov commented

Added dependency files for ProtobufView and ProtobufHandlerExceptionResolver

@spring-projects-issues
Copy link
Collaborator Author

spring-projects-issues commented Oct 28, 2009

Alex Antonov commented

Just like with #10927, the attached code has been tested and used with Spring 2.5.2

The attached objects are ProtobufView and ProtobufHandlerExceptionResolver.
They currently provide ability to convert protobuf Message objects into various alternative representations (xml, json, html, etc) as well as Exception translation into a desired protobuf output.

@spring-projects-issues spring-projects-issues added status: declined A suggestion or change that we don't feel we should currently apply type: enhancement A general enhancement in: web Issues in web modules (web, webmvc, webflux, websocket) labels Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: declined A suggestion or change that we don't feel we should currently apply type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants