aspose file tools
The moose likes Web Services and the fly likes Interested in learning some REST, can anyone give me some pointers on where to begin? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Interested in learning some REST, can anyone give me some pointers on where to begin?" Watch "Interested in learning some REST, can anyone give me some pointers on where to begin?" New topic
Author

Interested in learning some REST, can anyone give me some pointers on where to begin?

James Elsey
Ranch Hand

Joined: Dec 21, 2007
Posts: 228

Hi,

I'm thinking of developing an app for the google app engine, I would like to implement it with REST so I can potentially have multiple interfaces, such as a web UI and an Android client

I have experience with MVC web applications, but none with REST, can anyone point me out some places to start?

Should it involve exposing members on my Action/Service layer with REST annotations?

Thanks


Kind Regards, James. OCPJP 1.6 || My SCJP / OCJCP Study Notes
Interested in : SCJP, Google App Engine, Stripes, Android;|| My Bite-Size SCJP Study Blog
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12327
    
    1
The wikipedia article is a nice survey.


Restlet and the Jersey project appear to be mature implementations.

Bill


Java Resources at www.wbrogden.com
James Elsey
Ranch Hand

Joined: Dec 21, 2007
Posts: 228

Thanks Bill,

Was having a look at Restlet in my lunch break today, looks simple enough, will give it a good bash over the weekend

Cheers
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Interested in learning some REST, can anyone give me some pointers on where to begin?
 
Similar Threads
Get an OpenID token from a REST call
Android API or Flex
Need Some Help with Lucene
Calling web application from File Watcher(Autosys)
recommendation for a web site architecture