-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
has: votes-jiraIssues migrated from JIRA with more than 10 votes at the time of importIssues migrated from JIRA with more than 10 votes at the time of importin: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Andres Almiray opened SPR-5853 and commented
Create a view that outputs its model as a JSON object. This will help AJAX enabled applications to transfer less bytes as the JSON format is more compact that XML. It also allows for quick object creation using eval(), no need for extra XML parsing.
I have created such view (JsonView) using the json-simple library (http://json.org/java) and would like to contribute it.
Attachments:
- JsonView.java (3.26 kB)
- JsonView.zip (45.82 kB)
- SmdServiceExporter.java (5.06 kB)
- SpringJSONExporter.jar (24.67 kB)
- SpringJSONRPC.war (302.96 kB)
- spring-jsonview.v2.1.zip (86.86 kB)
- spring-jsonview.v2.zip (86.73 kB)
Issue Links:
- SWF-1273 Json-Rpc-Java (AJAX) and Spring integration
- SWF-1295 Move the JacksonJsonView implementation to the core Spring Framework
Referenced from: commits 5ae919a, 398729c
26 votes, 26 watchers
Metadata
Metadata
Assignees
Labels
has: votes-jiraIssues migrated from JIRA with more than 10 votes at the time of importIssues migrated from JIRA with more than 10 votes at the time of importin: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement