[jira] [Created] (IGNITE-1774) REST API should be implemented using Jersey

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-1774) REST API should be implemented using Jersey

Anton Vinogradov (Jira)
Michael Griggs created IGNITE-1774:
--------------------------------------

             Summary: REST API should be implemented using Jersey
                 Key: IGNITE-1774
                 URL: https://issues.apache.org/jira/browse/IGNITE-1774
             Project: Ignite
          Issue Type: Improvement
    Affects Versions: ignite-1.4
            Reporter: Michael Griggs


Jersey+Jetty is a well established method for implementing RESTful interfaces.  

The REST API should implement non-modifying cache methods (e.g., get()) via HTTP GET methods, and modifying cache methods (e.g., put(), replace()) via HTTP POST methods.  This allows the JSON data to be correctly formatted in the body of the message, instead of needing to be URL-encoded on the URI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)