<?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>TechArtifact &#187; ADF</title>
	<atom:link href="http://www.techartifact.com/blogs/tag/adf/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techartifact.com/blogs</link>
	<description>Techie blog</description>
	<lastBuildDate>Sat, 03 Jul 2010 08:11:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Procedure calling in Oracle ADF</title>
		<link>http://www.techartifact.com/blogs/2009/04/procedure-calling-in-oracle-adf.html</link>
		<comments>http://www.techartifact.com/blogs/2009/04/procedure-calling-in-oracle-adf.html#comments</comments>
		<pubDate>Wed, 22 Apr 2009 11:38:40 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[procedure calling in oracle ADF]]></category>
		<category><![CDATA[procedure in oracle adf]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/04/procedure-calling-in-oracle-adf.html</guid>
		<description><![CDATA[In Oracle Adf we will doing DML operation by calling the Procedure.Here the syntax of calling Stored procedure is as follow: Here Procedure name is -- Vinayprocedure(empno,job,name) StoredProcedureCall call = new StoredProcedureCall(); call.setProcedureName(&#34;Vinayprocedure&#34;); call.addUnamedArgument(&#34;empno&#34;); call.addUnamedInOutputArgument(&#34;job&#34;, &#34;job&#34;, String.class); call.addUnamedOutputArgument(&#34;name&#34;); DataModifyQuery query = new DataModifyQuery(); query.setCall(call); query.addArgument(&#34;empno&#34;); query.addArgument(&#34;job&#34;); query.addArgument(&#34;name&#34;); session.addQuery(&#34;Vinayprocedure &#34;, query); Vector parameters = new Vector(); [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/04/procedure-calling-in-oracle-adf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Partial Page Rendering (PPR) In Oracle ADF</title>
		<link>http://www.techartifact.com/blogs/2009/03/partial-page-rendering-ppr-in-oracle-adf.html</link>
		<comments>http://www.techartifact.com/blogs/2009/03/partial-page-rendering-ppr-in-oracle-adf.html#comments</comments>
		<pubDate>Sat, 14 Mar 2009 18:16:44 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[PPR]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=166</guid>
		<description><![CDATA[PPR is Partial Page Rendering, similarly to Ajax. It is used to dynamically refresh the part of page.It is done with the use of partial triggers. For better understanding , i will explain by an example. In Any .jspx page we have one table (table1) and one command button(button1) label &#8216;Delete’. On clicking the Delete [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/03/partial-page-rendering-ppr-in-oracle-adf.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OAF versus ADF</title>
		<link>http://www.techartifact.com/blogs/2009/03/oaf-versus-adf.html</link>
		<comments>http://www.techartifact.com/blogs/2009/03/oaf-versus-adf.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 06:41:45 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[OAF]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=128</guid>
		<description><![CDATA[OAF versus ADF I have seen many forums asking about Difference between OAF and ADF. May be my post will clear some points on this OAF – OAF is a framework for extending Oracle E-Business Suite. If you want to customize and Oracle EBS system you need to use OAF. OAF is a e-biz web [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/03/oaf-versus-adf.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
