<?xml version="1.0" encoding="utf-8"?>
<!-- 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
-->
<?xml-stylesheet type="text/xsl" href="https://rollerweblogger.org/roller-ui/styles/rss.xsl" media="screen"?><rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
  <title>Blogging Roller</title>
  <link>https://rollerweblogger.org/roller/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://rollerweblogger.org/roller/feed/entries/rss?tags=webservices" />
  <description>Dave Johnson on open web technologies, social software and software development</description>
  <language>en-us</language>
  <copyright>Copyright 2026</copyright>
  <lastBuildDate>Mon, 23 Mar 2026 14:54:34 +0000</lastBuildDate>
  <generator>Apache Roller 6.1.5</generator>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/friday_atom_and_rest_links</guid>
    <title>Friday Atom and REST links</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/friday_atom_and_rest_links</link>
    <pubDate>Fri, 25 May 2007 22:30:40 +0000</pubDate>
    <category>Links</category>
    <category>app</category>
    <category>atom</category>
    <category>rest</category>
    <category>webservices</category>
<description>A bunch of Atom and REST related links that I came across while catching up with my blog reading today:&lt;br&gt;&lt;p&gt;&lt;a href=&quot;http://blogs.sun.com/treydrake/entry/atom_and_ldap_sitting_in&quot;&gt;Atom and LDAP sitting in a tree&lt;/a&gt;. Trey Drake has released his OpenDS based Atom store as an open source project on Java.net at &lt;a href=&quot;http://atom.dev.java.net/&quot;&gt;http://atom.dev.java.net&lt;/a&gt;. It&amp;#39;s a directory server distributed as a Java web application that supports both Atom Publishing Protocol (APP) and Lightweight Directory Access Protocol (LDAP).&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.ibm.com/developerworks/xml/library/x-atomencryption/&quot;&gt;Signing, encrypting and decrypting Atom&lt;/a&gt;. On IBM developerWorks, Nicolas Chase explains how &amp;quot;digital signatures and encryption can easily mesh with Atom data using the Apache Abdera API.&amp;quot; &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;a class=&quot;TitleLinkStyle&quot; href=&quot;http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=2a46fd53-67bf-4363-9c65-370984aaa79b&quot;&gt;Google GData: A Uniform Web API for All Google Services&lt;/a&gt;. Dare Obasanjo praises Google for creating a single uniform and RESTful web services API for eight of its key services, the APP based GData API. He writes &amp;quot;not only is it now possible to create a single library that knows how to talk to all of Google&amp;#39;s existing &lt;i&gt;and future &lt;/i&gt;Web
services since they all use GData. It is also a lot easier to provide &amp;#39;tooling&amp;#39; for these services than it would be for Yahoo&amp;#39;s family of Web
services given that they use a simple and uniform interface.&amp;quot;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://blogs.sun.com/geertjan/entry/rest&quot;&gt;RESTful web services support in Netbeans&lt;/a&gt;. Geertjan links to blog entries and a screen-cast that explain Netbeans 6.0 support for RESTful web services, including the early access &lt;a href=&quot;http://jcp.org/en/jsr/detail?id=311&quot;&gt;JSR-311&lt;/a&gt; REST API.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://blogs.sun.com/theaquarium/entry/rest_compile_now_generating_php&quot;&gt;Generate code from your WADL REST API&lt;/a&gt;. Eduardo at The Aquarium links to &lt;a href=&quot;http://blog.tomayac.de/index.php?date=2007-05-23#17:08:48&quot;&gt;Thomas Steiner&lt;/a&gt; who is making progress on a WADL editor and a generator, bringing WSDL-like code generation to RESTful web services.&lt;br&gt;&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/the_apache_lucene_gdata_server</guid>
    <title>The Apache Lucene GData server project</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/the_apache_lucene_gdata_server</link>
    <pubDate>Tue, 15 May 2007 22:18:21 +0000</pubDate>
    <category>Feeds</category>
    <category>app</category>
    <category>atom</category>
    <category>rest</category>
    <category>webservices</category>
<description>&lt;blockquote&gt;&lt;a href=&quot;http://planetgerman.blogspot.com/2007/05/apache-lucene-gdata-server-uses-db4o.html&quot;&gt;German Viscuso&lt;/a&gt;: Generally spoken &lt;a href=&quot;http://code.google.com/apis/gdata/overview.html&quot;&gt;GData&lt;/a&gt; provides a
general interface to make information available even beyond a browser
context by providing a single API that could be used to query, update,
and index structured data anywhere on the web.&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-family:arial;&quot;&gt; Could GData become a &lt;/span&gt;&lt;a style=&quot;font-family:arial;&quot; href=&quot;http://jeremy.zawodny.com/blog/archives/006687.html&quot;&gt;simple and open replacement&lt;/a&gt;&lt;span style=&quot;font-family:arial;&quot;&gt; for all the proprietary communications  protocols currently in use by database vendors?&lt;/span&gt;&lt;/blockquote&gt;

Interesting thoughts. I&amp;#39;ve heard about the Atom Publishing Protocol (APP) based &lt;a href=&quot;http://dev.lucene-ws.net/wiki/API&quot;&gt;Lucene Web Services API&lt;/a&gt;, but I hadn&amp;#39;t heard about the Apache Lucene GData server project. Atom protocol is moving fast, especially considering the fact that it&amp;#39;s not finished.&lt;br&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/restful_web_services_by_richardson</guid>
    <title>RESTful Web Services, by Richardson and Ruby</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/restful_web_services_by_richardson</link>
    <pubDate>Sat, 12 May 2007 15:47:23 +0000</pubDate>
    <category>General</category>
    <category>rest</category>
    <category>webservices</category>
<description>&lt;p&gt;
&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;0&quot; align=&quot;left&quot; alt=&quot;Book&amp;#39;s cover&quot; src=&quot;http://ec1.images-amazon.com/images/I/518TAgBUwKL._AA240_.jpg&quot;&gt;&lt;a href=&quot;http://www.crummy.com/&quot;&gt;
Leonard Richardson&lt;/a&gt; and &lt;a href=&quot;http://intertwingly.net/blog/&quot;&gt;Sam Ruby&lt;/a&gt;&amp;#39;s new book &lt;a href=&quot;http://www.amazon.com/gp/product/0596529260?ie=UTF8&amp;amp;tag=bloggingrolle-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0596529260&quot;&gt;RESTful Web Services&lt;/a&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=bloggingrolle-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0596529260&quot; style=&quot;border:medium none  ! important;margin:0px ! important;&quot;&gt; is now available. It was one of the best sellers in the JavaOne bookstore this year, so congrats to Leonard and Sam. It sold out before I was able to get a copy; &lt;a href=&quot;http://weblogs.java.net/blog/mode/&quot;&gt;Rajiv&lt;/a&gt; bought the last one in the store.&lt;/p&gt;&lt;p&gt; &lt;br&gt;&lt;/p&gt;&lt;div style=&quot;clear:left;&quot;&gt;&lt;/div&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/app_and_openid_at_javaone</guid>
    <title>APP and OpenID at JavaOne</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/app_and_openid_at_javaone</link>
    <pubDate>Mon, 7 May 2007 14:43:56 +0000</pubDate>
    <category>Java</category>
    <category>app</category>
    <category>atom</category>
    <category>javaone2007</category>
    <category>openid</category>
    <category>rest</category>
    <category>webservices</category>
<description>&lt;blockquote&gt;&lt;p&gt;&lt;a href=&quot;http://blogs.sun.com/treydrake/entry/atom_app_openid_and_opends&quot;&gt;Trey Drake&lt;/a&gt;: How do you demo a directory server?  Build cool apps around it.  To that end, we&amp;#39;ve built an &lt;a href=&quot;http://en.wikipedia.org/wiki/Atom_%28standard%29&quot;&gt;Atom/APP&lt;/a&gt;
server, a lightweight OpenID server, a blogging and &amp;quot;twitter&amp;quot; like app
- all powered by OpenDS. Drop by our booth (Glassfish alley at
CommunityONE and .org section of the pavilion during JavaONE). &lt;a href=&quot;http://blogs.sun.com/ludo&quot;&gt;Ludo&lt;/a&gt; and I will introduce OpenDS and show off the demos in two talks; today at &lt;a href=&quot;http://developers.sun.com/events/communityone/track2.jsp&quot;&gt;CommunityONE&lt;/a&gt; at 5PM and Wednesday at 1:30 in the CommunityCorner.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Very cool. I&amp;#39;m not going to be the only one talking about Atom protocol at JavaOne. I&amp;#39;ll have to stop by the CommunityCorner, that sounds too good to miss.&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/propono_0_5_released</guid>
    <title>Propono 0.5 released</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/propono_0_5_released</link>
    <pubDate>Mon, 23 Apr 2007 15:32:10 +0000</pubDate>
    <category>Java</category>
    <category>atom</category>
    <category>atomprotocol</category>
    <category>java</category>
    <category>metaweblogapi</category>
    <category>rest</category>
    <category>rome</category>
    <category>romepropono</category>
    <category>rss</category>
    <category>webservices</category>
<description>ROME Propono 0.5 is a minor bug fix release of Propono. You can get the release files and updated Javadocs from the &lt;a href=&quot;http://wiki.java.net/bin/view/Javawsxml/RomeProponoRelease05&quot;&gt;Propono 0.5 release page&lt;/a&gt;.</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/wso2_web_services_mashup_server</guid>
    <title>WSO2 Web Services Mashup Server</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/wso2_web_services_mashup_server</link>
    <pubDate>Wed, 18 Apr 2007 01:17:17 +0000</pubDate>
    <category>General</category>
    <category>app</category>
    <category>atom</category>
    <category>webservices</category>
<description>I was wondering what web services vendor &lt;a href=&quot;http://wso2.org/&quot;&gt;WSO2&lt;/a&gt; was doing at the APP interop event. &lt;a href=&quot;http://www.bloglines.com/blog/sanjiva?id=201&quot;&gt;Turns out&lt;/a&gt;, they&amp;#39;ve got a &amp;quot;&lt;a href=&quot;http://wso2.org/library/1078&quot;&gt;Web Services Mashup Server&lt;/a&gt;&amp;quot; in the works.</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/app_interop_day_2</guid>
    <title>APP interop event day #2</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/app_interop_day_2</link>
    <pubDate>Wed, 18 Apr 2007 01:16:33 +0000</pubDate>
    <category>Sun</category>
    <category>app</category>
    <category>atom</category>
    <category>webservices</category>
<description>&lt;p&gt;The Atom Publishing Protocol interop event is over and now I&amp;#39;m catching up on blogs and email in my hotel room in Mountain View, CA. In the end, I was able to run &lt;a href=&quot;http://rollerweblogger.org/roller/entry/rome_propono_0_4_released&quot;&gt;ROME Propono&lt;/a&gt; successfully against Blogger/GData, AOL Journals and Wordpress. I also found a dozen small problems in Propono and in the Roller APP server.&lt;/p&gt;&lt;p&gt;For more information on the event, check O&amp;#39;Reilly&amp;#39;s Keith Fahlgren&amp;#39;s summary of the event titled &lt;a href=&quot;http://www.oreillynet.com/xml/blog/2007/04/atom_publishing_protocol_inter.html&quot;&gt;Atom Publishing Protocol a Success&lt;/a&gt;. Keith mentions that &amp;quot;big industry players like AOL, Google, IBM, Microsoft, Oracle, and Sun
are working on APP clients and servers and sent people to the interop
event with interesting code&amp;quot; and I agree that&amp;#39;s definitely a good sign for the protocol. &lt;/p&gt;&lt;p&gt;I thought it was particularly interesting that database vendors IBM and Oracle
showed up with DB2 and Oracle-backed Atom stores. If Google&amp;#39;s half-dozen
or so Atom protocol based services aren&amp;#39;t enough make you stand up and
take notice, surely that should get your attention. &lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/app_interop_event_day_1</guid>
    <title>APP interop event day #1</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/app_interop_event_day_1</link>
    <pubDate>Tue, 17 Apr 2007 10:24:47 +0000</pubDate>
    <category>Roller</category>
    <category>app</category>
    <category>atom</category>
    <category>webservices</category>
<description>&lt;p&gt;Day one of the &lt;a href=&quot;http://www.ietf.org/html.charters/atompub-charter.html&quot;&gt;Atom&lt;/a&gt; Publishing Protocol (APP) &lt;a href=&quot;http://www.intertwingly.net/wiki/pie/April2007Interop&quot;&gt;interop event&lt;/a&gt; was a success, at least from my point-of-view. I was able to test the &lt;a href=&quot;http://rollerweblogger.org/roller/entry/rome_propono_0_4_released&quot;&gt;Propono&lt;/a&gt; client against Blogger.com/GData, AOL Journals and an implementation from Oracle. I found and fixed problems in Roller&amp;#39;s APP implementation. Plus, it was great to meet all of the good folks implementing Atom and to get a close look at the Google campus. I&amp;#39;m getting ready to drive back to Google now so... gotta go. &lt;/p&gt;&lt;p&gt;Check out Tim Bray&amp;#39;s blog for some &lt;a href=&quot;http://www.tbray.org/ongoing/When/200x/2007/04/16/Interop&quot;&gt;photos of the event&lt;/a&gt;. &lt;br&gt;&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/atom_protocol_interop_event</guid>
    <title>Atom protocol interop event</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/atom_protocol_interop_event</link>
    <pubDate>Thu, 5 Apr 2007 17:16:06 +0000</pubDate>
    <category>Feeds</category>
    <category>app</category>
    <category>atom</category>
    <category>feeds</category>
    <category>webservices</category>
<description>I just got approval to attend the &lt;a href=&quot;http://www.intertwingly.net/wiki/pie/April2007Interop&quot;&gt;Atom protocol interop event&lt;/a&gt; at Google April 16 and 17. I&amp;#39;ll be bringing at least three Atom protocol implementations: Roller&amp;#39;s Atom server, Propono&amp;#39;s simple file-based Atom server and Propono&amp;#39;s Atom client. &lt;br&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/atom_protocol_as_the_substrate</guid>
    <title>Atom protocol as the substrate for reliable messaging</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/atom_protocol_as_the_substrate</link>
    <pubDate>Thu, 5 Apr 2007 16:48:03 +0000</pubDate>
    <category>Feeds</category>
    <category>app</category>
    <category>atom</category>
    <category>webservices</category>
<description>&lt;p&gt;I&amp;#39;ve heard the argument before that the &lt;a href=&quot;http://en.wikipedia.org/wiki/Representational_State_Transfer&quot;&gt;REST&lt;/a&gt; approach to web services doesn&amp;#39;t give you reliable messaging and that&amp;#39;s the reason you need to stick with WS-*. Today Bill de hÃ&#147;ra &lt;a href=&quot;http://www.dehora.net/journal/2007/04/step_3.html&quot;&gt;disputes that notion&lt;/a&gt; with an interesting and somewhat provocative post that mentions a couple of specs for messaging via HTTP (&lt;a href=&quot;http://www.dehora.net/doc/httplr/draft-httplr-01.html&quot;&gt;HTTPLR&lt;/a&gt; and &lt;a href=&quot;http://www.microsoft.com/biztalk/techinfo/whitepapers/2000/framwork20.mspx&quot;&gt;BTF&lt;/a&gt;) and argues that Atom protocol can serve as the basis for web-scale reliable messaging. &lt;br&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a href=&quot;http://www.dehora.net/journal/2007/04/step_3.html&quot;&gt;Bill de hÃ&#147;ra&lt;/a&gt;: There are a number of reasons to choose Atom Protocol as the substrate for web-scale reliable messaging. First, &lt;a href=&quot;http://www.tbray.org/ongoing/When/200x/2007/04/02/APP-Interop&quot;&gt;a ton of software will be written to target  APP&lt;/a&gt;
in the next few years, and there is plenty of scope for extending the
protocol; this suggests openly available and flexible software stacks.
Second, since all document collections in Atom Protocol are served as &lt;a href=&quot;http://www.ietf.org/rfc/rfc4287&quot;&gt;Atom Feeds&lt;/a&gt;,
it has inherent support for systems management and end to end
reconciliation. Third, Atom entries have identity and are natural
envelopes, unlike SOAP, where identity and true enveloping requires
further specification (essentially raw Atom presents a better basis for
interoperation than raw SOAP). Fourth, Atom Protocol can support binary
content transmission not just XML, and thus can transmit arbitrary
payloads. Finally, because Atom Protocol respects media types and
deployed HTTP infrastructure, independent proxy inspection and security
check-pointing can be installed cleanly, also eliminating the need to
rewrite 2 stack layers and buy XML appliances to support and secure
SOAP backed web services. It seems to be a question of when, rather
than if, this will get built out. &lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;I would have blogged about this earlier today, but Bill&amp;#39;s blog looked foobar and I didn&amp;#39;t realize that today is &lt;a href=&quot;http://naked.dustindiaz.com/&quot;&gt;CSS Naked Day&lt;/a&gt;. My blog doesn&amp;#39;t look half bad naked. &lt;br&gt;&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/latest_links14</guid>
    <title>Latest links: March 21, 2007</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/latest_links14</link>
    <pubDate>Wed, 21 Mar 2007 22:42:13 +0000</pubDate>
    <category>Links</category>
    <category>app</category>
    <category>atom</category>
    <category>java</category>
    <category>rest</category>
    <category>webservices</category>
<description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://weblogs.java.net/blog/davidvc/archive/2007/03/why_use_atom_pu_1.html&quot;&gt;David Van Couvering: Why use Atom Publishing Protocol for REST?&lt;/a&gt;&lt;br&gt; &amp;quot;Why not just use HTTP and JSON and have done with it?&amp;quot;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://google-code-updates.blogspot.com/2007/03/ode-to-hibernate.html&quot;&gt;Max Ross: Ode to Hibernate (and Shards)&lt;/a&gt;&lt;br&gt; &amp;quot;Shards, a framework that adds support for horizontal partitioning (or in Google parlance, &amp;quot;sharding&amp;quot;) to Hibernate Core&amp;quot;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.snellspace.com/wp/?p=625&quot;&gt;James Snell: Don&amp;#39;t Panic&lt;/a&gt;&lt;br&gt; &amp;quot;it is possible to get very far with nothing but the base APP protocol.&amp;quot;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://torrez.us/archives/2007/03/21/525/&quot;&gt;Elias Torres: Is AtomPP for or not for blogs?&lt;/a&gt;&lt;br&gt; &amp;quot;we&amp;#39;ll probably have to do some good amount of extra work in defining how blogging clients will interact with a blogging service&amp;quot;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://robubu.com/?p=26&quot;&gt;Rob Yates: Atom Publishing Protocol - not enough for blogs?&lt;/a&gt;&lt;br&gt; Rob wants a guide that &amp;quot;allows blogging clients to be interoperable with blogging servers&amp;quot;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.imc.org/atom-protocol/mail-archive/msg08755.html&quot;&gt;Re: I-D ACTION:draft-ietf-atompub-protocol-14.txt&lt;/a&gt;&lt;br&gt; Roy Fielding: &amp;quot;the sky is not falling, and AtomPP implementations will interoperate just fine&amp;quot;&lt;/li&gt;
&lt;/ul&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/javax_ws_rest</guid>
    <title>javax.ws.rest</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/javax_ws_rest</link>
    <pubDate>Wed, 14 Feb 2007 10:24:20 +0000</pubDate>
    <category>Java</category>
    <category>java</category>
    <category>rest</category>
    <category>webservices</category>
<description>&lt;p&gt;That&amp;#39;s big news. A standard Java API is coming for building REST based web services. If you&amp;#39;re an expert in REST, you can participate in it&amp;#39;s development by &lt;a href=&quot;http://www.jcp.org/en/jsr/egnom?id=311&quot;&gt;signing up for the expert group&lt;/a&gt;. Apache, BEA, Google and Jerome Louvel (the &lt;a href=&quot;http://www.restlet.org/&quot;&gt;RESTlet&lt;/a&gt; guy) are on-board. Here&amp;#39;s the intro from the JSR:

&lt;/p&gt;&lt;blockquote&gt;&lt;a href=&quot;http://www.jcp.org/en/jsr/detail?id=311&quot;&gt;JSR 311: Java (TM) API for RESTful Web Services&lt;/a&gt;: This API will enable developers to rapidly build Web applications in
Java that are characteristic of the best designed parts of the Web.
This JSR will develop an API for providing REST(Representational State
Transfer - See reference to Roy Fielding&amp;#39;s dissertation in section 3.1)
support in the Java Platform. Lightweight, RESTful approaches are
emerging as a popular alternative to SOAP-based technologies for
deployment of services on the internet. Currently, building RESTful Web
services using the Java Platform is significantly more complex than
building SOAP-based services and requires using low-level APIs like
Servlets or the dynamic JAX-WS APIs. Correct implementation requires a
high level of HTTP knowledge on the developer&amp;#39;s part.&lt;p&gt;
This JSR will aim to provide a high level easy-to use API for
developers to write RESTful web services independent of the underlying
technology and will allow these services to run on top of the Java EE
or the Java SE platforms. The expert group will investigate whether a
subset of the API can be made used with Java ME. The goal of this JSR
is to provide an easy to use, declarative style of programming using
annotations for developers to write REST ful Web Services and also
enable low level access in cases where needed by the application.&lt;/p&gt;&lt;p&gt;
RESTful Web Services is a relatively new area in the industry and there
are still a lot of unknowns in this space. For example, a key aspect of
RESTful Web Services is for the service to be stateless. However, this
often requires the developer to produce boiler-plate state restoration
code that could be avoided with state-aware API help. We expect the
expert group to be an active and engaged group of people participating
to prioritize and help drive issues to achieve the end goal of a
developer friendly API. &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;

Here are a couple more links about the new JSR:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://blog.noelios.com/2007/02/14/&quot;&gt;Elliote Rusty Harold&lt;/a&gt; is not exactly positive, saying &amp;quot;this is like asking Karl Rove and Dick Cheney to write the Democratic Party platform&amp;quot; but concludes with a call for participation: &amp;quot;are there any JSR members here who might join the working group and bring some sanity and actual REST experience to the development of the eventual specification?&amp;quot;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://blog.noelios.com/2007/02/14/&quot;&gt;Jerome Louvel&lt;/a&gt; explains the idea of REST annotations and explains that implementations will be possible with JAX-WS, Servlet API or Restlet API.&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://netzooid.com/blog/2007/02/14/jsr-311-javaxwsrest/&quot;&gt;Dan Diephouse&lt;/a&gt; says &amp;quot;This is excellent news - Iâ&#128;&#153;m glad to see people are thinking more seriously about RESTful services on Java&amp;quot; and &amp;quot;Expert group members may be interested in checking out the previous work Iâ&#128;&#153;ve done on Java REST annotations&amp;quot;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://kasparov.skife.org/blog/src/java/vb-by-committee.html&quot;&gt;Brian McAllister&lt;/a&gt;: says the JSR sounds like another case where &amp;quot;reasonably good developers trying to design software for
presumed-incompetent developers which will in fact be used unhappily by
basically competent developers.&amp;quot; &lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://weblogs.java.net/blog/mhadley/archive/2007/02/jsr_311_java_ap.html&quot;&gt;Mark Hadley&lt;/a&gt; addresses some of the concerns raised above and provides an interesting code example showing the REST annotations in action. &lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://wanderingbarque.com/nonintersecting/2007/02/14/new-rest-jsr/&quot;&gt;Pete Lacey&lt;/a&gt;: &amp;quot;Initial thoughts: 1) Cool! 2) The servlet API is not ideal, this is needed. 3) I hope they donâ&#128;&#153;t screw it up (see &lt;a href=&quot;http://java.sun.com/webservices/jaxws/&quot;&gt;JAX-WS&lt;/a&gt;).&amp;quot;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.1060.org/blogxter/entry?publicid=8C08746C8C0462CC6FB4E4D69098F1AE&quot;&gt;Steve Loughran&lt;/a&gt;: &amp;quot;I don&amp;#39;t have the faintest clue what a REST
API should look like, except that &lt;i&gt;it must not look like JAX-RPC/JAX-WS&amp;quot;&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.infoq.com/news/2007/02/jsr-311-java-rest-api&quot;&gt;InfoQ thread&lt;/a&gt;: summary of news and three comments as of Thursday &lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://blogs.sun.com/sandoz/entry/jsr_311_and_the_republicans&quot;&gt;Paul Sandoz&lt;/a&gt;: &amp;quot;I have been wanting to work on such an API and implementation for about
5 years! [...] Now the Web &lt;a href=&quot;http://blogs.sun.com/sandoz/entry/rest_is_showing_some_life%3F&quot;&gt;zeitgeist&lt;/a&gt; is back and so are we :-)&amp;quot;&lt;/li&gt;&lt;/ul&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/new_atom_spec_and_queen</guid>
    <title>New Atom protocol spec draft and Queen City planets</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/new_atom_spec_and_queen</link>
    <pubDate>Wed, 27 Dec 2006 16:50:19 +0000</pubDate>
    <category>Blogging</category>
    <category>app</category>
    <category>atom</category>
    <category>blogging</category>
    <category>rest</category>
    <category>webdev</category>
    <category>webservices</category>
<description>&lt;p&gt;&lt;a href=&quot;http://bitworking.org/news/Atom_Publishing_Protocol_Draft_12&quot;&gt;Joe Gregorio announces&lt;/a&gt; a new &lt;a href=&quot;http://bitworking.org/projects/atom/draft-ietf-atompub-protocol-12.html&quot;&gt;Atom Publishing Protocol Spec (draft #12)&lt;/a&gt; and he says it might end up being the final. I guess it&amp;#39;s time for a new &lt;a href=&quot;http://blogapps.dev.java.net&quot;&gt;Blogapps&lt;/a&gt; release with APP draft #12 and &lt;a href=&quot;http://rollerweblogger.org/roller/entry/rome_0_9_beta_is&quot;&gt;ROME 0.9&lt;/a&gt; support.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Plus, Joe has put together a set of new &lt;a href=&quot;http://bitworking.org/news/Charlotte_Mecklenburg_County__NC&quot;&gt;planet sites for towns in the Charlotte, NC area&lt;/a&gt;; all based on feeds from Google Base, Google Blogs, Google News, Craigs List, Flickr and the Weather Service. The sites look useful, but the ads combined with the minimalist design make them look a little spammy on first glance. Perhaps a short &amp;quot;about this site&amp;quot; paragraph is in order.&lt;br&gt;&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/ruby_metaweblog_api_example</guid>
    <title>Ruby MetaWeblog API example</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/ruby_metaweblog_api_example</link>
    <pubDate>Thu, 21 Sep 2006 11:28:12 +0000</pubDate>
    <category>Blogging</category>
    <category>Blogging</category>
    <category>metaweblogapi</category>
    <category>ruby</category>
    <category>webservices</category>
<description>&lt;a href=&quot;http://crafterm.net/blog/articles/2006/09/21/blog-content-migration-from-movabletype-to-typo-using-xml-rpc&quot; target=&quot;_self&quot;&gt;Marcus Crafter&lt;/a&gt; has written-up his experience moving his blog content from MovableType to Typo and all the code he used to do the job -- an excellent example of using the &lt;a href=&quot;http://www.xmlrpc.com/&quot; target=&quot;_self&quot;&gt;XML-RPC&lt;/a&gt; based &lt;a href=&quot;http://www.xmlrpc.com/metaWeblogApi&quot; target=&quot;_self&quot;&gt;MetaWeblog API&lt;/a&gt; from &lt;a href=&quot;http://www.ruby-lang.org/en/&quot; target=&quot;_self&quot;&gt;Ruby&lt;/a&gt;.&amp;nbsp;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/atom_publishing_protocol_draft_10</guid>
    <title>Atom Publishing Protocol, draft #10</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/atom_publishing_protocol_draft_10</link>
    <pubDate>Wed, 13 Sep 2006 10:33:01 +0000</pubDate>
    <category>Blogging</category>
    <category>Blogging</category>
    <category>app</category>
    <category>atom</category>
    <category>webservices</category>
<description>&lt;a href=&quot;http://bitworking.org/projects/atom/draft-ietf-atompub-protocol-10.html&quot; target=&quot;_self&quot;&gt;APP draft #10&lt;/a&gt; is available. I&amp;#39;m still reading it over, but the major changes appear to be:&lt;br&gt;&lt;ul&gt;&lt;li&gt;Categories can be specified at the &lt;s&gt;workspace and&lt;/s&gt; collection level. Multiple category schemes are allowed and both fixed and free-form categories (e.g. tags) are allowed.&lt;/li&gt;&lt;li&gt;Collection titles are now specified by an &amp;lt;atom:title&amp;gt; instead of an attribute on the &amp;lt;collection&amp;gt; element.&lt;/li&gt;&lt;li&gt;A new &amp;quot;slug&amp;quot; header has been added for media posts so that clients can specify the file-name to be used for the uploaded file.&lt;/li&gt;&lt;/ul&gt;I&amp;#39;m especially happy about the category support -- now Atom protocol can do everything that MetaWeblog API can do, and much more. I&amp;#39;ll be updating my &lt;a href=&quot;http://blogapps.dev.java.net/&quot; target=&quot;_self&quot;&gt;client and server implementations&lt;/a&gt; during the next week.&lt;br&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/destructive_get</guid>
    <title>Destructive GET</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/destructive_get</link>
    <pubDate>Fri, 6 May 2005 17:13:43 +0000</pubDate>
    <category>General</category>
    <category>rest</category>
    <category>roller</category>
    <category>webservices</category>
<description>&lt;p&gt;
Beware the &lt;a href=&quot;http://webaccelerator.google.com&quot;&gt;Google Web Accelerator&lt;/a&gt;. 
It will wreak havoc on the web applications that you use &lt;s&gt;(Roller included)&lt;/s&gt;. 
Problem is, in most webapps HTTP GET changes things (even though it shouldn&amp;#39;t). 
Read all about it on &amp;lt;a href=
&amp;quot;http://radar.oreilly.com/archives/2005/05/google_web_acce_1.html&amp;quot;&amp;gt;O&amp;#39;Reilly Radar. 
I don&amp;#39;t understand this. 
Google employs a hell of a lot of very smart people. 
How did they let this one slip by?

&lt;p&gt;
&lt;b&gt;Update&lt;/b&gt;: I just reviewed the Roller UI and found that, at least for deletes, we do the right thing. The pattern we follow is to use a delete link (which causes a GET), but that sends you to an &amp;quot;Are You Sure&amp;quot; page which uses a POST to do the actual delete -- so Roller is probably safe from the Google Web Accelerator.
&lt;/p&gt;&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/wellformedweb_tm_services</guid>
    <title>WellformedWeb(TM) Services</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/wellformedweb_tm_services</link>
    <pubDate>Tue, 12 Aug 2003 07:25:13 +0000</pubDate>
    <category>General</category>
    <category>webservices</category>
<description>&lt;p&gt;Most folks out there in corporate IT land believe that &lt;code&gt;webServices == wsdl + soap&lt;/code&gt;. Joe is fighting that notion. BTW, I don&amp;#39;t think Joe means to imply that SOAP and WDSL are not well-formed. &lt;/p&gt;

&lt;blockquote&gt;
&lt;a href=&quot;http://bitworking.org/news/The_AtomAPI_is_not_a_Web_Service&quot;&gt;
Joe Gregorio&lt;/a&gt;:
Barring any rename, which in all honesty I know won&amp;#39;t happen,
I&amp;#39;ll just have to start referring to non-SOAP based services as &lt;a href=&quot;http://wellformedweb.org&quot;&gt;Well-Formed Web Services&lt;/a&gt;. 
&lt;/blockquote&gt;

</description>  </item>
</channel>
</rss>