<?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>sha.nnoncarey.com/blog &#187; Java</title>
	<atom:link href="http://sha.nnoncarey.com/blog/archives/category/java/feed" rel="self" type="application/rss+xml" />
	<link>http://sha.nnoncarey.com/blog</link>
	<description>sin(Θ)</description>
	<lastBuildDate>Sun, 20 Nov 2011 21:09:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using JFormattedTextField with Swing Data Binding from tornado.no</title>
		<link>http://sha.nnoncarey.com/blog/archives/89</link>
		<comments>http://sha.nnoncarey.com/blog/archives/89#comments</comments>
		<pubDate>Tue, 19 Jul 2011 03:35:27 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://sha.nnoncarey.com/blog/?p=89</guid>
		<description><![CDATA[Although there are many data binding libraries available for Swing, the one I have been dealing with lately is from http://databinding.tornado.no/ After I added a JFormattedTextField as a bound field, I noticed that it wasn&#8217;t obeying the text-to-value and value-to-text conversion that I had specified in my Formatter. Instead, the data binding was trying to [...]]]></description>
		<wfw:commentRss>http://sha.nnoncarey.com/blog/archives/89/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letters typed into JTextField appear in reverse order</title>
		<link>http://sha.nnoncarey.com/blog/archives/86</link>
		<comments>http://sha.nnoncarey.com/blog/archives/86#comments</comments>
		<pubDate>Wed, 11 May 2011 03:50:05 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://sha.nnoncarey.com/blog/?p=86</guid>
		<description><![CDATA[I was working on a JTextField in a NetBeans Platform application (Java Swing), and started to see some bizarre behavior. The cursor would remain to the left of each letter typed, and as a result the letters would appear backwards. Or rather, the word would be spelled backwards as the letters would be in reverse [...]]]></description>
		<wfw:commentRss>http://sha.nnoncarey.com/blog/archives/86/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AspectJ with IntelliJ IDEA</title>
		<link>http://sha.nnoncarey.com/blog/archives/82</link>
		<comments>http://sha.nnoncarey.com/blog/archives/82#comments</comments>
		<pubDate>Fri, 15 Apr 2011 01:14:17 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://sha.nnoncarey.com/blog/?p=82</guid>
		<description><![CDATA[So you&#8217;re trying to use AspectJ in a Maven project with IntelliJ IDEA. You add the basic dependency and plugin to your POM file, when IDEA gives you this message: IDEA was unable to find AspectJ compiler JAR among plugin dependencies. Please check Settings &#124; Compiler &#124; Java Compiler The solution is to add a [...]]]></description>
		<wfw:commentRss>http://sha.nnoncarey.com/blog/archives/82/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven with Clover in IDEA</title>
		<link>http://sha.nnoncarey.com/blog/archives/45</link>
		<comments>http://sha.nnoncarey.com/blog/archives/45#comments</comments>
		<pubDate>Fri, 04 Jun 2010 00:59:14 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://sha.nnoncarey.com/blog/?p=45</guid>
		<description><![CDATA[When running mvn install from IntelliJ IDEA with the Clover2 plugin, I got the following error: Clover could not be initialised. Are you sure you have Clover in the runtime classpath? It was easily fixed by running mvn clean. I found the original answer here, but I wanted to repost so people wouldn&#8217;t have to [...]]]></description>
		<wfw:commentRss>http://sha.nnoncarey.com/blog/archives/45/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring AOP requires an ApplicationContext</title>
		<link>http://sha.nnoncarey.com/blog/archives/42</link>
		<comments>http://sha.nnoncarey.com/blog/archives/42#comments</comments>
		<pubDate>Thu, 13 May 2010 15:23:19 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://sha.nnoncarey.com/blog/?p=42</guid>
		<description><![CDATA[Having problems getting Spring AOP working? Is your bean being created, but your aspect not running? Is the section on @AspectJ support not helping? Make sure you check out Section 3.8.1 of the Spring documentation, which says, &#8220;if you are using just a plain BeanFactory then a fair amount of support such as transactions and [...]]]></description>
		<wfw:commentRss>http://sha.nnoncarey.com/blog/archives/42/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wicket problems &amp; solutions</title>
		<link>http://sha.nnoncarey.com/blog/archives/36</link>
		<comments>http://sha.nnoncarey.com/blog/archives/36#comments</comments>
		<pubDate>Tue, 23 Mar 2010 17:30:13 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Wicket]]></category>

		<guid isPermaLink="false">http://sha.nnoncarey.com/blog/?p=36</guid>
		<description><![CDATA[So, I&#8217;m learning a lot about Wicket lately. Here&#8217;s a couple things I&#8217;ve learned: If you&#8217;re using the CheckBoxTree from the openCDMS, make sure you get the most recent version. The revision linked to in the Google search results is old, and does not include CheckBoxIconPanel.html. It took me a while to realize what the [...]]]></description>
		<wfw:commentRss>http://sha.nnoncarey.com/blog/archives/36/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eclipse IAM</title>
		<link>http://sha.nnoncarey.com/blog/archives/33</link>
		<comments>http://sha.nnoncarey.com/blog/archives/33#comments</comments>
		<pubDate>Thu, 25 Feb 2010 17:41:23 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://sha.nnoncarey.com/blog/?p=33</guid>
		<description><![CDATA[If you get this error when launching a Run Configuration in Eclipse with the IAM (Maven) plugin: Referenced classpath provider does not exist: org.maven.ide.eclipse.launchconfig.classpathProvider It&#8217;s probably because your Run Configuration was created on an old project, and has bad entries in the Classpath section. The solution is to delete the Run Configuration and create a [...]]]></description>
		<wfw:commentRss>http://sha.nnoncarey.com/blog/archives/33/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.185 seconds -->

