This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes How to develop REST based website. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How to develop REST based website." Watch "How to develop REST based website." New topic
Author

How to develop REST based website.

shyam ramineni
Ranch Hand

Joined: Jul 08, 2005
Posts: 43
Hi All,

I have an idea about a new website. For this I need to develop something similar to http://del.icio.us.

I see there is REST support in Java5. Is this good enough to build a website based in REST support in Java5. or Is there any other framework or product which does this better.

[ July 23, 2008: Message edited by: shyam ramineni ]
[ July 23, 2008: Message edited by: shyam ramineni ]

<a href="http://hyderabaditeducation.com" target="_blank" rel="nofollow">http://hyderabaditeducation.com</a>
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
RESTful web service support is being developed in the open-source Sun supported Jersey project. In my opinion, this is the most full-featured toolkit available.

Here is one of my survey articles on Jersey.

I know of no REST support in the standard Java5 library.

The REST support in Axis is a kludge.

Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to develop REST based website.
 
Similar Threads
Cleared SCWCD with a score of 88%
Why final constants won't take the default values?
Sorry
Image in JavaRanch Topic Watches section
Question related to Constructors