<?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; BPEL</title>
	<atom:link href="http://technology.amis.nl/blog/tag/bpel/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>Developing and deploying Java Embedding activity in BPEL 2.0 in SOA Suite 11g calling a custom Java Class that has dependencies on 3rd party libraries</title>
		<link>http://technology.amis.nl/blog/15126/developing-and-deploying-java-embedding-activity-in-bpel-2-0-in-soa-suite-11g-calling-a-custom-java-class-that-has-dependencies-on-3rd-party-libraries</link>
		<comments>http://technology.amis.nl/blog/15126/developing-and-deploying-java-embedding-activity-in-bpel-2-0-in-soa-suite-11g-calling-a-custom-java-class-that-has-dependencies-on-3rd-party-libraries#comments</comments>
		<pubDate>Sat, 21 Jan 2012 10:08:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[3rd party library]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[http post]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java embedding]]></category>
		<category><![CDATA[sca-inf]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/15126/developing-and-deploying-java-embedding-activity-in-bpel-2-0-in-soa-suite-11g-calling-a-custom-java-class-that-has-dependencies-on-3rd-party-libraries</guid>
		<description><![CDATA[Java Embedded activity can call a custom Java class that relies on 3rd party Java libraries. This means that a lot of existing functionality from the Java open source community is at the disposal of the BPEL developer. This article shows a simple example of developing and deploying a BPEL process that uses Java Embedded [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/15126/developing-and-deploying-java-embedding-activity-in-bpel-2-0-in-soa-suite-11g-calling-a-custom-java-class-that-has-dependencies-on-3rd-party-libraries/feed</wfw:commentRss>
		<slash:comments>0</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>Keeping your process clean: Hiding technology complexity behind a service</title>
		<link>http://technology.amis.nl/blog/12452/keeping-your-process-clean-hiding-technology-complexity-behind-a-service</link>
		<comments>http://technology.amis.nl/blog/12452/keeping-your-process-clean-hiding-technology-complexity-behind-a-service#comments</comments>
		<pubDate>Tue, 21 Jun 2011 14:32:56 +0000</pubDate>
		<dc:creator>Izaak de Hullu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=12452</guid>
		<description><![CDATA[This blog will explain how you could abstract technology behind a service so your main process will be kept clean of all kind of technology pollution like exception handling, technology adapters and correlation.
In this case you need to interact with a backend database. First you need to start some processing by calling a PL/SQL routine. [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/12452/keeping-your-process-clean-hiding-technology-complexity-behind-a-service/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting started with … your career (in Dutch)</title>
		<link>http://technology.amis.nl/blog/11928/getting-started-with-%e2%80%a6-your-career-in-oracle-soa-and-java</link>
		<comments>http://technology.amis.nl/blog/11928/getting-started-with-%e2%80%a6-your-career-in-oracle-soa-and-java#comments</comments>
		<pubDate>Thu, 21 Apr 2011 13:02:49 +0000</pubDate>
		<dc:creator>Robbrecht van Amerongen</dc:creator>
				<category><![CDATA[ADF & JHeadstart]]></category>
		<category><![CDATA[AMIS]]></category>
		<category><![CDATA[Announce]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[IT Architecture]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Development Tools]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Technical Architecture]]></category>
		<category><![CDATA[Web/Java]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[adf]]></category>
		<category><![CDATA[adf 11g]]></category>
		<category><![CDATA[Andriod]]></category>
		<category><![CDATA[apex]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jax-ws]]></category>
		<category><![CDATA[osb]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[seam]]></category>
		<category><![CDATA[soa suite]]></category>
		<category><![CDATA[vacature]]></category>
		<category><![CDATA[Werken bij]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=11928</guid>
		<description><![CDATA[Als bezoeker van deze blog ben je bezig met het maken van mooie oplossingen en nieuwe uitdagingen op technisch gebied. AMIS nodigt je uit om ons team te komen versterken. AMIS wil je op het gebied van Oracle en Java uitdagen de volgende stap in je carrière nemen.
AMIS merkt al enige maanden dat de markt voor [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/11928/getting-started-with-%e2%80%a6-your-career-in-oracle-soa-and-java/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch Aggregation of files in BPEL process instances based on correlation</title>
		<link>http://technology.amis.nl/blog/11035/batch-aggregation-of-files-in-bpel-process-instances-based-on-correlation</link>
		<comments>http://technology.amis.nl/blog/11035/batch-aggregation-of-files-in-bpel-process-instances-based-on-correlation#comments</comments>
		<pubDate>Thu, 24 Feb 2011 19:44:15 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[General]]></category>
		<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[correlation]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=11035</guid>
		<description><![CDATA[Remco is an interesting guy with unexpected ideas springing from a creative brain. He can make life interesting, challenging and puzzling. This time he had another interesting challenge &#8211; not all that weird to be honest. The challenge in short was:
Our invoicing system produces files that contain one or more invoice entries. Every entry describes [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/11035/batch-aggregation-of-files-in-bpel-process-instances-based-on-correlation/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Migrating your BPEL 1.1 process to BPEL 2.0 &#8211; SOA Suite 11gR1PS2 to PS3</title>
		<link>http://technology.amis.nl/blog/10762/migrating-your-bpel-1-1-process-to-bpel-2-0-soa-suite-11gr1ps2-to-ps3</link>
		<comments>http://technology.amis.nl/blog/10762/migrating-your-bpel-1-1-process-to-bpel-2-0-soa-suite-11gr1ps2-to-ps3#comments</comments>
		<pubDate>Wed, 26 Jan 2011 23:36:35 +0000</pubDate>
		<dc:creator>Izaak de Hullu</dc:creator>
				<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[11gR1PS3]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=10762</guid>
		<description><![CDATA[In my current project we just started creating BPEL 1.1 processes. Then SOA Suite 11gR1PS3 came along and gave use BPEL 2.0. As we are just in the early stages of development we decided to have a look at the impact of upgrading our already build BPEL 1.1 processes to version 2.0.
As there are no [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/10762/migrating-your-bpel-1-1-process-to-bpel-2-0-soa-suite-11gr1ps2-to-ps3/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Embedded Java in a 11g BPEL process</title>
		<link>http://technology.amis.nl/blog/9599/embedded-java-in-a-11g-bpel-process</link>
		<comments>http://technology.amis.nl/blog/9599/embedded-java-in-a-11g-bpel-process#comments</comments>
		<pubDate>Tue, 04 Jan 2011 11:23:28 +0000</pubDate>
		<dc:creator>Izaak de Hullu</dc:creator>
				<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=9599</guid>
		<description><![CDATA[In an earlier blog my colleague Peter Ebell (link) explained how you can create an extension of collaxa.cube.engine.ext.BPELXExecLet to do your coding in a regular Java environment so you have code completion and validation. In 11g no improvements have been implemented and the Java embedded activity is still a pretty dumb text editor. So the same [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/9599/embedded-java-in-a-11g-bpel-process/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book review of: Getting Started With Oracle SOA Suite 11g R1: A Hands-On Tutorial</title>
		<link>http://technology.amis.nl/blog/7848/book-review-of-getting-started-with-oracle-soa-suite-11g-r1-a-hands-on-tutorial</link>
		<comments>http://technology.amis.nl/blog/7848/book-review-of-getting-started-with-oracle-soa-suite-11g-r1-a-hands-on-tutorial#comments</comments>
		<pubDate>Sun, 18 Apr 2010 14:56:01 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[bam]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[business rule]]></category>
		<category><![CDATA[edn]]></category>
		<category><![CDATA[mediator]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=7848</guid>
		<description><![CDATA[Getting Started With Oracle SOA Suite 11g R1: A Hands-On Tutorial
Authors: Demed L&#8217;Her, Heidi Buelow, Jayaram Kasi, Manas Deb, Prasen Palvankar (aka Oracle Product Management for SOA Suite)
A hands-on tutorial is what the cover of the book promises, and that is exactly what you get. A quick, very hands-on introduction into the most important components [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/7848/book-review-of-getting-started-with-oracle-soa-suite-11g-r1-a-hands-on-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOW 2009: Introducing SOA and Oracle SOA Suite 11g for Database Professionals</title>
		<link>http://technology.amis.nl/blog/6357/oow-2009-introducing-soa-and-oracle-soa-suite-11g-for-database-professionals</link>
		<comments>http://technology.amis.nl/blog/6357/oow-2009-introducing-soa-and-oracle-soa-suite-11g-for-database-professionals#comments</comments>
		<pubDate>Sun, 11 Oct 2009 11:20:57 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[database adapter]]></category>
		<category><![CDATA[decouple]]></category>
		<category><![CDATA[esb]]></category>
		<category><![CDATA[mediator]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[soa]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6357</guid>
		<description><![CDATA[&#160;
The Oracle Open World 2009 conference is almost underway. On Monday 12th October I will do two presentations, and I am done preparing the first one of them (the one that has actually sold one &#8211; probably scheduled in a small room).This presentation is one in which I introduce the key concepts and objectives of [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/6357/oow-2009-introducing-soa-and-oracle-soa-suite-11g-for-database-professionals/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOA Suite 11g &#8211; Composite instance as WebService Result Cache using BPEL Correlation</title>
		<link>http://technology.amis.nl/blog/6177/soa-suite-11g-composite-instance-as-webservice-result-cache-using-bpel-correlation</link>
		<comments>http://technology.amis.nl/blog/6177/soa-suite-11g-composite-instance-as-webservice-result-cache-using-bpel-correlation#comments</comments>
		<pubDate>Thu, 17 Sep 2009 12:59:26 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[correlation]]></category>
		<category><![CDATA[FMW 11g]]></category>
		<category><![CDATA[sca]]></category>
		<category><![CDATA[soa suite 11g]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6177</guid>
		<description><![CDATA[This article describes an architectural pattern, implemented in the Oracle SOA&#160;Suite 11g, that is somewhat similar to the Oracle Database 11g Function Result Cache. It introduces a SOA&#160;Composite Application in the role of Result Cache. In its most simple form, the result cache is initialized &#8211; loaded with values -, used by other SOA applications [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/6177/soa-suite-11g-composite-instance-as-webservice-result-cache-using-bpel-correlation/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

