You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Pradeep Fernando (JIRA)" <ji...@apache.org> on 2009/01/16 13:44:59 UTC

[jira] Commented: (AXIS2-4194) jsr311 implementation for axis2

    [ https://issues.apache.org/jira/browse/AXIS2-4194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664507#action_12664507 ] 

Pradeep Fernando commented on AXIS2-4194:
-----------------------------------------

In the above implementation user can control the REST based access mechanisms using annotations in the source file. but It is not possible to change the the configuration when ever he wants since you have to alter the source file, which means you have to compile it every time. In this patch2 i have implemented a way to change the REST configuration during  the deployment time by means of specifying it in the Services XML. In this implementation services XML configuration on REST behavior will override that of annotations. 

review and apply.

Pradeep Fernando.

>  jsr311  implementation for axis2 
> ----------------------------------
>
>                 Key: AXIS2-4194
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4194
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>         Environment: ubuntu 8.10 intellijIdea7 jdk1.5
>            Reporter: Pradeep Fernando
>            Assignee: Keith Godwin Chapman
>            Priority: Minor
>         Attachments: patch.txt
>
>
> I implemented some of the features specified jsr311 specification in Axis2. By this feature users will able to use rest support available in axis2 using  annotations inserted in the service source. current implementation support both .class  & .aar type deployment. Earlier users had to manually edit the WSDL in order to use REST support in axis2. with this users will able to consume RESTFUL web services in axis2 by adding some annotations in the source.
> currently i have implemented support for : 
> Path             (whttp:location)
> HttpMethod  (whttp:method)
> Produces      (whttp:outputSerialization)
> Consumes    (whttp:inputSerialization)

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