So, there are a few different things at play here. With respect to not needing SOAP, you're right. REST is a departure from SOAP and the existing view of a structured format for the message payload. Data can be exchanged in whatever format you like (raw, XML, JSON, etc.).
Given that, the goal of the JSR is to provide a set of standard Java APIs that would better support developing RESTful applications than what exists today. There are ways to pull it off today with some of the standard Java APIs, but it's cumbersome. This is certainly a big piece to bite off for a first thing to work on. As David suggested earlier... it might be best to just start by scratching an itch and finding a few JIRAs that might seem interesting. Just my two cents though... Regards, -Nick "Wesley Mesquita" <[EMAIL PROTECTED] mail.com> To axis-dev@ws.apache.org 12/08/2007 06:03 cc AM Subject Re: Axis2 architecture Please respond to documentation [EMAIL PROTECTED] e.org So, as I understood, REST goes in a different way from that we are dealing with WS today in the sense that we wouldn´t deppend of technologies like SOAP, and explore Java lower level APIs, is this right? On Dec 7, 2007 12:45 PM, Nicholas L Gallardo <[EMAIL PROTECTED]> wrote: Wesley, Here's the page for the JSR. http://jcp.org/en/jsr/detail?id=311 As Sanjiva mentioned, the JSR is still in progress so there's potential for what you see today to be different by the time the spec is complete. Take a look at the JSR and I guess just start asking questions. Before diving into that JSR though, I would Google around and become familiar with the concepts of REST. That will help put some of the JSR lingo into context. Another thing you could do to get familiar with the concept is to build a REST service/client using the existing Axis2 APIs. Please ask away if you have any questions. Cheers, -Nick Inactive hide details for "Wesley Mesquita" <[EMAIL PROTECTED]> "Wesley Mesquita" < [EMAIL PROTECTED]> "Wesley Mesquita" < wesleymesquita@ gmail.com> To [EMAIL PROTECTED] 12/06/2007 he.org 03:25 PM cc Subject Please respond to Re: Axis2 axis-dev@ws.apache.org architecture documentation Interesting, I know a little bit of the concepts of REST arch, but I´ve never worked with JSR. If you can tell me where to start I can learn more about this, and I´ll try to do something in the implementation. Wesley. On Dec 6, 2007 11:54 AM, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: How about implementing JSR-311? That's the new REST annotations JSR. Its a new feature, so its relatively easy .. but u'll need the deployment architecture etc.. But its a fun project and will be useful when done (the JSR is still in progress). Sanjiva. Wesley Mesquita wrote: > > > On Dec 6, 2007 7:31 AM, David Illsley <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi Wesley, It's great to have someone interested in working on Axis2. > Welcome. I guess I'd suggest you try to 'scratch an itch'. You mention > you've been using Axis2.... is there anything that was really hard to > do? > > > Well, there some people in my lab ( www.lis.ic.unicamp.br. > <http://www.lis.ic.unicamp.br>) that have used Axis 1.x in their works > (I know tree MScs that used) , and during the last three months I have > tried to use Axis2 to create Web Services from java classes. I explored > better the POJO method and I did some scripts to automatize the aar > packages creation. My objective is allow the users to send their classes > and the service will be deployed in Axis2 environment. I made just > simple tests, but I think I´ll have problems in more complex classes > (using serialization, attachments and so on). But my new challenge is to > find an easy way to create clients. I am exploring the methods described > in the site but I still didn´t find this "easy way." > > Anything you found you couldn't do that you'd like to be able to > > do? > David > > > I was able (in a hard or simple way) to do everything I needed. But, > like in almost all projects I´ll find something that I can´t do, but, > for now, I don´t know what is this :). > > thanks, > > Wesley > > > On Dec 5, 2007 2:56 PM, Wesley Mesquita < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > I have never worked in a Open Source project, so I don't know how > to get > > really involved just seeing the JIRA's messages, because I still > dont have a > > good view of the areas that these problems are associated. For > now, I would > > like to get simple tasks (in a small or big "thing"). The best > would be if > > someone can tell me an area to get involved (study documentation, > code) and > > so, try to develop sometrhing. > > > > Thanks. > > > > > > > > On Dec 5, 2007 12:44 PM, Sanjiva Weerawarana > <[EMAIL PROTECTED] <mailto: [EMAIL PROTECTED]>> wrote: > > > > > > Wesley Mesquita wrote: > > > > Hi everybody, > > > > > > > > I am using Axis2 in my scientific work at University, and > will be very > > > > useful the documentation about the architecture of Axis2. I > looked at > > > > the site and I didn't found anything like this. > > > > > > > > PS : Are there any open problems in axis2 or anything > specific that you > > > > (the developers team) want people to work ? I am looking for > a open > > > > source project to work in my summer vacation. > > > > > > There's a bunch of areas that you can work on! Do you feel like > doing a > > > small thing or something "large"? The best way is to look at > some of the > > > pending JIRAs and tackle some small things to get started on. > > > > > > If you want specific big ideas holler again and I'll come up > with some > > items! > > > > > > Sanjiva. > > > -- > > > Sanjiva Weerawarana, Ph.D. > > > Founder & Director; Lanka Software Foundation; > http://www.opensource.lk/. > > > Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/ > > > Member; Apache Software Foundation; http://www.apache.org/ > > > Visiting Lecturer; University of Moratuwa; > http://www.cse.mrt.ac.lk/. > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > -- > > Wesley Mesquita > > LIS/IC - UNICAMP > > [skype: wesley.mesquita] > > > > -- > David Illsley - IBM Web Services Development > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > > > > -- > Wesley Mesquita > LIS/IC - UNICAMP > [skype: wesley.mesquita] -- Sanjiva Weerawarana, Ph.D. Founder & Director; Lanka Software Foundation; http://www.opensource.lk/. Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/ Member; Apache Software Foundation; http://www.apache.org/ Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Wesley Mesquita LIS/IC - UNICAMP [skype: wesley.mesquita] -- Wesley Mesquita LIS/IC - UNICAMP [skype: wesley.mesquita]
<<inline: graycol.gif>>
<<inline: pic08027.gif>>
<<inline: ecblank.gif>>