You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2012/04/22 08:53:29 UTC

[jira] [Created] (CAMEL-5203) example - A little CXFRS example

Claus Ibsen created CAMEL-5203:
----------------------------------

             Summary: example - A little CXFRS example
                 Key: CAMEL-5203
                 URL: https://issues.apache.org/jira/browse/CAMEL-5203
             Project: Camel
          Issue Type: Wish
          Components: examples
            Reporter: Claus Ibsen
             Fix For: Future


We need a little example to provide with the Camel kit, and documented at
http://camel.apache.org/examples

It should expose a simple REST service using CXF-RS, using JSon, and then invoke a bean where we can simulate a computation, and then prepare a response.
We could also do a little CBR in the Camel route etc. But the showcase is how to setup and use CXF-RS with Camel and use JSon.

Contributions is much welcome.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CAMEL-5203) example - A little CXFRS example

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CAMEL-5203:
-----------------------------------

    Assignee: Willem Jiang
    
> example - A little CXFRS example
> --------------------------------
>
>                 Key: CAMEL-5203
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5203
>             Project: Camel
>          Issue Type: Wish
>          Components: examples
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: Future
>
>
> We need a little example to provide with the Camel kit, and documented at
> http://camel.apache.org/examples
> It should expose a simple REST service using CXF-RS, using JSon, and then invoke a bean where we can simulate a computation, and then prepare a response.
> We could also do a little CBR in the Camel route etc. But the showcase is how to setup and use CXF-RS with Camel and use JSon.
> Contributions is much welcome.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5203) example - A little CXFRS example

Posted by "santosh joshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446995#comment-13446995 ] 

santosh joshi commented on CAMEL-5203:
--------------------------------------

I have created a similar example for this.

At present its commited at https://github.com/santoshjoshi/camel-cxfrs-example.

Please review and suggest how can i contribute it to Apache Camel team.

Regards
Santosh Joshi
                
> example - A little CXFRS example
> --------------------------------
>
>                 Key: CAMEL-5203
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5203
>             Project: Camel
>          Issue Type: Wish
>          Components: examples
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: Future
>
>
> We need a little example to provide with the Camel kit, and documented at
> http://camel.apache.org/examples
> It should expose a simple REST service using CXF-RS, using JSon, and then invoke a bean where we can simulate a computation, and then prepare a response.
> We could also do a little CBR in the Camel route etc. But the showcase is how to setup and use CXF-RS with Camel and use JSon.
> Contributions is much welcome.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-5203) example - A little CXFRS example

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13447077#comment-13447077 ] 

Willem Jiang commented on CAMEL-5203:
-------------------------------------

@santosh,

I just have a quick look at the example, it's great example for the people who want to consume a restful service by leverage the camel-cxfrs component. I'd like to help you to commit it into trunk. And I think we could do more enhancement on the server side (you just create the service by using the CXF diretly) to let the people know how to routing a restful request into different endpoint.

Willem

                
> example - A little CXFRS example
> --------------------------------
>
>                 Key: CAMEL-5203
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5203
>             Project: Camel
>          Issue Type: Wish
>          Components: examples
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: Future
>
>
> We need a little example to provide with the Camel kit, and documented at
> http://camel.apache.org/examples
> It should expose a simple REST service using CXF-RS, using JSon, and then invoke a bean where we can simulate a computation, and then prepare a response.
> We could also do a little CBR in the Camel route etc. But the showcase is how to setup and use CXF-RS with Camel and use JSon.
> Contributions is much welcome.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-5203) example - A little CXFRS example

Posted by "santosh joshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13447342#comment-13447342 ] 

santosh joshi commented on CAMEL-5203:
--------------------------------------

Hi Willem,

It would be great to commit, 
Please tell how should I proceed further also
what other changes should we make to make it more informative.


Regards
Santosh Joshi

                
> example - A little CXFRS example
> --------------------------------
>
>                 Key: CAMEL-5203
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5203
>             Project: Camel
>          Issue Type: Wish
>          Components: examples
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: Future
>
>
> We need a little example to provide with the Camel kit, and documented at
> http://camel.apache.org/examples
> It should expose a simple REST service using CXF-RS, using JSon, and then invoke a bean where we can simulate a computation, and then prepare a response.
> We could also do a little CBR in the Camel route etc. But the showcase is how to setup and use CXF-RS with Camel and use JSon.
> Contributions is much welcome.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira