<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dennislambing.com &#187; servlet</title>
	<atom:link href="http://www.dennislambing.com/tag/servlet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dennislambing.com</link>
	<description>...answering your Wordpress questions.</description>
	<lastBuildDate>Sat, 04 Feb 2012 04:34:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Java Servlets: Why hast though forsaken me? Part II</title>
		<link>http://www.dennislambing.com/2007/04/08/java-servlets-why-hast-though-forsaken-me-part-ii/</link>
		<comments>http://www.dennislambing.com/2007/04/08/java-servlets-why-hast-though-forsaken-me-part-ii/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 01:45:40 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[University of Iowa]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://www.dennislambing.com/wordpress/2007/04/08/java-servlets-why-hast-though-forsaken-me-part-ii/</guid>
		<description><![CDATA[Integrating mySQL with Java Servlets is tedious, but at least the GUI is easier to derive. Looks like it works OK, but there are still some java stuff I keep forgetting: Converting String to an Int -&#62; Integer.parseInt(str); OR new Integer(str).intValue(); OR Integer.valueOf(str).intValue(); String to byte[] -&#62; str.getBytes(); byte[] to String -&#62; str.getBytes(); int to [...]]]></description>
		<wfw:commentRss>http://www.dennislambing.com/2007/04/08/java-servlets-why-hast-though-forsaken-me-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Servlets: Why hast though forsaken me?</title>
		<link>http://www.dennislambing.com/2007/04/08/java-servlets-why-hast-though-forsaken-me/</link>
		<comments>http://www.dennislambing.com/2007/04/08/java-servlets-why-hast-though-forsaken-me/#comments</comments>
		<pubDate>Sun, 08 Apr 2007 19:30:14 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[University of Iowa]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://www.dennislambing.com/wordpress/2007/04/08/java-servlets-why-hast-though-forsaken-me/</guid>
		<description><![CDATA[The current Web Programming project is integrating mySQL with a Java Servlet front-end. This is fine, especially since current Java GUI&#8217;s are difficult to create. Doing this through a web page makes MUCH more sense. However, I can&#8217;t use cookies to hold some of my session data because my data occasionally contains characters that cookies [...]]]></description>
		<wfw:commentRss>http://www.dennislambing.com/2007/04/08/java-servlets-why-hast-though-forsaken-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

