<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>John Manko</title>
	<link>http://www.johnmanko.com/blog</link>
	<description>stuff</description>
	<lastBuildDate>Wed, 18 Aug 2010 02:49:20 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Perl Script To Merge Javadoc Into Single HTML For Printing</title>
		<description><![CDATA[I forgot Perl (been about 10 years), but this script I wrote does the job.   Released under GPL v2.  Modify and share as you see fit. #!/usr/bin/perl use Fcntl qw(:flock :seek); use WWW::Mechanize; # Would like to accept the javadoc root path as a parameter. Right now, need to hard code. $allClassesFile = &#34;./allclasses-noframe.html&#34;; my [...]]]></description>
		<link>http://www.johnmanko.com/blog/archives/71</link>
			</item>
	<item>
		<title>Writing a ServletContextListener</title>
		<description><![CDATA[A ServletContext listener is useful when you need to perform an action upon application start-up or shutdown, such as initialize application wide variables from a data store. Let&#8217;s look at what Java EE classes we&#8217;ll be using for this demonstration:  ServletContextEvent and ServletContextListener // This is the event class for notifications about changes // to [...]]]></description>
		<link>http://www.johnmanko.com/blog/archives/36</link>
			</item>
	<item>
		<title>The Solution to Our Economic Problems is Not More Government</title>
		<description><![CDATA[Everyone I know is having some form of economic hardship (wages, taxes, etc). Some blame politicians, others capitalism, and some terrorism and the uncertainty of national security. Some just consider &#8220;the economy&#8221; a super-natural being that&#8217;s guided by some mysterious force of which we&#8217;re in a continual struggle to find the &#8220;economic answer.&#8221; Whatever your [...]]]></description>
		<link>http://www.johnmanko.com/blog/archives/32</link>
			</item>
	<item>
		<title>G20 Police Attack Pitt Students</title>
		<description><![CDATA[]]></description>
		<link>http://www.johnmanko.com/blog/archives/29</link>
			</item>
	<item>
		<title>A Case Against JPA</title>
		<description><![CDATA[Here are some numbers for JPA generated queries verses a custom formatted one: Based on the following query: em.createQuery(&#34; SELECT object(o) FROM INTERNALIPADDRESSBINDING o WHERE o.internalIpAddress.ipAddress = :ip AND o.macAddress.macAddress = :mac AND o.bindTimestamp = :bind &#34;) JPA generated query based on Entity classes and foreign keys: SELECT t0.ID, t0.BINDTIMESTAMP, t0.MACADDRESS_MACADDRESS, t0.internalIpAddress_ipAddress FROM INTERNALIPADDRESSBINDING t0, [...]]]></description>
		<link>http://www.johnmanko.com/blog/archives/16</link>
			</item>
	<item>
		<title>Scripting SVN Repo Creation in Gentoo</title>
		<description><![CDATA[I wrote a script to ease the creation of subversion repositories in Gentoo.  This script assumes the existence of three files: authz - Standard svn authorization file, located svn root conf directory, used for all repos. passwd - Standard passwd file, and is used for all repos. svnserve.conf - Template file (points back to authz [...]]]></description>
		<link>http://www.johnmanko.com/blog/archives/7</link>
			</item>
	<item>
		<title>Back in Business</title>
		<description><![CDATA[I finally set this site up again.  I hope I can keep the posts going (ie, time).  Look for weekly posting, especially re music and coding.  ;)  enjoy. btw, I can&#8217;t stop sneezing.]]></description>
		<link>http://www.johnmanko.com/blog/archives/3</link>
			</item>
</channel>
</rss>
