Consider moving REST API code to JAX-RS 
----------------------------------------

                 Key: WOOKIE-242
                 URL: https://issues.apache.org/jira/browse/WOOKIE-242
             Project: Wookie
          Issue Type: Improvement
            Reporter: Scott Wilson


>From 0.9.1 onwards the REST API has moved centre stage for Wookie. Currently 
>we implement this on top of raw servlets with our own Controller classes and 
>Helper classes for generating representations.

For future versions we should consider migrating the API to use a JAX-RS 
implementation, such as Wink, CXF, Restlet or Jersey and replace our Helpers 
with representation providers such as JAX-B and Jackson.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to