<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/1.5" -->
<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>Jennifer Grucza : Java</title>
	<link>http://jennifergrucza.com/blog</link>
	<description>Web Development, Classical Music, Kitties, and whatever else I feel like</description>
	<pubDate>Fri, 10 Dec 2010 18:02:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5</generator>
	<language>en</language>

		<item>
		<title>Note to self: use trimDirectiveWhitespaces in JSPs after switching to Tomcat 6</title>
		<link>http://jennifergrucza.com/blog/archives/2007/04/11/note-to-self-use-trimdirectivewhitespaces-in-jsps-after-switching-to-tomcat-6</link>
		<comments>http://jennifergrucza.com/blog/archives/2007/04/11/note-to-self-use-trimdirectivewhitespaces-in-jsps-after-switching-to-tomcat-6#comments</comments>
		<pubDate>Wed, 11 Apr 2007 14:36:01 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>Java</category>
		<guid>http://jennifergrucza.com/blog/archives/2007/04/11/note-to-self-use-trimdirectivewhitespaces-in-jsps-after-switching-to-tomcat-6</guid>
		<description><![CDATA[So JSPs have the annoying property of preserving all whitespace from the source JSP file and outputting it.  As soon as your JSP gets at all complex, with conditional logic, variables being set, and so on, you'll find your HTML source output gets filled more and more with blank lines.

JSP 2.1 to the rescue! [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2007/04/11/note-to-self-use-trimdirectivewhitespaces-in-jsps-after-switching-to-tomcat-6/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Are you a Java web developer?</title>
		<link>http://jennifergrucza.com/blog/archives/2005/10/17/are-you-a-java-web-developer</link>
		<comments>http://jennifergrucza.com/blog/archives/2005/10/17/are-you-a-java-web-developer#comments</comments>
		<pubDate>Mon, 17 Oct 2005 10:41:17 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>Java</category>
	<category>CSS</category>
		<guid>http://jennifergrucza.com/blog/archives/2005/10/17/are-you-a-java-web-developer</guid>
		<description><![CDATA[And are you in Boston?  Because I've had at least three or four people asking me if I could come work for them, or if I knew any other Java developers who do UI work.  They still haven't found a replacement for me at my last job, and that's after more than a [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2005/10/17/are-you-a-java-web-developer/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Hey, this AJAX thing is pretty easy, after all</title>
		<link>http://jennifergrucza.com/blog/archives/2005/07/29/hey-this-ajax-thing-is-pretty-easy-after-all</link>
		<comments>http://jennifergrucza.com/blog/archives/2005/07/29/hey-this-ajax-thing-is-pretty-easy-after-all#comments</comments>
		<pubDate>Fri, 29 Jul 2005 17:19:34 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>Java</category>
		<guid>http://jennifergrucza.com/blog/archives/2005/07/29/hey-this-ajax-thing-is-pretty-easy-after-all</guid>
		<description><![CDATA[Today, for the first time, I added AJAX (aka XMLHttpRequest) to a web application.  (Well, it wasn't actually AJAX, because I was making a synchronous request instead of an asynchronous one, but close enough.)  I've known about the technique for just slightly longer than it has been dubbed "AJAX", but never taken the [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2005/07/29/hey-this-ajax-thing-is-pretty-easy-after-all/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>JSTL functions</title>
		<link>http://jennifergrucza.com/blog/archives/2005/07/20/jstl-functions</link>
		<comments>http://jennifergrucza.com/blog/archives/2005/07/20/jstl-functions#comments</comments>
		<pubDate>Wed, 20 Jul 2005 10:45:39 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>Java</category>
		<guid>http://jennifergrucza.com/blog/archives/2005/07/20/jstl-functions</guid>
		<description><![CDATA[Javadoc ]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2005/07/20/jstl-functions/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Are scriptlets in JSPs really that bad?</title>
		<link>http://jennifergrucza.com/blog/archives/2004/08/17/are-scriptlets-in-jsps-really-that-bad</link>
		<comments>http://jennifergrucza.com/blog/archives/2004/08/17/are-scriptlets-in-jsps-really-that-bad#comments</comments>
		<pubDate>Tue, 17 Aug 2004 19:08:12 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>Java</category>
		<guid>http://jennifergrucza.com/blog/archives/2004/08/17/are-scriptlets-in-jsps-really-that-bad</guid>
		<description><![CDATA[This post will probably only make sense if you have worked with Java and JSP.  Just a warning!

It seems to be commonly accepted that putting code in your JSP pages is a bad thing, at least since the "Model II" architecture (based on the MVC design pattern) and the JSTL tag library were introduced. [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2004/08/17/are-scriptlets-in-jsps-really-that-bad/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Joel on the Windows API</title>
		<link>http://jennifergrucza.com/blog/archives/2004/06/16/joel-on-the-windows-api</link>
		<comments>http://jennifergrucza.com/blog/archives/2004/06/16/joel-on-the-windows-api#comments</comments>
		<pubDate>Wed, 16 Jun 2004 15:30:28 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>Java</category>
		<guid>http://jennifergrucza.com/blog/archives/2004/06/16/joel-on-the-windows-api</guid>
		<description><![CDATA[Joel from Joel on Software just posted a really interesting article about the fall of the Windows API, but I can't believe that he didn't include a single mention of Java!  Well, besides a tiny paranthetical comment or two.  He totally ignores the fact that you can write Java desktop applications (like IntelliJ [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2004/06/16/joel-on-the-windows-api/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>IntelliJ IDEA</title>
		<link>http://jennifergrucza.com/blog/archives/2004/02/12/intellij-idea</link>
		<comments>http://jennifergrucza.com/blog/archives/2004/02/12/intellij-idea#comments</comments>
		<pubDate>Thu, 12 Feb 2004 21:12:10 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>Java</category>
		<guid>http://jennifergrucza.com/blog/archives/2004/02/12/intellij-idea</guid>
		<description><![CDATA[I love IDEA, I really do, but why can't it do its garbage collection when I'm not using it, instead of waiting until I give it focus again? As soon as I'm ready to go type some code in, it has to go and hang for a minute while it cleans itself up and I'm [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2004/02/12/intellij-idea/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>





