<?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>The Union Platform, By USER1</title>
	<atom:link href="http://www.unionplatform.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.unionplatform.com</link>
	<description></description>
	<lastBuildDate>Wed, 18 Aug 2010 20:39:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Orbiter (JavaScript Client Library) Preview Release</title>
		<link>http://www.unionplatform.com/?p=1449</link>
		<comments>http://www.unionplatform.com/?p=1449#comments</comments>
		<pubDate>Wed, 18 Aug 2010 20:39:15 +0000</pubDate>
		<dc:creator>USER1</dc:creator>
				<category><![CDATA[Union Platform]]></category>

		<guid isPermaLink="false">http://www.unionplatform.com/?p=1449</guid>
		<description><![CDATA[A public preview of Orbiter, Union Platform's JavaScript client library, is now available for download here. Using Orbiter, web developers can create multiuser web pages, applications, and games that run natively in web browsers without the need for additional plug-ins.
To see Orbiter in action, visit this JavaScript chat application, which communicates seamlessly with the equivalent [...]]]></description>
			<content:encoded><![CDATA[<p>A public preview of Orbiter, Union Platform's JavaScript client library, is now available for <a href="http://www.unionplatform.com/staging/releases/orbiter/latest/">download here</a>. Using Orbiter, web developers can create multiuser web pages, applications, and games that run natively in web browsers without the need for additional plug-ins.</p>
<p>To see Orbiter in action, visit this <a href="http://www.unionplatform.com/samples/orbiter/UnionChatPart1/">JavaScript chat application</a>, which communicates seamlessly with the <a href="http://www.unionplatform.com/?page_id=44">equivalent Flash-based chat application posted here</a>. To see how the chat was built, view the page source.</p>
<p>Orbiter is already fully functional, but at this preview stage of development it is limited in the following ways:</p>
<ul>
<li>Does not support Microsoft Internet Explorer. IE support is the next feature scheduled for development.</li>
<li>Requires Union Server 1.0 Alpha 8 preview or higher, which can be <a href="http://www.unionplatform.com/staging/releases/union/latest/">obtained here</a>. The <a href="http://www.unionplatform.com/?page_id=239">public testing server, tryunion.com</a>, also supports Orbiter connections.</li>
<li>No documentation. However, Orbiter's API is, in most cases, identical to <a href="http://www.unionplatform.com/?page_id=41">Reactor's API</a>. Furthermore, complete source code is included in the release.</li>
<li>Incomplete API. Orbiter does not yet have a room manager, client manager, or account manager, nor does it have Client objects, Room objects and UserAccount objects. Instead, most communication methods are currently defined by the Orbiter class directly. In a future release, Reactor-style managers will be added to Orbiter's API, and the Orbiter class's temporary communication methods will be removed. In the interim, developers can access all Union Platform features by sending and receiving <a href="http://www.unionplatform.com/?page_id=86">UPC messages</a> directly via Orbiter's MessageManager.</li>
</ul>
<p>Orbiter is currently tested and verified working in the latest version of the following web browsers: Mozilla Firefox, Google Chrome, Opera, Safari, iPhone Mobile Safari, Android Browser. Please send reports of incompatibilities to union [-a-t-] user1.net.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unionplatform.com/?feed=rss2&amp;p=1449</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective-C client, AMF, JSON community examples</title>
		<link>http://www.unionplatform.com/?p=1446</link>
		<comments>http://www.unionplatform.com/?p=1446#comments</comments>
		<pubDate>Sun, 25 Jul 2010 02:47:39 +0000</pubDate>
		<dc:creator>USER1</dc:creator>
				<category><![CDATA[Union Platform]]></category>

		<guid isPermaLink="false">http://www.unionplatform.com/?p=1446</guid>
		<description><![CDATA[A couple of interesting community examples were posted recently to Union Coders:

Kenichi Ueno posted a proof-of-concept Objective-C "Hello World" example for creating iPhone and iPad Union clients.
Alex W. posted AMF and JSON examples for passing complex data (e.g., objects and lists) between ActionScript clients and Union Server.

Thanks to Kenichi and Alex for making their code [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of interesting community examples were posted recently to <a href="http://factory.user1.net/projects/unionplatform/boards/show/16">Union Coders</a>:</p>
<ul>
<li><a href="http://keno.serio.jp/">Kenichi Ueno</a> posted a proof-of-concept <a href="http://factory.user1.net/boards/16/topics/show/261">Objective-C "Hello World" example</a> for creating iPhone and iPad Union clients.</li>
<li>Alex W. posted <a href="http://winxalex.blogspot.com/2010/07/use-amf-and-json-packaging-in-union.html">AMF and JSON examples</a> for passing complex data (e.g., objects and lists) between ActionScript clients and Union Server.</li>
</ul>
<p>Thanks to Kenichi and Alex for making their code publicly available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unionplatform.com/?feed=rss2&amp;p=1446</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Multiplayer Pong Example Posted</title>
		<link>http://www.unionplatform.com/?p=1396</link>
		<comments>http://www.unionplatform.com/?p=1396#comments</comments>
		<pubDate>Fri, 21 May 2010 19:48:20 +0000</pubDate>
		<dc:creator>USER1</dc:creator>
				<category><![CDATA[Union Platform]]></category>

		<guid isPermaLink="false">http://www.unionplatform.com/?p=1396</guid>
		<description><![CDATA[Source code for Union Pong is now available here. The example explains how to combine client-side Reactor code with a server-side room module to create an online multiplayer version of the classic game of Pong. 
]]></description>
			<content:encoded><![CDATA[<p>Source code for Union Pong is <a href="http://www.unionplatform.com/?page_id=1229">now available here</a>. The example explains how to combine client-side Reactor code with a server-side room module to create an online multiplayer version of the classic game of Pong. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.unionplatform.com/?feed=rss2&amp;p=1396</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fridge Magnets Example Posted</title>
		<link>http://www.unionplatform.com/?p=1192</link>
		<comments>http://www.unionplatform.com/?p=1192#comments</comments>
		<pubDate>Mon, 17 May 2010 20:44:49 +0000</pubDate>
		<dc:creator>USER1</dc:creator>
				<category><![CDATA[Union Platform]]></category>

		<guid isPermaLink="false">http://www.unionplatform.com/?p=1192</guid>
		<description><![CDATA[Source code for a fridge magnets application is now available here. When a user drags a letter in the application, all other connected users see the letter move. The example demonstrates room modules, room attributes, and client-to-server module messages.
]]></description>
			<content:encoded><![CDATA[<p>Source code for a fridge magnets application is <a href="http://www.unionplatform.com/?page_id=1159">now available here</a>. When a user drags a letter in the application, all other connected users see the letter move. The example demonstrates room modules, room attributes, and client-to-server module messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unionplatform.com/?feed=rss2&amp;p=1192</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Union Free Licence Announced</title>
		<link>http://www.unionplatform.com/?p=1115</link>
		<comments>http://www.unionplatform.com/?p=1115#comments</comments>
		<pubDate>Mon, 26 Apr 2010 15:14:07 +0000</pubDate>
		<dc:creator>USER1</dc:creator>
				<category><![CDATA[Union Platform]]></category>

		<guid isPermaLink="false">http://www.unionplatform.com/?p=1115</guid>
		<description><![CDATA[Today at FITC in Toronto, Canada, USER1 Subsystems Corporation announced its official licensing terms for Union 1.0. When Union 1.0 is released, it will available under two licences: Union and Union Enterprise. 
Union will be entirely free for both commercial and noncommercial projects, and will support up to 1000 simultaneous client connections. 
Union Enterprise, a [...]]]></description>
			<content:encoded><![CDATA[<p>Today at <a href="http://fitc.ca">FITC</a> in Toronto, Canada, USER1 Subsystems Corporation announced its official licensing terms for Union 1.0. When Union 1.0 is released, it will available under two licences: Union and Union Enterprise. </p>
<p><strong>Union</strong> will be <em>entirely free for both commercial and noncommercial projects</em>, and will support up to 1000 simultaneous client connections. </p>
<p><strong>Union Enterprise</strong>, a commercial license, will support an unlimited number of simultaneous client connections. Pricing for Union Enterprise will be announced when Union 1.0 is released.</p>
<p>For complete licensing details, see <a href="http://www.unionplatform.com/?page_id=1111">Union Licensing</a>.</p>
<p>By releasing a free 1000-user licence, USER1 aims to make multiuser-application development significantly more accessible to innovators, businesses, and hobbyists alike. Under Union's free licence, the vast majority of realtime-multiuser applications will be able to be deployed without the need to purchase costly server software. </p>
<p>In order to foster community sharing, USER1 is committed to providing a free licence that supports a <em>minimum</em> of 1000 simultaneous client connections for all future versions of Union. We hope that this promise gives the community the confidence to develop and share custom components, server modules, applications, client SDKs, and best practices in the field of multiuser computing.</p>
<p>We believe that all applications should be multiuser; we hope our free Union licence helps make that belief a reality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unionplatform.com/?feed=rss2&amp;p=1115</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Union 1.0 Alpha 7 Released</title>
		<link>http://www.unionplatform.com/?p=1029</link>
		<comments>http://www.unionplatform.com/?p=1029#comments</comments>
		<pubDate>Mon, 12 Apr 2010 02:46:37 +0000</pubDate>
		<dc:creator>USER1</dc:creator>
				<category><![CDATA[Union Platform]]></category>

		<guid isPermaLink="false">http://www.unionplatform.com/?p=1029</guid>
		<description><![CDATA[
Union 1.0 Alpha 7 is now available for download. Alpha 7 expands Union's user-account and data-storage feature set, provides access to room observers, introduces an "information "snapshot" API, adds many UnionAdmin improvements, and includes extensive Reactor API polish.


This release brings Union 1.0 a very large step closer to final shipping status. Only one major feature [...]]]></description>
			<content:encoded><![CDATA[<p>
Union 1.0 Alpha 7 is now available for <a href="http://www.unionplatform.com/?page_id=437">download</a>. Alpha 7 expands Union's user-account and data-storage feature set, provides access to room observers, introduces an "information "snapshot" API, adds many UnionAdmin improvements, and includes extensive Reactor API polish.
</p>
<p>
This release brings Union 1.0 a very large step closer to final shipping status. Only one major feature remains unimplemented (see <a href="http://factory.user1.net/issues/show/48">security, permissions, and privileges</a>). Major changes to Reactor and Union's existing APIs are now unlikely, but minor changes and expansions will continue to occur until Union 1.0 Beta 1 is released.
</p>
<p>
For more information about this release, please see the <a href="http://www.unionplatform.com/?page_id=1022">Union 1.0 Alpha 7 Release Notes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unionplatform.com/?feed=rss2&amp;p=1029</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ReactorGUI Chat and Multiuser Mouse Examples Posted</title>
		<link>http://www.unionplatform.com/?p=1012</link>
		<comments>http://www.unionplatform.com/?p=1012#comments</comments>
		<pubDate>Fri, 15 Jan 2010 22:18:35 +0000</pubDate>
		<dc:creator>USER1</dc:creator>
				<category><![CDATA[ReactorGUI]]></category>

		<guid isPermaLink="false">http://www.unionplatform.com/?p=1012</guid>
		<description><![CDATA[Two new Union application examples, both built on the ReactorGUI component set, are now available:

A chat application featuring a user list, private messaging, and account registration and login.
A multiuser mouse pointer example, where all connected users can see each other's mouse pointers.

Both examples include fewer than 100 lines of code, demonstrating how Union's modular design [...]]]></description>
			<content:encoded><![CDATA[<p>Two new Union application examples, both built on the <a href="http://www.unionplatform.com/?page_id=962">ReactorGUI</a> component set, are now available:</p>
<ul>
<li>A <a href="http://www.unionplatform.com/?page_id=991">chat application</a> featuring a user list, private messaging, and account registration and login.</li>
<li>A <a href="http://www.unionplatform.com/?page_id=997">multiuser mouse pointer</a> example, where all connected users can see each other's mouse pointers.</li>
</ul>
<p>Both examples include fewer than 100 lines of code, demonstrating how Union's modular design helps encapsulate and organize the complexity of multiuser interface development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unionplatform.com/?feed=rss2&amp;p=1012</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ReactorGUI Component Library Now Available</title>
		<link>http://www.unionplatform.com/?p=1009</link>
		<comments>http://www.unionplatform.com/?p=1009#comments</comments>
		<pubDate>Fri, 15 Jan 2010 22:06:15 +0000</pubDate>
		<dc:creator>USER1</dc:creator>
				<category><![CDATA[Union Platform]]></category>

		<guid isPermaLink="false">http://www.unionplatform.com/?p=1009</guid>
		<description><![CDATA[ReactorGUI, a user-interface component library for building multiuser applications with ActionScript 3.0, is now available for download.
Built on Adobe Flex and Reactor (Union’s ActionScript client-communications library) ReactorGUI provides Union developers with high-level multiuser-application building blocks such as a user list, a room list, an avatar pane, a chat widget, a login window, position broadcasting utilities, [...]]]></description>
			<content:encoded><![CDATA[<p>ReactorGUI, a user-interface component library for building multiuser applications with ActionScript 3.0, is now available for download.</p>
<p>Built on Adobe Flex and Reactor (Union’s ActionScript client-communications library) ReactorGUI provides Union developers with high-level multiuser-application building blocks such as a user list, a room list, an avatar pane, a chat widget, a login window, position broadcasting utilities, and a debugging panel.</p>
<p>ReactorGUI is a free part of Reactor, and includes all source code so developers can study, modify, and extend ReactorGUI’s component set without restriction.</p>
<p>Examples, an API reference, and download information for ReactorGUI are <a href="http://www.unionplatform.com/?page_id=962">available here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unionplatform.com/?feed=rss2&amp;p=1009</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Union 1.0 Alpha 6 Released</title>
		<link>http://www.unionplatform.com/?p=926</link>
		<comments>http://www.unionplatform.com/?p=926#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:33:41 +0000</pubDate>
		<dc:creator>USER1</dc:creator>
				<category><![CDATA[Union Platform]]></category>

		<guid isPermaLink="false">http://www.unionplatform.com/?p=926</guid>
		<description><![CDATA[
Alpha 6 introduces the first phase of Union's "persistence" feature set, which includes user-account management and server-side data storage. Starting with Alpha 6, Union clients can save room attributes and client attributes to a database or other data source. Union Server now includes a light-weight built-in database called Apache Derby. Because Derby comes built into [...]]]></description>
			<content:encoded><![CDATA[<p>
Alpha 6 introduces the first phase of Union's "persistence" feature set, which includes user-account management and server-side data storage. Starting with Alpha 6, Union clients can save room attributes and client attributes to a database or other data source. Union Server now includes a light-weight built-in database called <a href="http://db.apache.org/derby/">Apache Derby</a>. Because Derby comes built into Union Server, Union developers can now easily create multiuser applications that support user registration, login, personal data storage, and application data storage--all without any special server configuration.
</p>
<p>
Developers can also optionally connect Union's persistence layer to an existing data source, replacing Union's built-in database with any other database or arbitrary data source. For example, a travel-booking Web site could replace Union's built-in database with an existing database of users and allow those users to login via Union's standard account API. Union applications, such as a traveller's chat or a realtime booking agent, could then be integrated directly into the Web site's existing data management system.
</p>
<p>
For sample code showing how to use Union's user-account management in ActionScript 3.0, see the new Reactor sample <a href="http://www.unionplatform.com/?page_id=942">User Account Registration and Login</a>.
</p>
<p>
For more information about this release, please see the <a href="http://www.unionplatform.com/?page_id=883">Union 1.0 Alpha 6 Release Notes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unionplatform.com/?feed=rss2&amp;p=926</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Multiuser Clipboard Sample Posted</title>
		<link>http://www.unionplatform.com/?p=835</link>
		<comments>http://www.unionplatform.com/?p=835#comments</comments>
		<pubDate>Mon, 07 Dec 2009 00:34:37 +0000</pubDate>
		<dc:creator>USER1</dc:creator>
				<category><![CDATA[Union Platform]]></category>

		<guid isPermaLink="false">http://www.unionplatform.com/?p=835</guid>
		<description><![CDATA[Source code for a multiuser clipboard is now available here. The example shows a multiuser clipboard, where all connected users can set the contents of a shared text field, as might be required when passing snippets of text between computers on a local network or the Internet.
]]></description>
			<content:encoded><![CDATA[<p>Source code for a multiuser clipboard is <a href="http://www.unionplatform.com/?page_id=831">now available here</a>. The example shows a multiuser clipboard, where all connected users can set the contents of a shared text field, as might be required when passing snippets of text between computers on a local network or the Internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unionplatform.com/?feed=rss2&amp;p=835</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
