[
https://issues.apache.org/jira/browse/SHINDIG-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617093#action_12617093
]
Louis Ryan commented on SHINDIG-476:
------------------------------------
- wanted to create a clear separation while re-using some code. agree that once
we settle on something then alot can go away
- The JsonConversionUtils only exists to convert JSON Objects into URL query
params and back again. Its not used when parsing POSTed JSON content. Once I
have JSON its BeanJsonConverter all the way
- Bad Intellij
- Yes, I just didnt want to do this until we had removed the alternate format.
- Yes, there are quite a few things that can be done as separate commits
> JSON-RPC handler
> ----------------
>
> Key: SHINDIG-476
> URL: https://issues.apache.org/jira/browse/SHINDIG-476
> Project: Shindig
> Issue Type: New Feature
> Components: RESTful API (Java)
> Reporter: Louis Ryan
> Assignee: Louis Ryan
> Attachments: JSONRPC.patch
>
>
> This patch contains a largely working implementation of the JSON-RPC proposal
> I suggested to the spec list.
> Major changes include
> - Abstracting out common base types for RequestItem and added subclasses of
> RestfulRequestItem and RPC.
> - Abstracting out common base type for API servlets
> - New jsonrpccontainer.js
> - Make request handlers respect operation/verb synonyms
> All existing test pass and end-to-end tests work.
> This is very much a WIP but should be enough for folks to look at.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.