<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>JdevGuru</title>
	<link>http://jdevguru.com</link>
	<description>JDEV and ADF Tips</description>
	<pubDate>Wed, 18 May 2011 21:37:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Getting a WebLogic Server supporting ADF Up and Running</title>
		<link>http://jdevguru.com/?p=40</link>
		<comments>http://jdevguru.com/?p=40#comments</comments>
		<pubDate>Wed, 18 May 2011 21:31:44 +0000</pubDate>
		<dc:creator>burton</dc:creator>
		
		<category><![CDATA[JSF / ADF]]></category>

		<guid isPermaLink="false">http://jdevguru.com/?p=40</guid>
		<description><![CDATA[When  Jdeveloper 11G came out out I was excited!  Excited at all the new features and innovations that were being put out by Oracle.  Well that excitement has long wore off once I started trying to use the new Version.
]]></description>
			<content:encoded><![CDATA[<p><span style="letter-spacing: 0pt">When  Jdeveloper 11G came out out I was excited!  Excited at all the new features and innovations that were being put out by Oracle.  Well that excitement has long wore off once I started trying to use the new Version.</span></p>
<p> <a href="http://jdevguru.com/?p=40#more-40" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jdevguru.com/?feed=rss2&amp;p=40</wfw:commentRss>
		</item>
		<item>
		<title>There Goes The Sun!</title>
		<link>http://jdevguru.com/?p=39</link>
		<comments>http://jdevguru.com/?p=39#comments</comments>
		<pubDate>Thu, 29 Apr 2010 14:22:07 +0000</pubDate>
		<dc:creator>burton</dc:creator>
		
		<category><![CDATA[JSF / ADF]]></category>

		<guid isPermaLink="false">http://jdevguru.com/?p=39</guid>
		<description><![CDATA[Good luck getting support for any Sun Training you might have purchased in the past.  Now that Oracle has officially taken over we are getting tossed aside like yesterday&#8217;s news.  Last year I purchased a Sun training pack for Java Certification, the SCJP Exam.  The pack came with training material and a test voucher so [...]]]></description>
			<content:encoded><![CDATA[<p>Good luck getting support for any Sun Training you might have purchased in the past.  Now that Oracle has officially taken over we are getting tossed aside like yesterday&#8217;s news.  Last year I purchased a Sun training pack for Java Certification, the SCJP Exam.  The pack came with training material and a test voucher so you can complete the exam.  I was going to schedule my exam but could not find my testing voucher number. Now the old Sun site I could login into my account and get all my information, not the case with the new site.  I logged in and could not find any of my purchased information or test voucher information.  I clicked on the contact link and filled in the form for support and received the following canned reply:</p>
<p><em><strong>PEASE ALLOW 5 DAYS FOR A RESPONSE</strong></em> <a href="http://jdevguru.com/?p=39#more-39" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jdevguru.com/?feed=rss2&amp;p=39</wfw:commentRss>
		</item>
		<item>
		<title>JSF, J2EE Container Based Security and Handling Session Timeouts</title>
		<link>http://jdevguru.com/?p=38</link>
		<comments>http://jdevguru.com/?p=38#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:52:54 +0000</pubDate>
		<dc:creator>burton</dc:creator>
		
		<category><![CDATA[JSF / ADF]]></category>

		<guid isPermaLink="false">http://jdevguru.com/?p=38</guid>
		<description><![CDATA[        I have an application that uses the MVC approach and Oracle&#8217;s ADF.  The model and web portion of the application share a session to maintain user data and positions in the tables.  We had a problem of when the users session was timed out (set to an hour in the model and web.xml),  the [...]]]></description>
			<content:encoded><![CDATA[<p>        I have an application that uses the MVC approach and Oracle&#8217;s ADF.  The model and web portion of the application share a session to maintain user data and positions in the tables.  We had a problem of when the users session was timed out (set to an hour in the model and web.xml),  the J2EE Container would automatically take over and re-authenicate the user and take them back to their page. However, our application has custom code that runs when the users come through the index.jsp page that sets a view things and determines what their home page is.  Because the data-model is reset when a session times out and the page would not be in sync with the data model, causing data corruption in our system. <a href="http://jdevguru.com/?p=38#more-38" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jdevguru.com/?feed=rss2&amp;p=38</wfw:commentRss>
		</item>
		<item>
		<title>Using BIP in your JDEV Application</title>
		<link>http://jdevguru.com/?p=37</link>
		<comments>http://jdevguru.com/?p=37#comments</comments>
		<pubDate>Fri, 30 Nov 2007 12:29:31 +0000</pubDate>
		<dc:creator>burton</dc:creator>
		
		<category><![CDATA[JSF / ADF]]></category>

		<guid isPermaLink="false">http://jdevguru.com/?p=37</guid>
		<description><![CDATA[Working with Business Intelligence Publisher Reports in Jdeveloper 10g
JDeveloper is a great tool for writing your applications with the exception of lacking a usable reporting tool.   For my projects I have been using Jasper Reports with a lot of success, however jasper is limited in some ways, so I am always looking for [...]]]></description>
			<content:encoded><![CDATA[<h2 align="center">Working with Business Intelligence Publisher Reports in Jdeveloper 10g</h2>
<p align="left">JDeveloper is a great tool for writing your applications with the exception of lacking a usable reporting tool.   For my projects I have been using Jasper Reports with a lot of success, however jasper is limited in some ways, so I am always looking for a new report tool.  Oracle&#8217;s xmlpublisher / BI Publisher in it&#8217;s newest form looks like it might do the trick.   <a href="http://jdevguru.com/?p=37#more-37" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jdevguru.com/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>How to apply Sql packages and Scripts using Java</title>
		<link>http://jdevguru.com/?p=36</link>
		<comments>http://jdevguru.com/?p=36#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:59:32 +0000</pubDate>
		<dc:creator>burton</dc:creator>
		
		<category><![CDATA[JSF / ADF]]></category>

		<guid isPermaLink="false">http://jdevguru.com/?p=36</guid>
		<description><![CDATA[         I recently had the need to have my Jdev project apply sql packages and code to the server. The first place I looked was the Ant 1.2.6 source code, since ant has a sql task I thought it would be simple copy. While Ant can apply sql, it will tell you if the compile [...]]]></description>
			<content:encoded><![CDATA[<p align="left">         I recently had the need to have my Jdev project apply sql packages and code to the server. The first place I looked was the Ant 1.2.6 source code, since ant has a sql task I thought it would be simple copy. While Ant can apply sql, it will tell you if the compile of the package or procedure went wrong. This article will present the class I created to apply sql to the server and track any errors produced. In the grand scheme of things this class will be implemented into our code building system that we are developing in house. <a href="http://jdevguru.com/?p=36#more-36" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jdevguru.com/?feed=rss2&amp;p=36</wfw:commentRss>
		</item>
		<item>
		<title>Coming Soon</title>
		<link>http://jdevguru.com/?p=35</link>
		<comments>http://jdevguru.com/?p=35#comments</comments>
		<pubDate>Fri, 03 Nov 2006 20:54:33 +0000</pubDate>
		<dc:creator>burton</dc:creator>
		
		<category><![CDATA[JSF / ADF]]></category>

		<guid isPermaLink="false">http://jdevguru.com/?p=35</guid>
		<description><![CDATA[I have been working on some tools for our build process. One of them is a class that can apply sql code to an Oracle Instance and check for errors.  The code is loosely based on the Ant SQL task, but takes it further by checking for errors in either the sql or the if [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on some tools for our build process. One of them is a class that can apply sql code to an Oracle Instance and check for errors.  The code is loosely based on the Ant SQL task, but takes it further by checking for errors in either the sql or the if you are applying a package or procedure. </p>
<p> </p>
<p>I will post the code soon!</p>
<p>Kelly</p>
]]></content:encoded>
			<wfw:commentRss>http://jdevguru.com/?feed=rss2&amp;p=35</wfw:commentRss>
		</item>
		<item>
		<title>Jdev Goes Pink for Cancer Awareness Month</title>
		<link>http://jdevguru.com/?p=34</link>
		<comments>http://jdevguru.com/?p=34#comments</comments>
		<pubDate>Sun, 01 Oct 2006 23:16:23 +0000</pubDate>
		<dc:creator>burton</dc:creator>
		
		<category><![CDATA[JSF / ADF]]></category>

		<guid isPermaLink="false">http://jdevguru.com/?p=34</guid>
		<description><![CDATA[Show your support for Breast Cancer Awareness Month, turn your site pink. For more information please visit http://pinkforoctober.org/.
I have a family member who was affected by this type of cancer, and I would like to see a cure, please show your support, turn your site pink for the month of Oct.
]]></description>
			<content:encoded><![CDATA[<p>Show your support for Breast Cancer Awareness Month, turn your site pink. For more information please visit http://pinkforoctober.org/.</p>
<p>I have a family member who was affected by this type of cancer, and I would like to see a cure, please show your support, turn your site pink for the month of Oct.</p>
]]></content:encoded>
			<wfw:commentRss>http://jdevguru.com/?feed=rss2&amp;p=34</wfw:commentRss>
		</item>
		<item>
		<title>Working with Entity Relationships</title>
		<link>http://jdevguru.com/?p=33</link>
		<comments>http://jdevguru.com/?p=33#comments</comments>
		<pubDate>Thu, 28 Sep 2006 17:14:00 +0000</pubDate>
		<dc:creator>burton</dc:creator>
		
		<category><![CDATA[JSF / ADF]]></category>

		<guid isPermaLink="false">http://jdevguru.com/?p=33</guid>
		<description><![CDATA[While the ADF that Oracle provides in JDEV is chock full of cool things, it seems that there are some things that could have been added to it. For example, you have two tables that are related by PK-&#62;FK relation that you want to represent in JDEV, the two tables use a trigger for generating [...]]]></description>
			<content:encoded><![CDATA[<p>While the ADF that Oracle provides in JDEV is chock full of cool things, it seems that there are some things that could have been added to it. For example, you have two tables that are related by PK-&gt;FK relation that you want to represent in JDEV, the two tables use a trigger for generating the unique ids for the tables. JDEV handles this with a DBSequence, using temp Ids till the record is committed to the table, then it refreshed with the new permanent values.  <a href="http://jdevguru.com/?p=33#more-33" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jdevguru.com/?feed=rss2&amp;p=33</wfw:commentRss>
		</item>
		<item>
		<title>Hiding and showing JSF components dynamically</title>
		<link>http://jdevguru.com/?p=31</link>
		<comments>http://jdevguru.com/?p=31#comments</comments>
		<pubDate>Tue, 12 Sep 2006 19:46:07 +0000</pubDate>
		<dc:creator>burton</dc:creator>
		
		<category><![CDATA[JSF / ADF]]></category>

		<guid isPermaLink="false">http://jdevguru.com/?p=31</guid>
		<description><![CDATA[Ever wondered how to hide and show components depending on what the user selects on your page. I had a recent requirement for a page that would show the users a list of reports, and depending on which report they selected, to show a list of values that they could select from for the report [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how to hide and show components depending on what the user selects on your page. I had a recent requirement for a page that would show the users a list of reports, and depending on which report they selected, to show a list of values that they could select from for the report parameters. My problem is that I had four different tables that I wanted to use, and depending on the report type selected, show the associated table.</p>
<p>Using the PPR features of ADF and the data bindings I was able to get this done. Lets take a look how. <a href="http://jdevguru.com/?p=31#more-31" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jdevguru.com/?feed=rss2&amp;p=31</wfw:commentRss>
		</item>
		<item>
		<title>Using Jasper Reports in JDeveloper</title>
		<link>http://jdevguru.com/?p=30</link>
		<comments>http://jdevguru.com/?p=30#comments</comments>
		<pubDate>Wed, 30 Aug 2006 22:33:18 +0000</pubDate>
		<dc:creator>burton</dc:creator>
		
		<category><![CDATA[JSF / ADF]]></category>

		<guid isPermaLink="false">http://jdevguru.com/?p=30</guid>
		<description><![CDATA[I often see the question in the JDEV forums &#8220;How can I access Jasper Reports in Jdeveloper?&#8221;. Jasper reports is a great tool for reporting, it&#8217;s written in 100% java and its free to use. If you dont want to be burdened with hand coding your reports, I sugguest using IReport, which like Jasper reports [...]]]></description>
			<content:encoded><![CDATA[<p>I often see the question in the JDEV forums &#8220;How can I access Jasper Reports in Jdeveloper?&#8221;. Jasper reports is a great tool for reporting, it&#8217;s written in 100% java and its free to use. If you dont want to be burdened with hand coding your reports, I sugguest using IReport, which like Jasper reports its written in java and free.</p>
<p> <a href="http://jdevguru.com/?p=30#more-30" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jdevguru.com/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
	</channel>
</rss>

