<?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>deltalounge &#187; SOA Suite</title>
	<atom:link href="http://www.deltalounge.net/wpress/tag/soa-suite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deltalounge.net/wpress</link>
	<description>Service Orientation, Software Development, Oracle, Lean, Agile</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:01:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>SCA Diagrammer</title>
		<link>http://www.deltalounge.net/wpress/2011/11/sca-diagrammer/</link>
		<comments>http://www.deltalounge.net/wpress/2011/11/sca-diagrammer/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 14:11:44 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[governance]]></category>
		<category><![CDATA[SCA]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1609</guid>
		<description><![CDATA[While doing some research on the web I came across a Service Component Architecture Diagram Generator. The script generates diagrams for applications based on the Service Component Architecture (SCA) model. This can be a great aid to understand the relations between components in large BPEL or SOA applications. Download the tool here. The readme is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2011/11/SCA-diagrammer.png" rel="wp-prettyPhoto[g1609]"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2011/11/SCA-diagrammer-300x176.png" alt="SCA" title="SCA-diagrammer" width="300" height="176" class="alignright size-medium wp-image-1610" /></a>While doing some research on the web I came across a <a href="http://sourceforge.net/projects/scadiagrammer/" title="SCA" target="_blank">Service Component Architecture Diagram Generator</a>. The script generates diagrams for applications based on the Service Component Architecture (SCA) model. This can be a great aid to understand the relations between components in large BPEL or SOA applications.</p>
<p><a href="http://sourceforge.net/projects/scadiagrammer/files/" title="Tool" target="_blank">Download the tool</a> here. The readme is over <a href="http://sourceforge.net/projects/scadiagrammer/files/Readme.txt/download" title="how to" target="_blank">here</a>. The script runs on Linux/Unix and has primarily been tested with Oracle Fusion Middleware 11g applications but should work with other BPEL or SOA frameworks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/11/sca-diagrammer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory issues after installing OER</title>
		<link>http://www.deltalounge.net/wpress/2011/09/memory-issues-after-installing-oer/</link>
		<comments>http://www.deltalounge.net/wpress/2011/09/memory-issues-after-installing-oer/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 12:58:51 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OEL]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1509</guid>
		<description><![CDATA[After installing Oracle Enterprise Repository (OER) we experience some memory issues. Besides the messages in the log files, we also couldn&#8217;t use the console and em as we did before (when we were just running SOA Suite). It turned out the installation of OER in the same Weblogic domain resulted in some unexpected things. The [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2011/09/oer_assets_screen.gif" rel="wp-prettyPhoto[g1509]"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2011/09/oer_assets_screen-300x218.gif" alt="OER assets" title="oer_assets_screen" width="300" height="218" class="alignright size-medium wp-image-1518" /></a>After <a href="http://www.deltalounge.net/wpress/2011/09/installing-oracle-enterprise-repository/" target="_blank">installing Oracle Enterprise Repository</a> (OER) we experience some memory issues. Besides the messages in the log files, we also couldn&#8217;t use the <code>console</code> and <code>em</code> as we did before (when we were just running <a href="http://www.deltalounge.net/wpress/tag/soa-suite/" title="SOA Suite" target="_blank">SOA Suite</a>). It turned out the installation of OER in the same <a href="http://www.deltalounge.net/wpress/tag/weblogic/" target="_blank">Weblogic</a> domain resulted in some unexpected things.</p>
<p>The WebLogic Server and SOA Suite are started using the <code>startWebLogic</code> script (for windows .cmd and on Linux/Unix .sh). This script uses the <code>setDomainEnv</code> script to set the environment variable for the domain. The <code>setDomainEnv</code> script in turn calls the <code>setSOADomainEnv</code> that actually sets the <code>USER_MEM_ARGS</code>. That in the end are used in the <code>startWebLogic</code> script.</p>
<p>After the installation of OER the <code>setDomainEnv</code> not only calls the <code>setSOADomainEnv</code>. It also calls a script that sets the <code>USER_MEM_ARGS</code> for the <code>oer_server</code> in the domain. Apparently the memory required for OER is less than needed for the SOA Suite. Since the script for OER is executed last, memory setting remain low. As shown in the smippet taken from the <code>setDomainEnv.cmd</code>:</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #00b100; font-weight: bold;">call</span> &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">WL_HOME</span><span style="color: #33cc33;">%</span>\common\bin\commEnv.cmd&quot;
<span style="color: #00b100; font-weight: bold;">call</span> &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">DOMAIN_HOME</span><span style="color: #33cc33;">%</span>\bin\setSOADomainEnv.cmd&quot;
<span style="color: #00b100; font-weight: bold;">call</span> &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">DOMAIN_HOME</span><span style="color: #33cc33;">%</span>\bin\setOERDomainEnv.cmd&quot;</pre></div></div>

<p>To solve the memory issue when starting the WebLogic Server using the <code>startWebLogic</code> script we alter the sequence so the <code>setOERDomainEnv.cmd</code> goes before the <code>setSOADomainEnv.cmd</code>.</p>
<p>If the installer put a second call to <code>setSOADomainEnv.cmd</code> in the <code>setDomainEnv.cmd</code>. That doesn&#8217;t work because the <code>setSOADomainEnv.cmd</code> contains the following check:</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">REM Skip running this script again if it was run once</span>
<span style="color: #00b100; font-weight: bold;">if</span> &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">XENGINE_DIR</span><span style="color: #33cc33;">%</span>&quot; == &quot;&quot; <span style="color: #00b100; font-weight: bold;">goto</span> set_env
<span style="color: #b1b100; font-weight: bold;">echo</span> *********************************************************
<span style="color: #b1b100; font-weight: bold;">echo</span> ** SOA specific environment is already <span style="color: #b1b100; font-weight: bold;">set</span>. Skipping ...
<span style="color: #00b100; font-weight: bold;">goto</span> end_set_env</pre></div></div>

<p>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/09/memory-issues-after-installing-oer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Oracle Enterprise Repository</title>
		<link>http://www.deltalounge.net/wpress/2011/09/installing-oracle-enterprise-repository/</link>
		<comments>http://www.deltalounge.net/wpress/2011/09/installing-oracle-enterprise-repository/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 13:19:34 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[governance]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[OER]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1498</guid>
		<description><![CDATA[This blog post will show you how to install Oracle Enterprise Repository, or OER in short. The assumptions is that you have a running WebLogic Server (with SOA Suite on top of it) and a database. Prepare &#8211; database The most important part of the preparation for the installation of Oracle Enterprise Repository is the [...]]]></description>
			<content:encoded><![CDATA[<p>This blog post will show you how to install Oracle Enterprise Repository, or OER in short. The assumptions is that you have a running WebLogic Server (with SOA Suite on top of it) and a database.</p>
<h3>Prepare &#8211; database</h3>
<p>The most important part of the preparation for the installation of Oracle Enterprise Repository is the creation of tablespaces and the user that will hold the database objects.<br />
<strong>Create the required tablespaces</strong><br />
You can change the names of the tablespaces and alter the path and names of the data files according to your needs. The example is based on an installation on the Windows OS. If your on Linux/Unix you probably know what to do to make it work on your platform&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">CREATE</span> TABLESPACE OER_DATA
    DATAFILE <span style="color: #ff0000;">'D:<span style="color: #000099; font-weight: bold;">\o</span>racle<span style="color: #000099; font-weight: bold;">\o</span>raclexe<span style="color: #000099; font-weight: bold;">\o</span>radata<span style="color: #000099; font-weight: bold;">\X</span>E<span style="color: #000099; font-weight: bold;">\o</span>er_data.dbf'</span> <span style="color: #993333; font-weight: bold;">SIZE</span> 300M
 AUTOEXTEND <span style="color: #993333; font-weight: bold;">ON</span> <span style="color: #993333; font-weight: bold;">NEXT</span> 10240K MAXSIZE UNLIMITED
    EXTENT MANAGEMENT <span style="color: #993333; font-weight: bold;">LOCAL</span> AUTOALLOCATE
    LOGGING
    ONLINE
    SEGMENT <span style="color: #993333; font-weight: bold;">SPACE</span> MANAGEMENT AUTO;
&nbsp;
<span style="color: #993333; font-weight: bold;">CREATE</span> TABLESPACE OER_LOB
    DATAFILE <span style="color: #ff0000;">'D:<span style="color: #000099; font-weight: bold;">\o</span>racle<span style="color: #000099; font-weight: bold;">\o</span>raclexe<span style="color: #000099; font-weight: bold;">\o</span>radata<span style="color: #000099; font-weight: bold;">\X</span>E<span style="color: #000099; font-weight: bold;">\o</span>er_lob.dbf'</span> <span style="color: #993333; font-weight: bold;">SIZE</span> 300M
 AUTOEXTEND <span style="color: #993333; font-weight: bold;">ON</span> <span style="color: #993333; font-weight: bold;">NEXT</span> 10240K MAXSIZE UNLIMITED
    EXTENT MANAGEMENT <span style="color: #993333; font-weight: bold;">LOCAL</span> AUTOALLOCATE
    LOGGING
    ONLINE
    SEGMENT <span style="color: #993333; font-weight: bold;">SPACE</span> MANAGEMENT AUTO;
&nbsp;
<span style="color: #993333; font-weight: bold;">CREATE</span> TABLESPACE OER_INDEX
    DATAFILE <span style="color: #ff0000;">'D:<span style="color: #000099; font-weight: bold;">\o</span>racle<span style="color: #000099; font-weight: bold;">\o</span>raclexe<span style="color: #000099; font-weight: bold;">\o</span>radata<span style="color: #000099; font-weight: bold;">\X</span>E<span style="color: #000099; font-weight: bold;">\o</span>er_index.dbf'</span> <span style="color: #993333; font-weight: bold;">SIZE</span> 300M
 AUTOEXTEND <span style="color: #993333; font-weight: bold;">ON</span> <span style="color: #993333; font-weight: bold;">NEXT</span> 5120K MAXSIZE UNLIMITED
    EXTENT MANAGEMENT <span style="color: #993333; font-weight: bold;">LOCAL</span> AUTOALLOCATE
    LOGGING
    ONLINE
    SEGMENT <span style="color: #993333; font-weight: bold;">SPACE</span> MANAGEMENT AUTO;</pre></div></div>

<p><strong>Create the user</strong><br />
Change the user name and password (both OER in this case) to cater your needs.</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">CREATE</span> <span style="color: #993333; font-weight: bold;">USER</span> OER <span style="color: #993333; font-weight: bold;">IDENTIFIED</span> <span style="color: #993333; font-weight: bold;">BY</span> OER
<span style="color: #993333; font-weight: bold;">DEFAULT</span> TABLESPACE OER_DATA
    <span style="color: #993333; font-weight: bold;">TEMPORARY</span> TABLESPACE TEMP;
&nbsp;
<span style="color: #993333; font-weight: bold;">GRANT</span> <span style="color: #993333; font-weight: bold;">CREATE</span> MATERIALIZED <span style="color: #993333; font-weight: bold;">VIEW</span> <span style="color: #993333; font-weight: bold;">TO</span> OER;
<span style="color: #993333; font-weight: bold;">GRANT</span> <span style="color: #993333; font-weight: bold;">CREATE</span> <span style="color: #993333; font-weight: bold;">SEQUENCE</span> <span style="color: #993333; font-weight: bold;">TO</span> OER;
<span style="color: #993333; font-weight: bold;">GRANT</span> <span style="color: #993333; font-weight: bold;">CREATE</span> <span style="color: #993333; font-weight: bold;">SESSION</span> <span style="color: #993333; font-weight: bold;">TO</span> OER;
<span style="color: #993333; font-weight: bold;">GRANT</span> <span style="color: #993333; font-weight: bold;">CREATE</span> SYNONYM <span style="color: #993333; font-weight: bold;">TO</span> OER;
<span style="color: #993333; font-weight: bold;">GRANT</span> <span style="color: #993333; font-weight: bold;">CREATE</span> <span style="color: #993333; font-weight: bold;">TABLE</span> <span style="color: #993333; font-weight: bold;">TO</span> OER;
<span style="color: #993333; font-weight: bold;">GRANT</span> <span style="color: #993333; font-weight: bold;">CREATE</span> <span style="color: #993333; font-weight: bold;">TRIGGER</span> <span style="color: #993333; font-weight: bold;">TO</span> OER;
<span style="color: #993333; font-weight: bold;">GRANT</span> <span style="color: #993333; font-weight: bold;">CREATE</span> <span style="color: #993333; font-weight: bold;">VIEW</span> <span style="color: #993333; font-weight: bold;">TO</span> OER;
<span style="color: #993333; font-weight: bold;">GRANT</span> UNLIMITED TABLESPACE <span style="color: #993333; font-weight: bold;">TO</span> OER;</pre></div></div>

<h3>Install OER</h3>
<p>Us the follwing command from a dos prompt to start the OER installation. By default it will start in graphical mode. You can use the <code>-mode</code> option to start it in <code>console</code> or <code>silent</code> mode.</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">java -jar OER111150_generic.jar -log=C:\installSOA\logs\OER_install.log</pre></div></div>


<div class="ngg-galleryoverview" id="ngg-gallery-11-1498">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.deltalounge.net/wpress/2011/09/installing-oracle-enterprise-repository/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-99" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/install-oer_-1.jpg" title=" " class="shutterset_set_11"  rel="wp-prettyPhoto[g1498]">
								<img title="Install OER" alt="Install OER" src="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/thumbs/thumbs_install-oer_-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-102" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/install-oer_-2.jpg" title=" " class="shutterset_set_11"  rel="wp-prettyPhoto[g1498]">
								<img title="Install OER" alt="Install OER" src="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/thumbs/thumbs_install-oer_-2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-103" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/install-oer_-3.jpg" title=" " class="shutterset_set_11"  rel="wp-prettyPhoto[g1498]">
								<img title="Install OER" alt="Install OER" src="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/thumbs/thumbs_install-oer_-3.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-104" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/install-oer_-4.jpg" title=" " class="shutterset_set_11"  rel="wp-prettyPhoto[g1498]">
								<img title="Install OER" alt="Install OER" src="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/thumbs/thumbs_install-oer_-4.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-105" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/install-oer_-5.jpg" title=" " class="shutterset_set_11"  rel="wp-prettyPhoto[g1498]">
								<img title="Install OER" alt="Install OER" src="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/thumbs/thumbs_install-oer_-5.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-106" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/install-oer_-6.jpg" title=" " class="shutterset_set_11"  rel="wp-prettyPhoto[g1498]">
								<img title="Install OER" alt="Install OER" src="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/thumbs/thumbs_install-oer_-6.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-107" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/install-oer_-7.jpg" title=" " class="shutterset_set_11"  rel="wp-prettyPhoto[g1498]">
								<img title="Install OER" alt="Install OER" src="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/thumbs/thumbs_install-oer_-7.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-108" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/install-oer_-8.jpg" title=" " class="shutterset_set_11"  rel="wp-prettyPhoto[g1498]">
								<img title="Install OER" alt="Install OER" src="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/thumbs/thumbs_install-oer_-8.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-109" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/install-oer_-9.jpg" title=" " class="shutterset_set_11"  rel="wp-prettyPhoto[g1498]">
								<img title="Install OER" alt="Install OER" src="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/thumbs/thumbs_install-oer_-9.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-100" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/install-oer_-10.jpg" title=" " class="shutterset_set_11"  rel="wp-prettyPhoto[g1498]">
								<img title="Install OER" alt="Install OER" src="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/thumbs/thumbs_install-oer_-10.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-101" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/install-oer_-11.jpg" title=" " class="shutterset_set_11"  rel="wp-prettyPhoto[g1498]">
								<img title="Install OER" alt="Install OER" src="http://www.deltalounge.net/wpress/wp-content/gallery/install-oracle-enterprise-repository/thumbs/thumbs_install-oer_-11.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<h3>Run WebLogic Server Domain Configuration Wizard</h3>
<p>To run the Domain Configuration Wizard on Windows you can click: <code>Start > Programs > Oracle Products > Tools > Configuration Wizard</code>. On any platform you can run the <code>config</code> script in the <code><WEBLOGIC_HOME>/common/bin/config.cmd</code>. For example:</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #33cc33;">&gt;</span> <span style="color: #b1b100; font-weight: bold;">cd</span> oracle\Middleware\wlserver_10.3\common\bin
<span style="color: #33cc33;">&gt;</span> config.cmd</pre></div></div>


<div class="ngg-galleryoverview" id="ngg-gallery-12-1498">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.deltalounge.net/wpress/2011/09/installing-oracle-enterprise-repository/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-110" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/config-wls-domain-oer-1.jpg" title=" " class="shutterset_set_12"  rel="wp-prettyPhoto[g1498]">
								<img title="config-wls-domain-oer-1" alt="config-wls-domain-oer-1" src="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/thumbs/thumbs_config-wls-domain-oer-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-111" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/config-wls-domain-oer-2.jpg" title=" " class="shutterset_set_12"  rel="wp-prettyPhoto[g1498]">
								<img title="config-wls-domain-oer-2" alt="config-wls-domain-oer-2" src="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/thumbs/thumbs_config-wls-domain-oer-2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-112" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/config-wls-domain-oer-3.jpg" title=" " class="shutterset_set_12"  rel="wp-prettyPhoto[g1498]">
								<img title="config-wls-domain-oer-3" alt="config-wls-domain-oer-3" src="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/thumbs/thumbs_config-wls-domain-oer-3.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-113" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/config-wls-domain-oer-4.jpg" title=" " class="shutterset_set_12"  rel="wp-prettyPhoto[g1498]">
								<img title="config-wls-domain-oer-4" alt="config-wls-domain-oer-4" src="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/thumbs/thumbs_config-wls-domain-oer-4.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-114" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/config-wls-domain-oer-5.jpg" title=" " class="shutterset_set_12"  rel="wp-prettyPhoto[g1498]">
								<img title="config-wls-domain-oer-5" alt="config-wls-domain-oer-5" src="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/thumbs/thumbs_config-wls-domain-oer-5.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-115" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/config-wls-domain-oer-6.jpg" title=" " class="shutterset_set_12"  rel="wp-prettyPhoto[g1498]">
								<img title="config-wls-domain-oer-6" alt="config-wls-domain-oer-6" src="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/thumbs/thumbs_config-wls-domain-oer-6.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-116" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/config-wls-domain-oer-7.jpg" title=" " class="shutterset_set_12"  rel="wp-prettyPhoto[g1498]">
								<img title="config-wls-domain-oer-7" alt="config-wls-domain-oer-7" src="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/thumbs/thumbs_config-wls-domain-oer-7.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-117" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/config-wls-domain-oer-8.jpg" title=" " class="shutterset_set_12"  rel="wp-prettyPhoto[g1498]">
								<img title="config-wls-domain-oer-8" alt="config-wls-domain-oer-8" src="http://www.deltalounge.net/wpress/wp-content/gallery/wls-domain-config-oer/thumbs/thumbs_config-wls-domain-oer-8.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<h3>Post Install actions</h3>
<p>To use all options in the Repository you need to install Java Web Start. To check whether Java Web Start is installed correctly use the <a href="http://www.java.com/en/download/testjava.jsp" title="test Java" target="_blank">test Java</a> link.</p>
<p>In case the JNLP stuff (needed for java Web Start) doesn&#8217;t work. This <a href="http://stuffivelearned.org/doku.php?id=apps:firefox:jnlpfix" title="Firefox JNLP fix" target="_blank">Firefox JNLP fix</a> might help you (via <a href="http://achatzia.blogspot.com/2011/05/installation-of-oracle-enterprise.html" title="OEL install" target="_blank">Andreas</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/09/installing-oracle-enterprise-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New sample site for SOA Suite 11g</title>
		<link>http://www.deltalounge.net/wpress/2011/09/new-sample-site-for-soa-suite-11g/</link>
		<comments>http://www.deltalounge.net/wpress/2011/09/new-sample-site-for-soa-suite-11g/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 07:34:37 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Fusion Middleware]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1475</guid>
		<description><![CDATA[Just found out that there is a new site for SOA Suite 11g sample code. It is availble on Java.Net. Check it out for great examples.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/05/fusion-middleware-11g.gif" rel="wp-prettyPhoto[g1475]"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/05/fusion-middleware-11g.gif" alt="Fusion Middleware 11g" title="fusion-middleware-11g" width="150" height="42" class="alignright size-full wp-image-858" /></a>Just found out that there is a new site for <a href="http://java.net/projects/oraclesoasuite11g" title="Fusion Middleware" target="_blank">SOA Suite 11g</a> sample code. It is availble on <a href="http://java.net/" title="Java Net" target="_blank">Java.Net</a>. Check it out for great examples.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/09/new-sample-site-for-soa-suite-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOA Suite Installation Quick Start</title>
		<link>http://www.deltalounge.net/wpress/2011/07/soa-suite-installation-quick-start/</link>
		<comments>http://www.deltalounge.net/wpress/2011/07/soa-suite-installation-quick-start/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 13:56:11 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Mediator]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1430</guid>
		<description><![CDATA[There are always quite some blog posts on installing SOA Suite on several platforms. Recently I discovered that Oracle publishes a Quick Start Guide on the SOA Suite (PDF!) that mainly deals with the installation process (and de-installation should you need it). This guide is aimed at installations for developers and not for production machines. [...]]]></description>
			<content:encoded><![CDATA[<p>There are always quite some blog posts on installing SOA Suite on several platforms. Recently I discovered that Oracle publishes a <a href="http://www.oracle.com/technetwork/middleware/soasuite/overview/quickstartguidesoasuite11gr1ps3-313245.pdf">Quick Start Guide on the SOA Suite</a> (PDF!) that mainly deals with the installation process (and de-installation should you need it). </p>
<p>This guide is aimed at installations for developers and not for production machines. Unfortunately the installation of OSB is out of scope.  I expect it to be upgraded to PS4 (11.1.1.5) soon. I could find any missing instructions while installing PS4 on a Windows7 VirtualBox.</p>
<p>This document looks very similar to the installation chapter in Getting Started with Oracle <a href="http://www.packtpub.com/getting-started-with-oracle-soa-suite-11g-r1/book">SOA Suite 11g R1</a>.</p>
<h3>Update</h3>
<p>It was confirmed by <a href="https://twitter.com/#!/SOASimone">Simone Geib</a>, Product Manager in the Oracle SOA team, that both the <a href="https://twitter.com/#!/soasimone/status/91550204901343232">OSB part</a> and the <a href="https://twitter.com/#!/soasimone/status/91550621471211520">PS4 update</a> are coming soon.</p>
<h3>Update September</h3>
<p>The update for <a href="http://bitly.com/soasuitequickstartguide" title="SOA Suite">SOA Suite PS4 (11.1.1.5)</a> including Oracle Service Bus is now available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/07/soa-suite-installation-quick-start/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kscope 11 Thursday Thunder</title>
		<link>http://www.deltalounge.net/wpress/2011/06/kscope-11-thursday-thunder/</link>
		<comments>http://www.deltalounge.net/wpress/2011/06/kscope-11-thursday-thunder/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 19:32:41 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[kscope]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1415</guid>
		<description><![CDATA[During the Kscope Thursday Thunder a team of highly skilled ADF (including JHeadstart) and SOA Suite experts is building an application based on these technologies. Although this session &#8211; like any real world project &#8211; seemed chaotic at times, there were a lot of best practices to learn for all who attended. We could have [...]]]></description>
			<content:encoded><![CDATA[<p>During the Kscope Thursday Thunder a team of highly skilled ADF (including JHeadstart) and SOA Suite experts is building an application based on these technologies. Although this session &#8211; like any real world project &#8211; seemed chaotic at times, there were a lot of best practices to learn for all who attended.</p>
<p>We could have learned all of the tips and tricks in a normal session or presentation. However by working this way there is a much stronger feel of how technologies and tools are used in a real world project. It was fun to watch and learn and I think the team had a great time as well!</p>
<p>At the en of the session the End-to-End flow worked really well. Great work in just a few hours time!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/06/kscope-11-thursday-thunder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kscope 11 Fusion Middleware presentations</title>
		<link>http://www.deltalounge.net/wpress/2011/06/kscope-11-fusion-middleware-presentations/</link>
		<comments>http://www.deltalounge.net/wpress/2011/06/kscope-11-fusion-middleware-presentations/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 18:07:47 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[kscope]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1390</guid>
		<description><![CDATA[Like the previous days at Kscope my focus has been on the Fusion Middleware track. In this post I&#8217;ll share some of the highlight and summaries of some of the talks over here. Fault Handling in SOA Suite Ronald van Luttikhuizen en Guido Schmutz presented on Fault Handling in the SOA Suite. There is a [...]]]></description>
			<content:encoded><![CDATA[<p>Like the previous days at Kscope my focus has been on the Fusion Middleware track. In this post I&#8217;ll share some of the highlight and summaries of some of the talks over here.</p>
<h3>Fault Handling in SOA Suite</h3>
<p>Ronald van Luttikhuizen en Guido Schmutz presented on <a href="http://caat.odtug.com/odtug_caat/caat_abstract_reports.display_presenter_abstract?conference_id=81&#038;presenter_id=100&#038;abstract_id=274">Fault Handling in the SOA Suite</a>. There is a clear need for another approach compared to say traditional systems. This is because SOA based systems differ from traditional system on the following aspects: level of heterogeneity, number of (different types of) consumers, asynchronous responses, and the way that transactions are handled. </p>
<p>Guido showed us around in the OSB with a focus on the following features: Result Caching, Service Throttling, Retry mechanism, Service pooling (talking to multiple endpoints) and Fault Message on callback (in async). Ronald gave a demo on how the <em>Compensate</em> and <em>Fault Policy Framework</em> work in BPEL.</p>
<p>This presentation on <a href="http://www.slideshare.net/gschmutz/fault-handling-in-soa-suite-11g">SOA Suite Fault Handling</a> is also available on slideshare.</p>
<h3>Using Oracle Apex as a replacement for BPEL Console</h3>
<p>The company where this <a href="http://caat.odtug.com/odtug_caat/caat_abstract_reports.display_presenter_abstract?conference_id=81&#038;presenter_id=187&#038;abstract_id=56">case</a> was build has a high number of messages running through their BPEL 10g. This causes performance issues in the BPEL Console due to the high number of instances (millions on a daily basis) in the dehydration store (on which full table scans are performed). They created an own more lightweight console in Apex to manage both deployed BPELs as well as instances. Their solution uses the following ingredients:</p>
<ul>
<li>A BPEL api &#8211; which is included in a BPEL script. They import orabpel.jar for this.</li>
<li>A BPEL script that exposes a part of the BPEL api as a web service. Embed Java in a BPEL and call the API.</li>
<li>An Apex front end that calls the web service to perform maintenance tasks.</li>
</ul>
<p>In my opinion this delivers value to this company, however are there better ways to expose Java as a web service. Besides that this adds additional BPEL instances to the bottleneck resource.</p>
<h3>Tuning SOA Suite 11g for perfomance</h3>
<p>This presentation was delivered by Vikas Anand. One of the best parts of <a href="http://caat.odtug.com/odtug_caat/caat_abstract_reports.display_presenter_abstract?conference_id=81&#038;presenter_id=514&#038;abstract_id=235783">his presentation</a> was that he didn&#8217;t only address the tuning part but also the design part. This mainly focus on preventing the need for tuning afterwards. Some of the design considerations he mentioned were:</p>
<ul>
<li>Choose the right tool for the job.</li>
<li>Design it right &#8211; Consider what parts of the integration have to be synchronous and what have to be asynchronous. To which he added the advise to be aware of transactional boundaries.</li>
<li>Need a holistic view on sizing and capacity &#8211; Based on business requirements.</li>
<li>Plan sizing of dehydration DB &#8211; make sure there is a retention strategy and implement dehydration strategy.</li>
<li>Use the same JVM across (different) clusters.</li>
</ul>
<h3>Tools and Knowledge needed to develop SOA Suite 11g applications</h3>
<p><div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/myfear/sets/72157627045491672/"><img alt="" src="http://farm6.static.flickr.com/5075/5873822829_a01b06136e_m.jpg" title="Edwin, Torsetn and Guido" width="240" height="160" /></a><p class="wp-caption-text">Edwin, Torsten and Guido - Image by Markus Eisele</p></div>Edwin Biemond was presenting on <a href="http://caat.odtug.com/odtug_caat/caat_abstract_reports.display_presenter_abstract?conference_id=81&#038;presenter_id=169&#038;abstract_id=189">Knowledge and Tools needed to develop with SOA Suite 11g</a>. He shared great insights on using tools like MDS, Testing &#8211; both with TestSuites and AIA CAVS &#8211; and using Hudson for continuous Integration for SOA Composites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/06/kscope-11-fusion-middleware-presentations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing your Oracle Application Integration Infrastructure</title>
		<link>http://www.deltalounge.net/wpress/2011/06/choosing-your-oracle-application-integration-infrastructure/</link>
		<comments>http://www.deltalounge.net/wpress/2011/06/choosing-your-oracle-application-integration-infrastructure/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 04:43:59 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[AIA]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[ESB]]></category>
		<category><![CDATA[Mediator]]></category>
		<category><![CDATA[ODI]]></category>
		<category><![CDATA[OSB]]></category>
		<category><![CDATA[SOA Suite]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1382</guid>
		<description><![CDATA[Today I presented at ODTUG Kaleidoscope. The presentation is aimed at supporting architects and especially developers to choose the right integration infrastructure for a job. Kscope Solid Service Bus Implementations View more presentations from Peter Paul van de Beek.]]></description>
			<content:encoded><![CDATA[<p>Today I presented at <a href="http://kscope11.com/">ODTUG Kaleidoscope</a>. The presentation is aimed at supporting architects and especially developers to choose the right integration infrastructure for a job. </p>
<div style="width:425px" id="__ss_8453864"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/w1z8rd/kscope-solid-service-bus-implementations" title="Solid Service Bus Implementations">Kscope   Solid Service Bus Implementations</a></strong><object id="__sse8453864" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=kscope-solidservicebusimplementations-110628225153-phpapp02&#038;stripped_title=kscope-solid-service-bus-implementations&#038;userName=w1z8rd" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse8453864" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=kscope-solidservicebusimplementations-110628225153-phpapp02&#038;stripped_title=kscope-solid-service-bus-implementations&#038;userName=w1z8rd" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/w1z8rd">Peter Paul van de Beek</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/06/choosing-your-oracle-application-integration-infrastructure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kscope 11 ADF, AIA and Business Rules</title>
		<link>http://www.deltalounge.net/wpress/2011/06/kscope-11-adf-aia-and-business-rules/</link>
		<comments>http://www.deltalounge.net/wpress/2011/06/kscope-11-adf-aia-and-business-rules/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 04:43:13 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[AIA]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[kscope]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1380</guid>
		<description><![CDATA[ADF There are a lot of presentations at Kscope on ADF where it is mentioned that the level of Java knowledge to implement ADF based applications is very limited. The first presentation by Markus Eisele I saw on Monday was an introduction to Java. It was called &#8220;All the Java ADF beginners need to know&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<h3>ADF</h3>
<p>There are a lot of presentations at Kscope on ADF where it is mentioned that the level of Java knowledge to implement ADF based applications is very limited. The first presentation by <a href="http://blog.eisele.net/">Markus Eisele</a> I saw on Monday was an introduction to Java. It was called &#8220;All the Java ADF beginners need to know&#8221;. In this hour a short history, Java&#8217;s characteristics, at a high level the differences between Java EE, Java SE and Java ME were covered as weel as the the basics of the Java language.</p>
<p>The second presentation on ADF this day was by <a href="http://www.vesterli.com/">Sten Vesterli</a>. It was titled: &#8220;Enterprise Applications with Oracle ADF &#8211; Skills, People, and Tools&#8221;. Not only did he go into these three aspects he also spend a part of the presentation on the process of developing software applications using ADF. The skills that were mentioned to develop ADF applications:</p>
<ul>
<li>ADF Framework &#8211; Programming by exceptions</li>
<li>Object Oriented programming</li>
<li>Java programming</li>
<li>Database programming (Datamodel, PL/SQL, Batch like things)</li>
<li>XML &#8211; (Reading the Source View)</li>
<li>Regular expression</li>
<li>Graphical Design</li>
<li>Usability</li>
</ul>
<h3>Business Rules</h3>
<p>EuroTransplant is one of the SOA Suite customers that uses the <a href="http://caat.odtug.com/odtug_caat/caat_abstract_reports.display_presenter_abstract?conference_id=81&#038;presenter_id=541&#038;abstract_id=236524">Business Rules Engine</a> that comes with it in a production environment. Wilfred van der Deijl showed us from a developers perspective how the tools is used. During the presentation was clear that business goals like &#8220;the business must be able to verify the implemented rules&#8221; were clearly met.</p>
<h3>AIA</h3>
<p>Edwin Biemond gave &#8220;An <a href="http://caat.odtug.com/odtug_caat/caat_abstract_reports.display_presenter_abstract?conference_id=81&#038;presenter_id=169&#038;abstract_id=191">Introduction to Application Integration Architecture</a>&#8220;. The demo in his presentation helped to demystify the implementation of an AIA integration flow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/06/kscope-11-adf-aia-and-business-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kscope 11 FMW Symposium</title>
		<link>http://www.deltalounge.net/wpress/2011/06/kscope-11-fmw-symposium/</link>
		<comments>http://www.deltalounge.net/wpress/2011/06/kscope-11-fmw-symposium/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 21:23:38 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[kscope]]></category>
		<category><![CDATA[OSB]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1374</guid>
		<description><![CDATA[Sharing some highlights from Symposium Sunday of Kscope 2011. The two most remarkable quotes of the day are: ADF is the &#8220;Paint by the Numbers&#8221; for web front end development. The most common application integration tools/solutions used are Post-it and a paper notepad. However the real gem I discovered during this first day was: User [...]]]></description>
			<content:encoded><![CDATA[<p>Sharing some highlights from Symposium Sunday of Kscope 2011. The two most remarkable quotes of the day are: </p>
<blockquote><p>ADF is the &#8220;Paint by the Numbers&#8221; for web front end development.</p></blockquote>
<blockquote><p>The most common application integration tools/solutions used are Post-it and a paper notepad.</p></blockquote>
<p>However the real gem I discovered during this first day was:</p>
<h3>User Experience Design Patterns</h3>
<p>Madhuri Kolhatkar has delivered a great presentation on the effort Oracle has put into creating and implementing User Experience Design Patterns. Extended information is available on the <a href="http://usableapps.oracle.com/">Usable Apps</a> pages of the Oracle website. Great insight on how this can help you in developing and delivering your applications can for example for OBIEE be found on <a href="http://usableapps.oracle.com/DPG/index.html">Design Patterns and Guidelines for Oracle Applications</a>. Take special note of the <a href="http://usableapps.oracle.com/DPG/OBIEE/patterns/information_display/flexFacet/auInfoDisplay.html">Pattern Selection Tool</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/06/kscope-11-fmw-symposium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

