You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Michael Griggs (JIRA)" <ji...@apache.org> on 2015/10/22 16:09:27 UTC

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

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)