The Artima Developer Community
Sponsored Link

Java Buzz Forum
Friday Java Quiz: RPC vs. REST

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
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Friday Java Quiz: RPC vs. REST Posted: Sep 12, 2008 7:21 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Friday Java Quiz: RPC vs. REST
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

I've been hearing a lot about the merits of REST over the deficiencies of RPC lately. For example, the latest blog entries from RPC-hero-turned-REST-advocate Steve Vinoski.

While it's fun to listen to famous people debate the issues, I've always had the impression that REST is something that is not as concrete as RPC. In Java, for example, If I want to do RPC, I have several different tools that I can use right there in the JDK: one is RMI, the other is Java IDL (not that I'll recommend it).

That leads to todays question:

Q: How the bleep do you get started with doing REST with Java?

(I know you are going to wave your hands every which way and utter phrases like "uniform interface" or "hypermedia as the engine of application state" or "internet scale" or "small joins, loosely parted".)

Q: Show me! (Send a string "Howdy" from host A to host B the REST way.)

No peeking at the internet or the REST book. Just write the demo.

Read: Friday Java Quiz: RPC vs. REST

Topic: AgileManagementTools Previous Topic   Next Topic Topic: IT-eye - Client Server 2.0

Sponsored Links



Google
  Web Artima.com   

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