You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-dev@incubator.apache.org by "Kim LiChong (JIRA)" <ji...@apache.org> on 2009/06/04 23:57:07 UTC

[jira] Commented: (OLIO-96) current REST based services are improperly implemented

    [ https://issues.apache.org/jira/browse/OLIO-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716457#action_12716457 ] 

Kim LiChong commented on OLIO-96:
---------------------------------

 Partial REST services implemented with JAX-RS for Person object.  REST operations now include addUser, updateUser, deleteUser, getUser, getAllUsers.  The WADL can be viewed at http://<hostname>t:8080/webapp/resources/application.wadl.

committed in svn revision 781875.

Event REST services still need to be implemented.

> current REST based services are improperly implemented 
> -------------------------------------------------------
>
>                 Key: OLIO-96
>                 URL: https://issues.apache.org/jira/browse/OLIO-96
>             Project: Olio
>          Issue Type: Bug
>          Components: java-app
>            Reporter: Kim LiChong
>            Assignee: Kim LiChong
>
> Currently, the REST based services for person and event do not have unique URI as dictated by REST based architecture.  Instead, they are using parameter based GET or POSTS.  Need to re-implement these services with unique URI and other HTTP methods (eg. PUT, DELETE).
> Will use Jersey based implementation of JSR-311 (JAX-RS)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (OLIO-96) current REST based services are improperly implemented

Posted by Shanti Subramanyam <Sh...@Sun.COM>.
That's strange. I never saw this commit message. Just to make sure there 
isn't any problem, did you see the email from the svn commit ?

Shanti

Kim LiChong (JIRA) wrote:
>     [ https://issues.apache.org/jira/browse/OLIO-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716457#action_12716457 ] 
>
> Kim LiChong commented on OLIO-96:
> ---------------------------------
>
>  Partial REST services implemented with JAX-RS for Person object.  REST operations now include addUser, updateUser, deleteUser, getUser, getAllUsers.  The WADL can be viewed at http://<hostname>t:8080/webapp/resources/application.wadl.
>
> committed in svn revision 781875.
>
> Event REST services still need to be implemented.
>
>   
>> current REST based services are improperly implemented 
>> -------------------------------------------------------
>>
>>                 Key: OLIO-96
>>                 URL: https://issues.apache.org/jira/browse/OLIO-96
>>             Project: Olio
>>          Issue Type: Bug
>>          Components: java-app
>>            Reporter: Kim LiChong
>>            Assignee: Kim LiChong
>>
>> Currently, the REST based services for person and event do not have unique URI as dictated by REST based architecture.  Instead, they are using parameter based GET or POSTS.  Need to re-implement these services with unique URI and other HTTP methods (eg. PUT, DELETE).
>> Will use Jersey based implementation of JSR-311 (JAX-RS)
>>     
>
>