<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>Doug Hilton&apos;s Blog</title>
<link>http://www.shoutstudios.com/~doug/blog/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator>doug@shoutstudios.com</dc:creator>
<dc:date>2008-01-28T11:49:04-05:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.64" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>Save on string comparisons</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000399.html</link>
<description>I can&apos;t claim credit for this, neither can I claim credit for finding it, but I can pass along this tip. When doing a string comparison, save yourself the NULL check by flipping the left and right side of the...</description>
<guid isPermaLink="false">399@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2008-01-28T11:49:04-05:00</dc:date>
</item>
<item>
<title>Looking for Java Conferences</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000278.html</link>
<description>In the recent issue of JDJ, there was an advertisement for a performance and testing conference, www.stpcon.com. I presented this to my supervisor, and we started talking about the possibility of other java conferences, such as Java One or the...</description>
<guid isPermaLink="false">278@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2005-08-25T08:42:59-05:00</dc:date>
</item>
<item>
<title>Java Performance Tuning</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000272.html</link>
<description>One of my tasks as my job is to monitor, evaluate, and tune the performance of our large, statewide, system. This has been a tricky endeavour, as I have found that I need to balance usability, with the performance. We...</description>
<guid isPermaLink="false">272@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2005-08-05T15:54:39-05:00</dc:date>
</item>
<item>
<title>Emailing errors from Log4J</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000249.html</link>
<description>Reporting Application Errors by Email by Sean C. Sullivan -- Even if your application logs an error to a local file, the developer doesn&apos;t know there&apos;s a problem until a user notices it and sends the log file back. It...</description>
<guid isPermaLink="false">249@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2005-04-11T11:39:43-05:00</dc:date>
</item>
<item>
<title>JOX (Java Objects in XML)</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000243.html</link>
<description>Through the company I work for, I have been set up as a contributing author to the JOX project hosted by SourceForge at http://sourceforge.net/projects/jox/. We are using XML to transport request and response data between our presentation tier written in...</description>
<guid isPermaLink="false">243@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2005-03-31T19:22:57-05:00</dc:date>
</item>
<item>
<title>New phone</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000222.html</link>
<description>Today, I ordered a shiny new Sony Ericsson T-637 phone with service through Cingular wireless. I had, and still technically am as of this moment, been using T-Mobile for my cellular/PCS service ever since I was in college and signed...</description>
<guid isPermaLink="false">222@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Toys</dc:subject>
<dc:date>2005-01-21T12:25:57-05:00</dc:date>
</item>
<item>
<title>Program to find potential NPE?</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000220.html</link>
<description>After finding my second bug in production code with a NullPointerException being thrown if data is not passed into the bean, I wonder if there is a product out there that will point these out during either development or build...</description>
<guid isPermaLink="false">220@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2005-01-14T13:49:00-05:00</dc:date>
</item>
<item>
<title>Now on Java.Blogs</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000219.html</link>
<description>After a bad day at work, I decided to try and get something accomplished. I never really looked into it before, but wanted to get a category based RSS feed working on my MT 2.6 installation so that I can...</description>
<guid isPermaLink="false">219@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2005-01-14T13:21:22-05:00</dc:date>
</item>
<item>
<title>Electronic Versions of Java Books</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000211.html</link>
<description>While talking to a few collegues/friends of mine at work, I was informed that Bruce Eckel puts his books on programming up on the web in HTML format for free download. One of these books, &quot;Thinking in Java&quot; is listed...</description>
<guid isPermaLink="false">211@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2004-12-01T11:17:00-05:00</dc:date>
</item>
<item>
<title>Flyweight Pattern in use</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000180.html</link>
<description>On another note, I was able the other day to play around with a proof of concept at work related to the caching problems we have been having. Part of the problem is the sheer amount of data we have...</description>
<guid isPermaLink="false">180@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2004-07-23T11:10:35-05:00</dc:date>
</item>
<item>
<title>More Reading</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000179.html</link>
<description>Yesterday, Java.Blogs had an intersting post on Aspect Oriented Programming, or AOP. While I have plenty of other new technologies to keep me busy for a long time with some of the side projects I have going, this should prove...</description>
<guid isPermaLink="false">179@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2004-07-23T11:09:23-05:00</dc:date>
</item>
<item>
<title>New toy and a new pattern to try</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000170.html</link>
<description>While perusing TheServerSide.com, I came across an article on data caching and performance. Since I have been involved with this at work quite a bit lately in our very large scale application, I take every chance I get to read...</description>
<guid isPermaLink="false">170@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2004-07-06T13:56:24-05:00</dc:date>
</item>
<item>
<title>J2EE Performance in a large scale environment</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000148.html</link>
<description>Lately at work, I have been part of the performance evaluation and recommendation team. It all started when I volunteered to write some PERL scripts to analyze a few of our log files to try and point out some obvious...</description>
<guid isPermaLink="false">148@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2004-05-28T09:35:19-05:00</dc:date>
</item>
<item>
<title>EJB CMP Finders and flexibility</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000145.html</link>
<description>A few days ago, I was playing around with custom finders in an entity bean and ordering the output, etc. After some research and suggestions from John, I decided to scrap the custom finders and implement a stateless session bean...</description>
<guid isPermaLink="false">145@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2004-05-20T21:52:32-05:00</dc:date>
</item>
<item>
<title>ORDER BY with EJB-QL</title>
<link>http://www.shoutstudios.com/~doug/blog/archives/000143.html</link>
<description>While working on the website for Tobacco Palace, I ran into an issue with ordering the results of my queries. I am using JBoss 3.2.3 which follows the EJB 2.0 spec. This spec does not allow for ORDER BY clauses...</description>
<guid isPermaLink="false">143@http://www.shoutstudios.com/~doug/blog/</guid>
<dc:subject>Enterprise Java</dc:subject>
<dc:date>2004-05-15T12:15:02-05:00</dc:date>
</item>


</channel>
</rss>