<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The guy who does not speak...</title>
	<atom:link href="http://electrotek.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://electrotek.wordpress.com</link>
	<description>From programming to day dreaming</description>
	<lastBuildDate>Fri, 06 Nov 2009 16:45:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to get an ApplicationModule from a Backing Bean by Amer</title>
		<link>http://electrotek.wordpress.com/2008/01/23/how-to-get-an-applicationmodule-in-backing-bean/#comment-257</link>
		<dc:creator>Amer</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://electrotek.wordpress.com/2008/01/23/how-to-get-an-applicationmodule-in-backing-bean/#comment-257</guid>
		<description>Excellent!!!

I was needed it badly.</description>
		<content:encoded><![CDATA[<p>Excellent!!!</p>
<p>I was needed it badly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get an ApplicationModule from a Backing Bean by Viktoras Agejevas</title>
		<link>http://electrotek.wordpress.com/2008/01/23/how-to-get-an-applicationmodule-in-backing-bean/#comment-256</link>
		<dc:creator>Viktoras Agejevas</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://electrotek.wordpress.com/2008/01/23/how-to-get-an-applicationmodule-in-backing-bean/#comment-256</guid>
		<description>I haven&#039;t used ADF quite a while, so I&#039;m not sure, but I would think of something like this:

&lt;ul&gt;
	&lt;li&gt;get BindingContext bc using &lt;a href=&quot;http://download.oracle.com/docs/cd/B32110_01/web.1013/b28969/oracle/adf/model/binding/DCUtil.html&quot; rel=&quot;nofollow&quot;&gt;oracle.adf.model.binding.DCUtil#&lt;/a&gt;getBindingContext(javax.servlet.http.HttpServletRequest request)&lt;/li&gt;

	&lt;li&gt;Then get DCDataControl dc  = bc.findDataControl(&quot;SomeModuleDataControl&quot;);&lt;/li&gt;
&lt;li&gt;Get your application module: dc.getDataProvider()&lt;/li&gt;
&lt;/ul&gt;

And make sure that ADFBindingFilter is mapped for your servlet.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t used ADF quite a while, so I&#8217;m not sure, but I would think of something like this:</p>
<ul>
<li>get BindingContext bc using <a href="http://download.oracle.com/docs/cd/B32110_01/web.1013/b28969/oracle/adf/model/binding/DCUtil.html" rel="nofollow">oracle.adf.model.binding.DCUtil#</a>getBindingContext(javax.servlet.http.HttpServletRequest request)</li>
<li>Then get DCDataControl dc  = bc.findDataControl(&#8220;SomeModuleDataControl&#8221;);</li>
<li>Get your application module: dc.getDataProvider()</li>
</ul>
<p>And make sure that ADFBindingFilter is mapped for your servlet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get an ApplicationModule from a Backing Bean by Kevin Bowersox</title>
		<link>http://electrotek.wordpress.com/2008/01/23/how-to-get-an-applicationmodule-in-backing-bean/#comment-255</link>
		<dc:creator>Kevin Bowersox</dc:creator>
		<pubDate>Thu, 05 Nov 2009 12:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://electrotek.wordpress.com/2008/01/23/how-to-get-an-applicationmodule-in-backing-bean/#comment-255</guid>
		<description>I saw this a few weeks back and thought it would be very useful.  I forgot to book mark it and spent about two hours this morning searching for this site again.  So glad I found it.  Thanks.</description>
		<content:encoded><![CDATA[<p>I saw this a few weeks back and thought it would be very useful.  I forgot to book mark it and spent about two hours this morning searching for this site again.  So glad I found it.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get an ApplicationModule from a Backing Bean by John Wang</title>
		<link>http://electrotek.wordpress.com/2008/01/23/how-to-get-an-applicationmodule-in-backing-bean/#comment-254</link>
		<dc:creator>John Wang</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://electrotek.wordpress.com/2008/01/23/how-to-get-an-applicationmodule-in-backing-bean/#comment-254</guid>
		<description>Viktoras,

I just ran across this article. Do you have any idea how I can get an Application Module from a traditional Servlet or Struts action class?

Thanks,

John</description>
		<content:encoded><![CDATA[<p>Viktoras,</p>
<p>I just ran across this article. Do you have any idea how I can get an Application Module from a traditional Servlet or Struts action class?</p>
<p>Thanks,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ADF Faces/Trinidad tree component&#8217;s state (expand/collapse by clicking on a node label) by Viktoras Agejevas</title>
		<link>http://electrotek.wordpress.com/2008/04/24/adf-facestrinidad-tree-components-state-expandcollapse-by-clicking-on-a-node-title/#comment-251</link>
		<dc:creator>Viktoras Agejevas</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://electrotek.wordpress.com/?p=28#comment-251</guid>
		<description>Sorry, can&#039;t help you much, since I don&#039;t work with ADF anymore. This example worked with 10g; maybe in 11g it should be done in some different way.
You can try searching for an answer or even asking in ADF forum: &lt;a href=&quot;http://forums.oracle.com/forums/forum.jspa?forumID=83&quot; rel=&quot;nofollow&quot;&gt;http://forums.oracle.com/forums/forum.jspa?forumID=83&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Sorry, can&#8217;t help you much, since I don&#8217;t work with ADF anymore. This example worked with 10g; maybe in 11g it should be done in some different way.<br />
You can try searching for an answer or even asking in ADF forum: <a href="http://forums.oracle.com/forums/forum.jspa?forumID=83" rel="nofollow">http://forums.oracle.com/forums/forum.jspa?forumID=83</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ADF Faces/Trinidad tree component&#8217;s state (expand/collapse by clicking on a node label) by AdfNewbie</title>
		<link>http://electrotek.wordpress.com/2008/04/24/adf-facestrinidad-tree-components-state-expandcollapse-by-clicking-on-a-node-title/#comment-250</link>
		<dc:creator>AdfNewbie</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://electrotek.wordpress.com/?p=28#comment-250</guid>
		<description>I&#039;m working on ADF Faces Rich Client tree in 11g, do you know what class can be used instead of PathSet of Trinidad? thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on ADF Faces Rich Client tree in 11g, do you know what class can be used instead of PathSet of Trinidad? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Singleton in Java &#8211; the proper way by Singletons, java 5 et enum</title>
		<link>http://electrotek.wordpress.com/2008/08/06/singleton-in-java-the-proper-way/#comment-239</link>
		<dc:creator>Singletons, java 5 et enum</dc:creator>
		<pubDate>Fri, 11 Sep 2009 13:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://electrotek.wordpress.com/?p=74#comment-239</guid>
		<description>[...] Singleton in Java – the proper way ]   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] Singleton in Java – the proper way ]   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOAP web service with Zend Framework by Software Developer</title>
		<link>http://electrotek.wordpress.com/2008/04/19/soap-web-service-with-zend-framework/#comment-231</link>
		<dc:creator>Software Developer</dc:creator>
		<pubDate>Fri, 28 Aug 2009 09:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://electrotek.wordpress.com/?p=22#comment-231</guid>
		<description>Seems good work but the service is a bit too simple to be a good example for me.

Insted of exit in index Action, you could just disable the layout and rendering by.
Which is a bit more useful.

$this-&gt;_helper-&gt;viewRenderer-&gt;setNoRender();
$this-&gt;_helper-&gt;layout-&gt;disableLayout();</description>
		<content:encoded><![CDATA[<p>Seems good work but the service is a bit too simple to be a good example for me.</p>
<p>Insted of exit in index Action, you could just disable the layout and rendering by.<br />
Which is a bit more useful.</p>
<p>$this-&gt;_helper-&gt;viewRenderer-&gt;setNoRender();<br />
$this-&gt;_helper-&gt;layout-&gt;disableLayout();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOAP web service with Zend Framework by Viktoras Agejevas</title>
		<link>http://electrotek.wordpress.com/2008/04/19/soap-web-service-with-zend-framework/#comment-230</link>
		<dc:creator>Viktoras Agejevas</dc:creator>
		<pubDate>Tue, 25 Aug 2009 13:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://electrotek.wordpress.com/?p=22#comment-230</guid>
		<description>Yes, that&#039;s a very valid tip. For the sake of simplicity I haven&#039;t mentioned such things.</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s a very valid tip. For the sake of simplicity I haven&#8217;t mentioned such things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOAP web service with Zend Framework by Raffy</title>
		<link>http://electrotek.wordpress.com/2008/04/19/soap-web-service-with-zend-framework/#comment-229</link>
		<dc:creator>Raffy</dc:creator>
		<pubDate>Tue, 25 Aug 2009 13:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://electrotek.wordpress.com/?p=22#comment-229</guid>
		<description>For the sake of best practise and performance, cache the rendered WSDL file if your webserver has a medium to heavy request rate.

Or use a separate script to render the WSDL once using output buffering and then storing the file.

Since your WSDL file won&#039;t change much in a production environment, it shouldn&#039;t be necessary to use the autodiscovery function over and over. I also doubt it&#039;s meant for usage as described, though it&#039;s a good tutorial.</description>
		<content:encoded><![CDATA[<p>For the sake of best practise and performance, cache the rendered WSDL file if your webserver has a medium to heavy request rate.</p>
<p>Or use a separate script to render the WSDL once using output buffering and then storing the file.</p>
<p>Since your WSDL file won&#8217;t change much in a production environment, it shouldn&#8217;t be necessary to use the autodiscovery function over and over. I also doubt it&#8217;s meant for usage as described, though it&#8217;s a good tutorial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
