<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Atomojo: complete Atom Publishing Protocol stack</title>
	<atom:link href="http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/</link>
	<description>Realize your Web ideas !</description>
	<lastBuildDate>Mon, 06 Sep 2010 07:27:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jerome Louvel</title>
		<link>http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/#comment-6946</link>
		<dc:creator>Jerome Louvel</dc:creator>
		<pubDate>Wed, 06 Aug 2008 08:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/#comment-6946</guid>
		<description>Note that the Restlet Engine project is now distributed under the following licenses: LPGL 3.0 or LGPL 2.1 or CDDL 1.0. 

This is less ambiguous than the GPL with Classpath Exception in term of possible inclusion in a commercial application.</description>
		<content:encoded><![CDATA[<p>Note that the Restlet Engine project is now distributed under the following licenses: LPGL 3.0 or LGPL 2.1 or CDDL 1.0. </p>
<p>This is less ambiguous than the GPL with Classpath Exception in term of possible inclusion in a commercial application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nodalities &#187; Blog Archive &#187; This Week&#8217;s Semantic Web</title>
		<link>http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/#comment-6908</link>
		<dc:creator>Nodalities &#187; Blog Archive &#187; This Week&#8217;s Semantic Web</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/#comment-6908</guid>
		<description>[...] Atommojo - complete Atom Publishing Protocol stack [...]</description>
		<content:encoded><![CDATA[<p>[...] Atommojo &#8211; complete Atom Publishing Protocol stack [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome Louvel</title>
		<link>http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/#comment-4584</link>
		<dc:creator>Jerome Louvel</dc:creator>
		<pubDate>Fri, 20 Jul 2007 05:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/#comment-4584</guid>
		<description>Thanks for bringing this question up. I&#039;m glad to say that you are wrong :) Restlet can perfectly be used and redistributed in commercial applications, with either the CDDL or the GPL (with Classpath exception) license! 

So, Atomojo is absolutely able to redistribute Restlet, even if their own license is BSD. The main constraint of CDDL and GPL is that if you modify the source code of Restlet itself (derived work), you have to contribute those changes back to the community.

I encourage you to read the licenses text directly and get legal advise if you are not familiar with license interpretation:
http://www.restlet.org/about/legal

Best regards,
Jerome</description>
		<content:encoded><![CDATA[<p>Thanks for bringing this question up. I&#8217;m glad to say that you are wrong <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Restlet can perfectly be used and redistributed in commercial applications, with either the CDDL or the GPL (with Classpath exception) license! </p>
<p>So, Atomojo is absolutely able to redistribute Restlet, even if their own license is BSD. The main constraint of CDDL and GPL is that if you modify the source code of Restlet itself (derived work), you have to contribute those changes back to the community.</p>
<p>I encourage you to read the licenses text directly and get legal advise if you are not familiar with license interpretation:<br />
<a href="http://www.restlet.org/about/legal" rel="nofollow">http://www.restlet.org/about/legal</a></p>
<p>Best regards,<br />
Jerome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Wallace</title>
		<link>http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/#comment-4581</link>
		<dc:creator>Richard Wallace</dc:creator>
		<pubDate>Fri, 20 Jul 2007 04:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/#comment-4581</guid>
		<description>I have to say that when I first saw Restlet I was pretty excited.  I&#039;m was planning a project that I&#039;m planning to use it as an interface for my Ajax clients.  But my usage of it would be in a commercial app.  I just checked the license of Restlet and it seems to be dual licensed under the CDDL or the GPL with classpath extension.  This had me thinking I wouldn&#039;t be able to use it in a commercial application.

But looking at this project I see that it is licensed under the BSD license.  From what I understand of the CDDL and GPL they require that any software making use of code under one of those licenses requires that the client code also be under the same license.

Is this not true?  Can I use Restlet in a commercial app?  Is Atomojo in violation of the Restlet licensing?

I&#039;m hoping that I can use Restlet in my application because I&#039;ve never been excited about web services because they&#039;ve always seemed too complicated and bloated without actually providing much benefit.  REST has got me excited about the possibilities and I really like the way the ideas have been realized in the Restlet architecture.

So please, tell me I&#039;m wrong!</description>
		<content:encoded><![CDATA[<p>I have to say that when I first saw Restlet I was pretty excited.  I&#8217;m was planning a project that I&#8217;m planning to use it as an interface for my Ajax clients.  But my usage of it would be in a commercial app.  I just checked the license of Restlet and it seems to be dual licensed under the CDDL or the GPL with classpath extension.  This had me thinking I wouldn&#8217;t be able to use it in a commercial application.</p>
<p>But looking at this project I see that it is licensed under the BSD license.  From what I understand of the CDDL and GPL they require that any software making use of code under one of those licenses requires that the client code also be under the same license.</p>
<p>Is this not true?  Can I use Restlet in a commercial app?  Is Atomojo in violation of the Restlet licensing?</p>
<p>I&#8217;m hoping that I can use Restlet in my application because I&#8217;ve never been excited about web services because they&#8217;ve always seemed too complicated and bloated without actually providing much benefit.  REST has got me excited about the possibilities and I really like the way the ideas have been realized in the Restlet architecture.</p>
<p>So please, tell me I&#8217;m wrong!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
