<?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; Java, JEE, OAS and WebLogic Server</title>
	<atom:link href="http://technology.amis.nl/blog/category/oracle/java-jee-wls/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 11g : Fancy Master Detail or how to Highlight Related Detail Records</title>
		<link>http://technology.amis.nl/blog/15286/adf-11g-fancy-master-detail-or-how-to-highlight-related-detail-records</link>
		<comments>http://technology.amis.nl/blog/15286/adf-11g-fancy-master-detail-or-how-to-highlight-related-detail-records#comments</comments>
		<pubDate>Mon, 06 Feb 2012 21:17:20 +0000</pubDate>
		<dc:creator>Luc Bors</dc:creator>
				<category><![CDATA[ADF & JHeadstart]]></category>
		<category><![CDATA[AMIS]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Oracle Development Tools]]></category>
		<category><![CDATA[adf 11g]]></category>
		<category><![CDATA[highlighting]]></category>
		<category><![CDATA[luc bors]]></category>
		<category><![CDATA[master detail]]></category>
		<category><![CDATA[multi select]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=15286</guid>
		<description><![CDATA[Last week I a had a rather interesting question: Is it possible to highlight related data that is in different af:table components ? Sure you can, so I decided to write a simple example application, and share the knowledge in this post
The use Case.
After selecting a row in one table I need to highlight related [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/15286/adf-11g-fancy-master-detail-or-how-to-highlight-related-detail-records/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using the Oracle WebLogic Technology Adapters with custom Java &#8211; Message Driven Bean (MDB) triggered by File Adapter (part of the story)</title>
		<link>http://technology.amis.nl/blog/15147/using-the-oracle-weblogic-technology-adapters-with-custom-java-message-driven-bean-mdb-triggered-by-file-adapter-part-of-the-story</link>
		<comments>http://technology.amis.nl/blog/15147/using-the-oracle-weblogic-technology-adapters-with-custom-java-message-driven-bean-mdb-triggered-by-file-adapter-part-of-the-story#comments</comments>
		<pubDate>Sun, 22 Jan 2012 08:01:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[adapters]]></category>
		<category><![CDATA[ejb]]></category>
		<category><![CDATA[file adapter]]></category>
		<category><![CDATA[inbound]]></category>
		<category><![CDATA[jca]]></category>
		<category><![CDATA[mdb]]></category>
		<category><![CDATA[message driven bean]]></category>
		<category><![CDATA[technology adapters]]></category>
		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/15147/using-the-oracle-weblogic-technology-adapters-with-custom-java-message-driven-bean-mdb-triggered-by-file-adapter-part-of-the-story</guid>
		<description><![CDATA[Oracle&#8217;s product portfolio contains the Technology Adapters. A set of JCA Connectors that provide a bridge between various technologies &#8211; such as JMS, AQ, Database (SQL and PL/SQL), FTP and File System &#8211; on the one hand and the world of JEE on the other. The SOA Suite 11g and Oracle Service Bus leverage these [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/15147/using-the-oracle-weblogic-technology-adapters-with-custom-java-message-driven-bean-mdb-triggered-by-file-adapter-part-of-the-story/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create simple Java application to post JSON message to CometD Bayeux Channel using Apache HttpClient and Maven style NetBeans project</title>
		<link>http://technology.amis.nl/blog/15098/create-simple-java-application-to-post-json-message-to-cometd-bayeux-channel-using-apache-httpclient-and-maven-style-netbeans-project</link>
		<comments>http://technology.amis.nl/blog/15098/create-simple-java-application-to-post-json-message-to-cometd-bayeux-channel-using-apache-httpclient-and-maven-style-netbeans-project#comments</comments>
		<pubDate>Fri, 20 Jan 2012 07:19:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache httpclient]]></category>
		<category><![CDATA[cometd]]></category>
		<category><![CDATA[http post]]></category>
		<category><![CDATA[httpclient]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/15098/create-simple-java-application-to-post-json-message-to-cometd-bayeux-channel-using-apache-httpclient-and-maven-style-netbeans-project</guid>
		<description><![CDATA[The objective discussed in this article is to post messages to a CometD Bayeux Channel with a standalone Java Class &#8211; without dependencies on CometD. For example to control from Java the Slideshow introduced in the synchronized Slideshow demo application created using CometD (see previous articles Push based synchronized Slideshow demo application implemented using CometD [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/15098/create-simple-java-application-to-post-json-message-to-cometd-bayeux-channel-using-apache-httpclient-and-maven-style-netbeans-project/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharing session state between JEE web applications through WebLogic session descriptor of sharing-enabled</title>
		<link>http://technology.amis.nl/blog/15035/sharing-session-state-between-jee-web-application-through-weblogic-session-descriptor-of-sharing-enabled</link>
		<comments>http://technology.amis.nl/blog/15035/sharing-session-state-between-jee-web-application-through-weblogic-session-descriptor-of-sharing-enabled#comments</comments>
		<pubDate>Wed, 18 Jan 2012 08:43:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[ADF & JHeadstart]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[jee]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[session state]]></category>
		<category><![CDATA[shared session]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/15035/sharing-session-state-between-jee-web-application-through-weblogic-session-descriptor-of-sharing-enabled</guid>
		<description><![CDATA[Session state in Java Web application is associated with a single (user) browser session on the one hand and typically with a specific web application on the other (server side) hand. Session state is created and maintained in the context of a usually a single web application. However&#8230;
We ran into a situation where our web [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/15035/sharing-session-state-between-jee-web-application-through-weblogic-session-descriptor-of-sharing-enabled/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using custom functions in EL expressions in JSF 1.x</title>
		<link>http://technology.amis.nl/blog/15021/using-custom-functions-in-el-expressions-in-jsf-1-x</link>
		<comments>http://technology.amis.nl/blog/15021/using-custom-functions-in-el-expressions-in-jsf-1-x#comments</comments>
		<pubDate>Tue, 17 Jan 2012 08:52:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[ADF & JHeadstart]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[adf faces]]></category>
		<category><![CDATA[el]]></category>
		<category><![CDATA[elresolver]]></category>
		<category><![CDATA[javaserver faces]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[rich faces]]></category>
		<category><![CDATA[tag library]]></category>
		<category><![CDATA[tld]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/15021/using-custom-functions-in-el-expressions-in-jsf-1-x</guid>
		<description><![CDATA[EL expressions are one of the main driving forces for JavaServer Faces. Most dynamic characteristics of pages and widgets are governed by EL expressions. In JSF 1.x, there are some limitations for EL expressions that can at times be a little frustrating. One of the limitations is the fact that no custom functions or operators [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/15021/using-custom-functions-in-el-expressions-in-jsf-1-x/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Implementing a Java Server Side component for jWebSocket Server for WebSocket interaction with Web Clients</title>
		<link>http://technology.amis.nl/blog/14973/implementing-a-java-server-side-component-for-jwebsocket-server-for-websocket-interaction-with-web-clients</link>
		<comments>http://technology.amis.nl/blog/14973/implementing-a-java-server-side-component-for-jwebsocket-server-for-websocket-interaction-with-web-clients#comments</comments>
		<pubDate>Sat, 14 Jan 2012 10:32:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jwebsocket]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[websockets]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/14973/implementing-a-java-server-side-component-for-jwebsocket-server-for-websocket-interaction-with-web-clients</guid>
		<description><![CDATA[In a previous post &#8211; http://technology.amis.nl/blog/14949/push-based-synchronized-slideshow-web-application-implemented-using-websockets-and-jwebsocket-server-the-open-source-java-websocket-server &#8211; I discussed the implementation of the synchronized slideshow application using Web (HTML/JavaScript) clients and jWebSocket as websocket server. In an earlier article, I described the same for the Kaazing WebSocket server &#8211; http://technology.amis.nl/blog/14777/push-based-synchronized-slideshow-web-application-implemented-using-websockets-and-kaazing-websocket-gateway &#8211; and both stories are (fortunately) fairly similar. In the Kaazing article I also described [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14973/implementing-a-java-server-side-component-for-jwebsocket-server-for-websocket-interaction-with-web-clients/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introduction of BPEL 2.0 forEach activity &#8211; valuable loop and standard based successor to FlowN</title>
		<link>http://technology.amis.nl/blog/14912/introduction-of-bpel-2-0-foreach-activity-valuable-loop-and-standard-based-successor-to-flown</link>
		<comments>http://technology.amis.nl/blog/14912/introduction-of-bpel-2-0-foreach-activity-valuable-loop-and-standard-based-successor-to-flown#comments</comments>
		<pubDate>Tue, 10 Jan 2012 09:32:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[bpel 2.0]]></category>
		<category><![CDATA[flow]]></category>
		<category><![CDATA[flown]]></category>
		<category><![CDATA[foreach]]></category>
		<category><![CDATA[parallel]]></category>
		<category><![CDATA[soasuite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/14912/introduction-of-bpel-2-0-foreach-activity-valuable-loop-and-standard-based-successor-to-flown</guid>
		<description><![CDATA[BPEL 2.0 introduced the forEach activity &#8211; similar to for [-loop] found in many programming languages. Oracle SOA Suite 11g adopted BPEL 2.0, first in run time (PS2) and later in Design Time (JDeveloper) as well (PS3 an beyond). For BPEL processes created using BPEL 2.0, forEach is a looping mechanism &#8211; similar to repeatUntil [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14912/introduction-of-bpel-2-0-foreach-activity-valuable-loop-and-standard-based-successor-to-flown/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Push based synchronized Slideshow demo application implemented using CometD and jQuery running on Tomcat</title>
		<link>http://technology.amis.nl/blog/14870/push-based-synchronized-slideshow-demo-application-implemented-using-cometd-and-jquery-running-on-tomcat</link>
		<comments>http://technology.amis.nl/blog/14870/push-based-synchronized-slideshow-demo-application-implemented-using-cometd-and-jquery-running-on-tomcat#comments</comments>
		<pubDate>Mon, 09 Jan 2012 10:58:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[bayeux]]></category>
		<category><![CDATA[comet]]></category>
		<category><![CDATA[cometd]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[servlet]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/14870/push-based-synchronized-slideshow-demo-application-implemented-using-cometd-and-jquery-running-on-tomcat</guid>
		<description><![CDATA[In a string of recent articles, I have discussed downloading, installing and running demos for a number of different tools, frameworks and libraries that support push-style (web) applications in one way or another. I have looked into ‘classic’ comet with Grizzly, Atmosphere and CometD as well as ADF Active Data Service and WebLogic Pub/Sub (Bayeux) [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14870/push-based-synchronized-slideshow-demo-application-implemented-using-cometd-and-jquery-running-on-tomcat/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get going with Kaazing WebSocket Gateway &#8211; HTML5 Edition &#8211; installing locally and running demos</title>
		<link>http://technology.amis.nl/blog/14755/get-going-with-kaazing-websocket-gateway-html5-edition-installing-locally-and-running-demos</link>
		<comments>http://technology.amis.nl/blog/14755/get-going-with-kaazing-websocket-gateway-html5-edition-installing-locally-and-running-demos#comments</comments>
		<pubDate>Sun, 08 Jan 2012 07:36:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[jms]]></category>
		<category><![CDATA[kaazing]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[wek socket]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/14755/get-going-with-kaazing-websocket-gateway-html5-edition-installing-locally-and-running-demos</guid>
		<description><![CDATA[My last few articles on this blog site have all dealt with push architecture and technology in some way. This is an area that I have been investigating into quite bit recently. Part of these investigations had to be of course Kaazing, a specialized commercial offering, specifcally around WebSockets and its application in new HTML [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14755/get-going-with-kaazing-websocket-gateway-html5-edition-installing-locally-and-running-demos/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Push-based synchronized slideshow web application &#8211; implemented using WebSockets and Kaazing WebSocket Gateway</title>
		<link>http://technology.amis.nl/blog/14777/push-based-synchronized-slideshow-web-application-implemented-using-websockets-and-kaazing-websocket-gateway</link>
		<comments>http://technology.amis.nl/blog/14777/push-based-synchronized-slideshow-web-application-implemented-using-websockets-and-kaazing-websocket-gateway#comments</comments>
		<pubDate>Sat, 07 Jan 2012 05:32:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[comet]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[kaazing]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[websocket]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/14777/push-based-synchronized-slideshow-web-application-implemented-using-websockets-and-kaazing-websocket-gateway</guid>
		<description><![CDATA[In the last few articles, I have discussed downloading, installing and running demos for a number of different tools, frameworks and libraries that support push-style (web) applications in one way or another. I have looked into &#8216;classic&#8217; comet with Grizzly, Atmosphere and CometD as well as ADF Active Data Service and WebLogic Pub/Sub (Bayeux) Channels. [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14777/push-based-synchronized-slideshow-web-application-implemented-using-websockets-and-kaazing-websocket-gateway/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

