The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Where are the RESTful frameworks for Java?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Chris Rimmer

Posts: 117
Nickname: rimmer
Registered: Apr, 2003

Chris Rimmer is a developer at Nominet UK
Where are the RESTful frameworks for Java? Posted: Apr 12, 2005 2:16 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Chris Rimmer.
Original Post: Where are the RESTful frameworks for Java?
Feed Title: Chrs
Feed URL: http://chrs.blogspot.com/atom.xml
Feed Description: Techie stuff - Agile, XP, Java, PL/SQL, Ruby, Whatever
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Chris Rimmer
Latest Posts From Chrs

Advertisement
I've been doing some research into RESTful web services recently. We may be going down this route, so I've been tasked with giving a presentation to the development team on the topic. As part of this, I checked out what Java frameworks are available to simplify the process. The answer seems to be - not many. I've found Gomba and sqlREST which both turn data exposed via JDBC into RESTful web services. But that's it. I'd expect that there'd be something along the lines of Hibernate that would allow you to declare resources, their URIs and how the different operations (GET, POST etc) map to method calls in Java. Maybe I'm not looking hard enough, or I've overlooked some reason why such a framework isn't worth writing? (Btw, the links I've collected during my research are available here: http://del.icio.us/chrs/REST)

Read: Where are the RESTful frameworks for Java?

Topic: But does anyone use it? Previous Topic   Next Topic Topic: Don't you need a real application?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use