<?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: Executing the view object query in Oracle ADF</title>
	<atom:link href="http://www.techartifact.com/blogs/2009/05/executing-the-view-object-query-in-oracle-adf.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techartifact.com/blogs/2009/05/executing-the-view-object-query-in-oracle-adf.html</link>
	<description>Latest tip and information on Java and Oracle ADF</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:11:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Manav Ratra</title>
		<link>http://www.techartifact.com/blogs/2009/05/executing-the-view-object-query-in-oracle-adf.html/comment-page-1#comment-1101</link>
		<dc:creator>Manav Ratra</dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=534#comment-1101</guid>
		<description>Well the above defined steps by Vinay holds good for ADF 10g 

But for ADF 11g only change you need to make is use below code in your backingbean

                DCBindingContainer bindings =
                            (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
                OperationBinding operation =
                            bindings.getOperationBinding(&quot;refreshVinayView&quot;);
                operation.execute();</description>
		<content:encoded><![CDATA[<p>Well the above defined steps by Vinay holds good for ADF 10g </p>
<p>But for ADF 11g only change you need to make is use below code in your backingbean</p>
<p>                DCBindingContainer bindings =<br />
                            (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();<br />
                OperationBinding operation =<br />
                            bindings.getOperationBinding(&#8220;refreshVinayView&#8221;);<br />
                operation.execute();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinay</title>
		<link>http://www.techartifact.com/blogs/2009/05/executing-the-view-object-query-in-oracle-adf.html/comment-page-1#comment-1097</link>
		<dc:creator>vinay</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=534#comment-1097</guid>
		<description>manav- i suggest if you add some more stuff for executing the query or some knowledge in ADF</description>
		<content:encoded><![CDATA[<p>manav- i suggest if you add some more stuff for executing the query or some knowledge in ADF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manav Ratra</title>
		<link>http://www.techartifact.com/blogs/2009/05/executing-the-view-object-query-in-oracle-adf.html/comment-page-1#comment-1096</link>
		<dc:creator>Manav Ratra</dc:creator>
		<pubDate>Wed, 24 Feb 2010 10:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=534#comment-1096</guid>
		<description>Hey great to see your blog...
Add some more good stuff</description>
		<content:encoded><![CDATA[<p>Hey great to see your blog&#8230;<br />
Add some more good stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SM Shohid</title>
		<link>http://www.techartifact.com/blogs/2009/05/executing-the-view-object-query-in-oracle-adf.html/comment-page-1#comment-1060</link>
		<dc:creator>SM Shohid</dc:creator>
		<pubDate>Fri, 13 Nov 2009 04:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=534#comment-1060</guid>
		<description>Vinay I appreciate your labor for us like new in adf. I am very much new. I need to auto refresh a report in an 5 second interval. I want to do it by executing view object. I can showing message in 5 second interval by using poll component. I need to call viewObject.execute query where I wrote message generate method in a java class. I could not do this. I tried to write your refreshVinayView method in my javaclass but there the class could not get view object. Would you please help me regarding this.</description>
		<content:encoded><![CDATA[<p>Vinay I appreciate your labor for us like new in adf. I am very much new. I need to auto refresh a report in an 5 second interval. I want to do it by executing view object. I can showing message in 5 second interval by using poll component. I need to call viewObject.execute query where I wrote message generate method in a java class. I could not do this. I tried to write your refreshVinayView method in my javaclass but there the class could not get view object. Would you please help me regarding this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

