<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Shared Application Module Instance Tricks, Part II: Displaying Data</title>
	<atom:link href="http://www.avromroyfaderman.com/2008/09/shared-application-module-instance-tricks-part-ii-displaying-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avromroyfaderman.com/2008/09/shared-application-module-instance-tricks-part-ii-displaying-data/</link>
	<description>Tricks, Tips, Thoughts, and Rants About Java EE, Oracle ADF, and Web Application Development</description>
	<lastBuildDate>Thu, 26 Aug 2010 20:48:51 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Don  Kleppinger</title>
		<link>http://www.avromroyfaderman.com/2008/09/shared-application-module-instance-tricks-part-ii-displaying-data/comment-page-1/#comment-19616</link>
		<dc:creator>Don  Kleppinger</dc:creator>
		<pubDate>Thu, 26 Aug 2010 20:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?p=88#comment-19616</guid>
		<description>I tried Steve&#039;s technique of setting the Databinding.cpx configuration to shared and created an iterator binding to the shared data control.  This worked but When I monitor my Application Pool I see that I have two Shared pools, One is named LookupServiceShared_sharedPool and the other LookupServiceShared.   The first one gets greated the first time I display a page with a LOV from the shared app module.  The 2nd one gets created the first time I access a page that has the iterator binding to the shared app module.  Any idea why this is?  I&#039;m not sure the 2nd one is really a shared</description>
		<content:encoded><![CDATA[<p>I tried Steve&#8217;s technique of setting the Databinding.cpx configuration to shared and created an iterator binding to the shared data control.  This worked but When I monitor my Application Pool I see that I have two Shared pools, One is named LookupServiceShared_sharedPool and the other LookupServiceShared.   The first one gets greated the first time I display a page with a LOV from the shared app module.  The 2nd one gets created the first time I access a page that has the iterator binding to the shared app module.  Any idea why this is?  I&#8217;m not sure the 2nd one is really a shared</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avrom</title>
		<link>http://www.avromroyfaderman.com/2008/09/shared-application-module-instance-tricks-part-ii-displaying-data/comment-page-1/#comment-8871</link>
		<dc:creator>Avrom</dc:creator>
		<pubDate>Sun, 06 Sep 2009 19:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?p=88#comment-8871</guid>
		<description>Hi Steve,

Thank you for this very helpful tip! It&#039;s obviously a much easier way to work with shared application modules than what I mention here or in part I.

The JDeveloper team should know, however, that the current doc contradicts it. From Section 10.2.3 of the Fusion Developer&#039;s Guide:

&quot;When viewing a data control usage from the DataBindings.cpx file in the Structure window, do not set the Configuration property to a shared application module configuration. By default, for an application module named AppModuleName, the Property Inspector will list the configurations named AppModuleNameShared and AppModuleNameLocal. At runtime, Oracle ADF uses the shared configuration automatically when you configure an application as a shared application module, but the configuration is not designed to be used by an application module data control usage.&quot;

I take it this is a doc bug?

&lt;strong&gt;Edit:&lt;/strong&gt; Steve has confirmed that this is indeed a mistake in the documentation. Go ahead and use a data control based on the shared configuration to display data and invoke operations for shared application module instances.
</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Thank you for this very helpful tip! It&#8217;s obviously a much easier way to work with shared application modules than what I mention here or in part I.</p>
<p>The JDeveloper team should know, however, that the current doc contradicts it. From Section 10.2.3 of the Fusion Developer&#8217;s Guide:</p>
<p>&#8220;When viewing a data control usage from the DataBindings.cpx file in the Structure window, do not set the Configuration property to a shared application module configuration. By default, for an application module named AppModuleName, the Property Inspector will list the configurations named AppModuleNameShared and AppModuleNameLocal. At runtime, Oracle ADF uses the shared configuration automatically when you configure an application as a shared application module, but the configuration is not designed to be used by an application module data control usage.&#8221;</p>
<p>I take it this is a doc bug?</p>
<p><strong>Edit:</strong> Steve has confirmed that this is indeed a mistake in the documentation. Go ahead and use a data control based on the shared configuration to display data and invoke operations for shared application module instances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Muench</title>
		<link>http://www.avromroyfaderman.com/2008/09/shared-application-module-instance-tricks-part-ii-displaying-data/comment-page-1/#comment-8866</link>
		<dc:creator>Steve Muench</dc:creator>
		<pubDate>Sun, 06 Sep 2009 16:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?p=88#comment-8866</guid>
		<description>Avrom, a simpler, declarative way to databind a shared application module&#039;s contents is to select the data control in question in the Structure Window for the DataBindings.cpx file and in the property inspector, set the configuration it should use to be the YourAppModuleShared configuration.</description>
		<content:encoded><![CDATA[<p>Avrom, a simpler, declarative way to databind a shared application module&#8217;s contents is to select the data control in question in the Structure Window for the DataBindings.cpx file and in the property inspector, set the configuration it should use to be the YourAppModuleShared configuration.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
