<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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>Extra Hot</title>
	<link>http://xtrahot.chili-mango.net</link>
	<description>PeopleSoft geek :: Web development enthusiast</description>
	<pubDate>Mon, 20 Aug 2007 16:18:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>Set Processing 101</title>
		<link>http://xtrahot.chili-mango.net/2007/08/set-processing-101/</link>
		<comments>http://xtrahot.chili-mango.net/2007/08/set-processing-101/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 09:56:44 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[App Engine]]></category>

		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/08/set-processing-101/</guid>
		<description><![CDATA[When I was reading the What&#8217;s New with Batch Processing in PeopleSoft Enterprise Oracle OpenWorld presentation some time ago, the following slide caught my attention:
What are the Problems with AppEngine

These programs can be complicated – and for a programmer they’re different
Same logic can be used Batch and Online – Really?

Different transactional model
Temp table behavior is [...]]]></description>
			<content:encoded><![CDATA[<p>When I was reading the <a title="Oracle OpenWorld Content Catalog" href="http://www28.cplan.com/cc139/catalog.jsp?ilc=139-1&#038;ilg=english&#038;isort_sessions=&#038;isort_demos=&#038;isort_exhibitors=&#038;is=yes&#038;ip=%3C%2Fipresentations%3E&#038;search_sessions=yes&#038;icriteria5=S283329">What&#8217;s New with Batch Processing in PeopleSoft Enterprise</a> Oracle OpenWorld presentation some time ago, the following slide caught my attention:</p>
<blockquote><p><strong>What are the Problems with AppEngine</strong></p>
<ul>
<li>These programs can be complicated – and for a programmer they’re different</li>
<li>Same logic can be used Batch and Online – Really?
<ul>
<li>Different transactional model</li>
<li>Temp table behavior is very different</li>
<li>No restartability</li>
</ul>
<li>Easy to write a poor performing App Engine Program
<ul>
<li>Since the introduction of PeopleCode, <u>poor performing programs are the norm</u></li>
</ul>
</blockquote>
<p>&nbsp;</p>
<p>Admittedly, I don&#8217;t have a lot of experience writing batch programs on Application Engine. But I believe the primary reason it is so easy to write poor-performing AE programs is that AE batch programs are better suited to be programmed using set processing. Set processing requires a different mind set to what procedural programmers are used to. I am new to it as well, so I find that <a title="Performance - SQR vs App Engine - use Set Processsing" href="http://peoplesoft.ittoolbox.com/groups/technical-functional/peopletools-l/performance-sqr-vs-app-engine-use-set-processsing-1492775">this discussion</a> in ITToolbox, and <a title="Set Processing - How to do Seq No and Running totals" href="http://peoplesoft.ittoolbox.com/groups/technical-functional/peopletools-l/set-processing-how-to-do-seq-no-and-running-totals-1508958">this followup</a> provides valuable insights on how to perform set processing. Steve&#8217;s technique of what he calls <em>partial cartesian joins</em> is quite useful as well, especially for those not running an Oracle database.</p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/08/set-processing-101/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PeopleSoft Search</title>
		<link>http://xtrahot.chili-mango.net/2007/07/peoplesoft-search/</link>
		<comments>http://xtrahot.chili-mango.net/2007/07/peoplesoft-search/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 06:54:20 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/07/peoplesoft-search/</guid>
		<description><![CDATA[If you&#8217;ve been browsing my blog directly, you may have already noticed the PeopleSoft Search link on the site&#8217;s header. This is simply a Google Custom search engine pointing to sites containing relevant PeopleSoft technical content. This includes mostly forums and blogs.
I find this useful when I need to search for keywords that are not [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been browsing my blog directly, you may have already noticed the <a href="http://www.google.com/coop/cse?cx=010187701398539861071%3Awacydyklyvc">PeopleSoft Search</a> link on the site&#8217;s header. This is simply a <a href="http://www.google.com/coop/cse/?hl=en">Google Custom search engine</a> pointing to sites containing relevant PeopleSoft technical content. This includes mostly forums and blogs.</p>
<p>I find this useful when I need to search for keywords that are not specifically related to PeopleSoft. Following is an example result when searching for &#8220;excel&#8221;:<br />
<a class="thickbox" href='http://xtrahot.chili-mango.net/wp-content/uploads/2007/07/pssearch-sample.png' title='Sample Search result'><img src='http://xtrahot.chili-mango.net/wp-content/uploads/2007/07/pssearch-sample.thumbnail.png' alt='Sample Search result' /></a></p>
<p>I still have trouble filtering out RSS from the results, if anyone can help me with that.</p>
<p>Now, if you&#8217;re browsing my site using Firefox 2, you may also notice the following auto-discovered <strong>PeopleSoft Search</strong> item on your search bar:<br />
<img src='http://xtrahot.chili-mango.net/wp-content/uploads/2007/07/pssearch.png' alt='Firefox Search Engines' /></p>
<p>Following is how the auto-discovered search would like it IE7:<br />
<img src='http://xtrahot.chili-mango.net/wp-content/uploads/2007/07/pssearch-ie71.png' alt='IE7 Search Engines' /></p>
<p>This plugin is packaged using the OpenSearch standard, as described in this <a href="http://developer.mozilla.org/en/docs/Creating_OpenSearch_plugins_for_Firefox">Mozilla article</a>.</p>
<p>The plugin can also be installed by clicking the following link:</p>
<p><a href="#" onclick="installPSSearchEngine();return false;">Install PeopleSoft Search</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/07/peoplesoft-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What Makes a Dell Notebook RoadReady?</title>
		<link>http://xtrahot.chili-mango.net/2006/10/what-not-to-do-with-your-notebook/</link>
		<comments>http://xtrahot.chili-mango.net/2006/10/what-not-to-do-with-your-notebook/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 05:26:11 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[Forwards]]></category>

		<category><![CDATA[Amusing]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2006/10/what-not-to-do-with-your-notebook/</guid>
		<description><![CDATA[Interesting tests (video) from Dell. I want one!
]]></description>
			<content:encoded><![CDATA[<p>Interesting tests (<a href="http://www.dell.com/html/us/products/latitude/test.html?KeepThis=true&#038;TB_iframe=true&#038;height=410&#038;width=464" class="thickbox">video</a>) from Dell. I want one!</p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2006/10/what-not-to-do-with-your-notebook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Secret to (Wally&#8217;s) Success</title>
		<link>http://xtrahot.chili-mango.net/2006/07/the-secret-to-wallys-success/</link>
		<comments>http://xtrahot.chili-mango.net/2006/07/the-secret-to-wallys-success/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 21:53:28 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<category><![CDATA[Amusing]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2006/07/the-secret-to-wallys-success/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" href="/wp-content/uploads/2006/07/dilbert2006072149563.jpg" title="Dilbert 23 Jul 2006"><img src="/wp-content/uploads/2006/07/dilbert2006072149563.thumbnail.jpg" alt="Wally's Pride"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2006/07/the-secret-to-wallys-success/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Advice Blogs for Parents</title>
		<link>http://xtrahot.chili-mango.net/2006/01/advice-blogs-for-parents/</link>
		<comments>http://xtrahot.chili-mango.net/2006/01/advice-blogs-for-parents/#comments</comments>
		<pubDate>Fri, 06 Jan 2006 15:37:04 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://chiliblog.chili-mango.net/2006/01/advice-blogs-for-parents/</guid>
		<description><![CDATA[The top 2 populicio.us new links today are parenting blogs. These are Parenting Ideas and Parent Hacks. 
]]></description>
			<content:encoded><![CDATA[<p>The top 2 <a href="http://www.populicio.us/newlinks.html">populicio.us new links</a> today are parenting blogs. These are <a href="http://www.parentingideas.org">Parenting Ideas</a> and <a href="http://www.parenthacks.com">Parent Hacks</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2006/01/advice-blogs-for-parents/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
