<?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>AMIS Technology blog &#187; ajax</title>
	<atom:link href="http://technology.amis.nl/blog/tag/ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:34:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ADF Faces RC &#8211; Highlight partially refreshed areas to enlighten the user about automatic updates</title>
		<link>http://technology.amis.nl/blog/5202/adf-faces-rc-highlight-partially-refreshed-areas-to-enlighten-the-user-about-automatic-updates</link>
		<comments>http://technology.amis.nl/blog/5202/adf-faces-rc-highlight-partially-refreshed-areas-to-enlighten-the-user-about-automatic-updates#comments</comments>
		<pubDate>Mon, 06 Apr 2009 10:55:36 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[ADF & JHeadstart]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[adf]]></category>
		<category><![CDATA[adf faces rc]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ppr]]></category>
		<category><![CDATA[rich]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5202</guid>
		<description><![CDATA[&#160;
One of the rich aspects of ADF&#160;Faces RC (and most Web 2.0/AJAX components) is functionality that performs Partial&#160;Page Refresh operations: actions by the user trigger asynchronous communication between browser and server that in turn may cause selected areas of the page to be refreshed. For example: entering a value may lead to a refresh of [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/5202/adf-faces-rc-highlight-partially-refreshed-areas-to-enlighten-the-user-about-automatic-updates/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to declaratively instruct ADF Faces RC to partially refresh other components upon an event</title>
		<link>http://technology.amis.nl/blog/4931/how-to-declaratively-instruct-adf-faces-rc-to-partially-refresh-other-components-upon-an-event</link>
		<comments>http://technology.amis.nl/blog/4931/how-to-declaratively-instruct-adf-faces-rc-to-partially-refresh-other-components-upon-an-event#comments</comments>
		<pubDate>Wed, 04 Mar 2009 10:41:03 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[ADF & JHeadstart]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[adf faces rc]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[partial page refresh]]></category>
		<category><![CDATA[partialSubmit]]></category>
		<category><![CDATA[ppr]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4931</guid>
		<description><![CDATA[&#160;
ADF&#160;Faces RC has built in support for AJAX and Partial Page Refresh. Through the autoSubmit and partialSubmit attributes, we can indicate that a value change or an action (button or link click) should trigger an asynchronous request (PPR request). Through the partialTriggers attribute, we can configure components to be refreshed in any PPR request that [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/4931/how-to-declaratively-instruct-adf-faces-rc-to-partially-refresh-other-components-upon-an-event/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using asynchronous mechanisms in Java and JavaScript for improving the user experience</title>
		<link>http://technology.amis.nl/blog/4876/using-asynchronous-mechanisms-in-java-and-javascript-for-improving-the-user-experience</link>
		<comments>http://technology.amis.nl/blog/4876/using-asynchronous-mechanisms-in-java-and-javascript-for-improving-the-user-experience#comments</comments>
		<pubDate>Mon, 23 Feb 2009 13:34:02 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[parallel]]></category>
		<category><![CDATA[post load]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4876</guid>
		<description><![CDATA[&#160;
In this article, we will continue a discussion on asynchronous processing started in a previous article that introduced asynchronous and parallel processing Java using Executors, Futures, Callable Objects and the underlying thread model in Java 5 and 6.
While a stand alone Java application &#8211; without UI &#8211; is a rare thing in my world, a [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/4876/using-asynchronous-mechanisms-in-java-and-javascript-for-improving-the-user-experience/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADF 11g &#8211; Use the Change(d) Indicator to make AJAX originated value refresh explicit to the user</title>
		<link>http://technology.amis.nl/blog/4223/adf-11g-use-the-changed-indicator-to-make-ajax-originated-value-refresh-explicit-to-the-user</link>
		<comments>http://technology.amis.nl/blog/4223/adf-11g-use-the-changed-indicator-to-make-ajax-originated-value-refresh-explicit-to-the-user#comments</comments>
		<pubDate>Thu, 04 Dec 2008 10:27:10 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[ADF & JHeadstart]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[adf 11g]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[changed indicator]]></category>
		<category><![CDATA[custom skin]]></category>
		<category><![CDATA[partial refresh]]></category>
		<category><![CDATA[ppr]]></category>
		<category><![CDATA[skinning]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4223</guid>
		<description><![CDATA[&#160;
ADF 11g Rich Client Components have a facility called the Change(d) Indicator. The changed attribute is specified using a Boolean value or expression (typically the latter). When the expression evaluates to true, a visual indication is rendered on the component that signifies to the user that the item&#8217;s value has changed. While we can use [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/4223/adf-11g-use-the-changed-indicator-to-make-ajax-originated-value-refresh-explicit-to-the-user/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

