<?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: ADF: making an operation (binding) available in every Page Definition (Binding Container)</title>
	<atom:link href="http://technology.amis.nl/2008/02/02/adf-making-an-operation-binding-available-in-every-page-definition-binding-container/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/02/02/adf-making-an-operation-binding-available-in-every-page-definition-binding-container/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adf-making-an-operation-binding-available-in-every-page-definition-binding-container</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: AdamA</title>
		<link>http://technology.amis.nl/2008/02/02/adf-making-an-operation-binding-available-in-every-page-definition-binding-container/#comment-5155</link>
		<dc:creator>AdamA</dc:creator>
		<pubDate>Fri, 04 Apr 2008 20:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2839#comment-5155</guid>
		<description><![CDATA[Hi Lucas.  Do you think that this workaround might solve the problem mentioned the comments section of your article at http://technology.amis.nl/blog/?p=1709#comment-304824?  Namely:  The problem of not being able to display data bound components of a &quot;content&quot; page referenced in an adf region tag...I appreciate your help!]]></description>
		<content:encoded><![CDATA[<p>Hi Lucas.  Do you think that this workaround might solve the problem mentioned the comments section of your article at <a href="http://technology.amis.nl/blog/?p=1709#comment-304824" rel="nofollow">http://technology.amis.nl/blog/?p=1709#comment-304824</a>?  Namely:  The problem of not being able to display data bound components of a &#8220;content&#8221; page referenced in an adf region tag&#8230;I appreciate your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2008/02/02/adf-making-an-operation-binding-available-in-every-page-definition-binding-container/#comment-5154</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Sun, 03 Feb 2008 19:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2839#comment-5154</guid>
		<description><![CDATA[Sort of. Actually we are working round the fact that a record presented in the screen may have a reference to a record - created by another user - to a record we are not allowed to access. For example: we are looking at Employee SCOTT who is assigned to Department 10 - SALES. However, we are not privileged to see Department 10. The business requirements for our project state that in this case we should have a Dropdownlist that is disabled - we cannot assign SCOTT to another Department as he is currently in a department we are not privileged for. However, the Dropdownlist should show the label SALES for the referenced Department. And to retrieve that label for a user who strictly speaking cannot see SALES at all, we had to punch a hole in our VPD like data authorization mechanism - which we did in a rather elegant way I believe, for which we used this solution by Steve Muench. &lt;br /&gt;&lt;br /&gt;regards,

Lucas]]></description>
		<content:encoded><![CDATA[<p>Sort of. Actually we are working round the fact that a record presented in the screen may have a reference to a record &#8211; created by another user &#8211; to a record we are not allowed to access. For example: we are looking at Employee SCOTT who is assigned to Department 10 &#8211; SALES. However, we are not privileged to see Department 10. The business requirements for our project state that in this case we should have a Dropdownlist that is disabled &#8211; we cannot assign SCOTT to another Department as he is currently in a department we are not privileged for. However, the Dropdownlist should show the label SALES for the referenced Department. And to retrieve that label for a user who strictly speaking cannot see SALES at all, we had to punch a hole in our VPD like data authorization mechanism &#8211; which we did in a rather elegant way I believe, for which we used this solution by Steve Muench. </p>
<p>regards,</p>
<p>Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Vervecken</title>
		<link>http://technology.amis.nl/2008/02/02/adf-making-an-operation-binding-available-in-every-page-definition-binding-container/#comment-5153</link>
		<dc:creator>Jan Vervecken</dc:creator>
		<pubDate>Sun, 03 Feb 2008 16:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2839#comment-5153</guid>
		<description><![CDATA[Thanks for your reply Lucas.
Indeed that sounds like a fairly complicated story. I&#039;m not sure I understand correctly, but are you implementing (part of) your data authorization rules in the view layer which requires you to have this operation binding available?
regards
Jan Vervecken]]></description>
		<content:encoded><![CDATA[<p>Thanks for your reply Lucas.<br />
Indeed that sounds like a fairly complicated story. I&#8217;m not sure I understand correctly, but are you implementing (part of) your data authorization rules in the view layer which requires you to have this operation binding available?<br />
regards<br />
Jan Vervecken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2008/02/02/adf-making-an-operation-binding-available-in-every-page-definition-binding-container/#comment-5152</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Sun, 03 Feb 2008 14:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2839#comment-5152</guid>
		<description><![CDATA[Jan,
That is  a fairly complicated story involving dropdown items that are displayed as LOVs when they contain more than a specific configurable threshold and that may contain a value that is associated with a (lookup) value that the current user is not allowed to see considering the data authorization rules for which we will display the read-only label. For this, we have a bean that can complement the set of allowable values for the dropdown element with that one value it would normally not contain, by calling a method on the application module that in turn consults a PL/SQL function to return the display label for that particular value. Since potentially every page can contain one or more dropdown elements, we may need to invoke the ApplicationModule&#039;s method from every page in the application, hence we need the operation binding in all PageDef files.&lt;br /&gt;&lt;br /&gt; Perhaps you should come and see it in order to understand exactly what we are trying to achieve....&lt;br /&gt;&lt;br /&gt;Best regards, Lucas]]></description>
		<content:encoded><![CDATA[<p>Jan,<br />
That is  a fairly complicated story involving dropdown items that are displayed as LOVs when they contain more than a specific configurable threshold and that may contain a value that is associated with a (lookup) value that the current user is not allowed to see considering the data authorization rules for which we will display the read-only label. For this, we have a bean that can complement the set of allowable values for the dropdown element with that one value it would normally not contain, by calling a method on the application module that in turn consults a PL/SQL function to return the display label for that particular value. Since potentially every page can contain one or more dropdown elements, we may need to invoke the ApplicationModule&#8217;s method from every page in the application, hence we need the operation binding in all PageDef files.</p>
<p> Perhaps you should come and see it in order to understand exactly what we are trying to achieve&#8230;.</p>
<p>Best regards, Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Vervecken</title>
		<link>http://technology.amis.nl/2008/02/02/adf-making-an-operation-binding-available-in-every-page-definition-binding-container/#comment-5151</link>
		<dc:creator>Jan Vervecken</dc:creator>
		<pubDate>Sat, 02 Feb 2008 20:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2839#comment-5151</guid>
		<description><![CDATA[Thank you Lucas.
I&#039;m just wondering what the specific use case would be for this, &quot;from every one of our 100+ pages we would like to be able to invoke a specific operation on the ApplicationModules Client Interface&quot;.
regards
Jan Vervecken]]></description>
		<content:encoded><![CDATA[<p>Thank you Lucas.<br />
I&#8217;m just wondering what the specific use case would be for this, &#8220;from every one of our 100+ pages we would like to be able to invoke a specific operation on the ApplicationModules Client Interface&#8221;.<br />
regards<br />
Jan Vervecken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Brands</title>
		<link>http://technology.amis.nl/2008/02/02/adf-making-an-operation-binding-available-in-every-page-definition-binding-container/#comment-5150</link>
		<dc:creator>Rob Brands</dc:creator>
		<pubDate>Sat, 02 Feb 2008 19:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2839#comment-5150</guid>
		<description><![CDATA[Thats what we hoped for.  Good start of the weekend ;-)]]></description>
		<content:encoded><![CDATA[<p>Thats what we hoped for.  Good start of the weekend <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Biemond</title>
		<link>http://technology.amis.nl/2008/02/02/adf-making-an-operation-binding-available-in-every-page-definition-binding-container/#comment-5149</link>
		<dc:creator>Edwin Biemond</dc:creator>
		<pubDate>Sat, 02 Feb 2008 11:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2839#comment-5149</guid>
		<description><![CDATA[Very nice. In jdev 11g you can add this in the pagedef of the jsf page template.]]></description>
		<content:encoded><![CDATA[<p>Very nice. In jdev 11g you can add this in the pagedef of the jsf page template.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
