<?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>MvdB &#187; java</title>
	<atom:link href="http://www.markvandenbergh.com/archives/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markvandenbergh.com</link>
	<description>I spent a minute looking at my own code by accident... thinking &#34;What the hell is this guy doing?&#34; (bash.org)</description>
	<lastBuildDate>Tue, 31 Jan 2012 10:09:38 +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>Aspect trace logging in Java (Spring Framework)</title>
		<link>http://www.markvandenbergh.com/archives/270/aspect-trace-logging-in-java-spring-framework/</link>
		<comments>http://www.markvandenbergh.com/archives/270/aspect-trace-logging-in-java-spring-framework/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 19:54:11 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Aspect]]></category>
		<category><![CDATA[AspectJ]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[tracing]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=270</guid>
		<description><![CDATA[An easy way to enable tracing of methods and parameter values in Java Spring is by using AspectJ. A simplified example of my Aspect class to make tracing easy, without any &#8216;logger.trace&#8217; code in the classes itself: package com.markvandenbergh.test.util; import &#8230; <a href="http://www.markvandenbergh.com/archives/270/aspect-trace-logging-in-java-spring-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/270/aspect-trace-logging-in-java-spring-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autowiring Spring bean in IntelliJ</title>
		<link>http://www.markvandenbergh.com/archives/260/autowiring-spring-bean-in-intellij/</link>
		<comments>http://www.markvandenbergh.com/archives/260/autowiring-spring-bean-in-intellij/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 08:17:18 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[IntelliJ]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[autowire]]></category>
		<category><![CDATA[beans]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=260</guid>
		<description><![CDATA[Having one of the following errors in IntelliJ? Could not autowire. No beans of 'yourType' type found or Could not autowire. There is more than one bean of 'yourType' type. If you&#8217;re sure you have your Spring bean definitions correct &#8230; <a href="http://www.markvandenbergh.com/archives/260/autowiring-spring-bean-in-intellij/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/260/autowiring-spring-bean-in-intellij/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fast debugging statements</title>
		<link>http://www.markvandenbergh.com/archives/41/fast-debugging-statements/</link>
		<comments>http://www.markvandenbergh.com/archives/41/fast-debugging-statements/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 16:00:10 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[defensive programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[precompilation]]></category>
		<category><![CDATA[precompiler]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=41</guid>
		<description><![CDATA[While reading Code Complete 2nd Edition I ran into a chapter which covers defensive programming. Defensive programming includes debugging, but not to any price of course. We don&#8217;t want performance of the application to suffer from debugging statements, at least &#8230; <a href="http://www.markvandenbergh.com/archives/41/fast-debugging-statements/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/41/fast-debugging-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JMS and SAP, avoid this combination?</title>
		<link>http://www.markvandenbergh.com/archives/4/jms-and-sap-avoid-this-combination/</link>
		<comments>http://www.markvandenbergh.com/archives/4/jms-and-sap-avoid-this-combination/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 13:49:20 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[JMS]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[garbage collector]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jms]]></category>
		<category><![CDATA[outofmemoryexception]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[static variables]]></category>
		<category><![CDATA[topic]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=4</guid>
		<description><![CDATA[I told a colleague “I&#8217;m going to use JMS topics to solve this problem”. His answer was: “SAP in combination with JMS&#8230; you don&#8217;t want to go there.”. Based on the fact that several SAP applications which use JMS seem &#8230; <a href="http://www.markvandenbergh.com/archives/4/jms-and-sap-avoid-this-combination/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/4/jms-and-sap-avoid-this-combination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

