<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Christophe Coenraets &#187; Remoting</title>
	<atom:link href="http://coenraets.org/blog/tag/remoting/feed/" rel="self" type="application/rss+xml" />
	<link>http://coenraets.org/blog</link>
	<description>Rich Internet Applications, Flex, AIR, Java, Android</description>
	<lastBuildDate>Fri, 23 Jul 2010 14:45:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>BlazeDS: Open Sourcing Remoting and Messaging</title>
		<link>http://coenraets.org/blog/2007/12/blazeds-open-sourcing-remoting-and-messaging/</link>
		<comments>http://coenraets.org/blog/2007/12/blazeds-open-sourcing-remoting-and-messaging/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 16:55:59 +0000</pubDate>
		<dc:creator>Christophe Coenraets</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[Messaging]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Remoting]]></category>

		<guid isPermaLink="false">http://coenraets.org/blog/2007/12/blazeds-open-sourcing-remoting-and-messaging/</guid>
		<description><![CDATA[Today is yet another exciting day for the Flex community and for the world of Rich Internet applications… Adobe is announcing plans to release its Remoting and Messaging technologies under a new open source product named BlazeDS. The news is probably all over the blogs, but I thought I would summarize the key points: The [...]]]></description>
			<content:encoded><![CDATA[<p>Today is yet another exciting day for the Flex community and for the world of Rich Internet applications… Adobe is announcing plans to release its Remoting and Messaging technologies under a new open source product named BlazeDS.</p>
<p>The news is probably all over the blogs, but I thought I would summarize the key points:</p>
<ul>
<li>The Remoting and Messaging technology previously available only as part of LiveCycle Data Services will now be available for free as a new Open Source product called BlazeDS (under LGPL v3 license).</li>
<li>The public beta of BlazeDS is available for download <a href="http://labs.adobe.com/technologies/blazeds/">here</a> (the GA version is scheduled for early 2008).</li>
<li>As part of this announcement, the Action Message Format (AMF) protocol specification is also being published. The spec is available <a href="http://download.macromedia.com/pub/labs/amf/amf3_spec_121207.pdf">here</a>.</li>
<li>The JIRA bugbase is available <a href="http://bugs.adobe.com/blazeds/">here</a>.</li>
</ul>
<p><span id="more-58"></span><br />
<strong>Additional Information:</strong></p>
<ul>
<li>BlazeDS includes a new HTTP Streaming channel for real time applications that require very low latency. The sample applications packaged with BlazeDS provide examples of real time market data streaming and collaborative applications built with BlazeDS and using the new HTTP Streaming channel (the RTMP protocol is not included in BlazeDS).</li>
<li>In addition to the BlazeDS war file, the BlazeDS download includes a version of Tomcat (6.0.14) with a series of web applications fully configured with BlazeDS (including blazeds-sample).</li>
</ul>
<p><strong>Getting Started:</strong></p>
<ol>
<li>Download the BlazeDS beta 1 zip file <a href="http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_blazeds">here</a></li>
<li>Expand it on your local file system (for example in a /blazeds directory)</li>
<li>Start Tomcat (startup.bat or startup.sh in /blazeds/tomcat/bin)</li>
<li>Open a browser and access the samples home page: <a href="http://localhost:8400/blazeds-samples/">http://localhost:8400/blazeds-samples/</a></li>
<li>Take the test drive!</li>
</ol>
<p><strong>Background Information on Messaging:</strong></p>
<p>The Message Service provides a complete publish/subscribe infrastructure allowing Flex clients and the server to exchange messages in real time. The Message Service is made of two key components: a message service running in the application server, and a client-side API. The message service manages a set of destinations. The client-side API allows Flex clients to publish and subscribe to these destinations.</p>
<p>The Message Service enables data push, and collaborative applications to be delivered in the browser in a reliable and scalable manner while preserving the benefits of the traditional web deployment model.</p>
<p>The Message Service can integrate with existing messaging systems through an adapter architecture. A JMS adapter is available out-of-the-box. Using the JMS adapter, you can map BlazeDS messaging destinations to JMS topics, allowing Flex clients to publish and subscribe to JMS topics.</p>
<p><strong>Background Information on Remoting:</strong></p>
<p>Remoting allows a Flex applications to directly invoke methods of Java objects deployed in your application server. The benefits of Remoting include performance and the straightforward programming model.</p>
<p><strong>Additional Offerings:</strong></p>
<ul>
<li>Adobe will also offer “Adobe LiveCycle Data Services, Community Edition”, a subscription offering that includes certified builds of BlazeDS, enterprise support, etc.</li>
<li>LiveCycle Data Services ES (the commercial product) will continue to exist and will focus on higher level APIs: such as Data Management Services, Portal Integration, Offline Synchronization, etc. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://coenraets.org/blog/2007/12/blazeds-open-sourcing-remoting-and-messaging/feed/</wfw:commentRss>
		<slash:comments>121</slash:comments>
		</item>
	</channel>
</rss>
