<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Technophile Blog</title>
	<atom:link href="http://gordondickens.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gordondickens.com/wordpress</link>
	<description>Random geek topics on open source Java technologies</description>
	<lastBuildDate>Sun, 07 Apr 2013 21:18:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Sawing through the Java Loggers by Übersicht über Java Logging-Frameworks &#124; neuesausfreaktown</title>
		<link>http://gordondickens.com/wordpress/2013/03/27/sawing-through-the-java-loggers/comment-page-1/#comment-1508</link>
		<dc:creator>Übersicht über Java Logging-Frameworks &#124; neuesausfreaktown</dc:creator>
		<pubDate>Sun, 07 Apr 2013 21:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://gordondickens.com/wordpress/?p=304#comment-1508</guid>
		<description><![CDATA[[...] Dickens hat in seinem Blog-Post Sawing through the Java Loggers mal die aktuellen Logging Frameworks der Java Welt [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Dickens hat in seinem Blog-Post Sawing through the Java Loggers mal die aktuellen Logging Frameworks der Java Welt [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sawing through the Java Loggers by Gordon</title>
		<link>http://gordondickens.com/wordpress/2013/03/27/sawing-through-the-java-loggers/comment-page-1/#comment-1495</link>
		<dc:creator>Gordon</dc:creator>
		<pubDate>Tue, 02 Apr 2013 13:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://gordondickens.com/wordpress/?p=304#comment-1495</guid>
		<description><![CDATA[Unless you are including closed-source projects, you can find out what the internal logging framework.  I have not found an issue with this yet.  

Using Maven you can determine the dependencies via &lt;code&gt;mvn dependency:tree&lt;/code&gt;.  This is an essential tool in Maven for determining and managing transitive dependencies.

As for Tomcat,  See the links for my Enterprise Spring Best Practices blog for code samples on how to use SLF4j and Logback with the Maven plugin.  If you want to know how to configure Tomcat standalone, I can provide detail on that also.

Regards,
Gordon]]></description>
		<content:encoded><![CDATA[<p>Unless you are including closed-source projects, you can find out what the internal logging framework.  I have not found an issue with this yet.  </p>
<p>Using Maven you can determine the dependencies via <code>mvn dependency:tree</code>.  This is an essential tool in Maven for determining and managing transitive dependencies.</p>
<p>As for Tomcat,  See the links for my Enterprise Spring Best Practices blog for code samples on how to use SLF4j and Logback with the Maven plugin.  If you want to know how to configure Tomcat standalone, I can provide detail on that also.</p>
<p>Regards,<br />
Gordon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sawing through the Java Loggers by Frisian</title>
		<link>http://gordondickens.com/wordpress/2013/03/27/sawing-through-the-java-loggers/comment-page-1/#comment-1492</link>
		<dc:creator>Frisian</dc:creator>
		<pubDate>Tue, 02 Apr 2013 08:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://gordondickens.com/wordpress/?p=304#comment-1492</guid>
		<description><![CDATA[In the first paragraph you talk about applications, yet you look at the logging choices from a library author&#039;s perspective. For libraries, SL4J and commons.logging are a reasonable choice, because one never knows, which logging framework is used inside the application that includes the library.
With an application, things are a bit different, though: especially with web applications you want to have isolated per-application settings. Surprisingly, JDK logging is your friend here. Look at the Tomcat LogManager implementation for an example on how to achieve this without hassle. Besides, x4juli provides most of the stuff log4j offers and JDK logging misses.]]></description>
		<content:encoded><![CDATA[<p>In the first paragraph you talk about applications, yet you look at the logging choices from a library author&#8217;s perspective. For libraries, SL4J and commons.logging are a reasonable choice, because one never knows, which logging framework is used inside the application that includes the library.<br />
With an application, things are a bit different, though: especially with web applications you want to have isolated per-application settings. Surprisingly, JDK logging is your friend here. Look at the Tomcat LogManager implementation for an example on how to achieve this without hassle. Besides, x4juli provides most of the stuff log4j offers and JDK logging misses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sawing through the Java Loggers by Christian</title>
		<link>http://gordondickens.com/wordpress/2013/03/27/sawing-through-the-java-loggers/comment-page-1/#comment-1481</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Fri, 29 Mar 2013 08:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://gordondickens.com/wordpress/?p=304#comment-1481</guid>
		<description><![CDATA[Hi, 

nice article, but you are wrong on your log4j impression. There is a log4j 2.0 in the making and its already pretty good:
http://logging.apache.org/log4j/2.x

Also see:
http://logging.apache.org/log4j/2.x

Cheers,
Christian]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>nice article, but you are wrong on your log4j impression. There is a log4j 2.0 in the making and its already pretty good:<br />
<a href="http://logging.apache.org/log4j/2.x" rel="nofollow">http://logging.apache.org/log4j/2.x</a></p>
<p>Also see:<br />
<a href="http://logging.apache.org/log4j/2.x" rel="nofollow">http://logging.apache.org/log4j/2.x</a></p>
<p>Cheers,<br />
Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enterprise Spring Best Practices &#8211; Part 1 &#8211; Project Config by Sawing through the Java Loggers &#124; Technophile Blog</title>
		<link>http://gordondickens.com/wordpress/2012/07/03/enterprise-spring-best-practices-part-1-project-config/comment-page-1/#comment-1473</link>
		<dc:creator>Sawing through the Java Loggers &#124; Technophile Blog</dc:creator>
		<pubDate>Thu, 28 Mar 2013 02:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://gordondickens.com/wordpress/?p=1501#comment-1473</guid>
		<description><![CDATA[[...] See: Enterprise Spring Best Practices Blog [...]]]></description>
		<content:encoded><![CDATA[<p>[...] See: Enterprise Spring Best Practices Blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database Configuration with Spring 3.2 Environment Profiles by Neale Upstone</title>
		<link>http://gordondickens.com/wordpress/2013/02/28/database-config-spring-3-2-environment-profiles/comment-page-1/#comment-1470</link>
		<dc:creator>Neale Upstone</dc:creator>
		<pubDate>Wed, 27 Mar 2013 11:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://gordondickens.com/wordpress/?p=1769#comment-1470</guid>
		<description><![CDATA[Gordon, I’m finding answers on your blog far too often.

As part of a conversion to use Liquibase (from manual schema management), and while part way through conversion to Java configuration, the your SpEL above inspired the following entry in my Hibernate properties:

&lt;code&gt;
&lt;prop key=&quot;hibernate.hbm2ddl.auto&quot;&gt;#{ environment.acceptsProfiles(&#039;liquibase&#039;) ? &#039;none&#039; : environment[&#039;hibernate.hbm2ddl&#039;] }&lt;/prop&gt;
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Gordon, I’m finding answers on your blog far too often.</p>
<p>As part of a conversion to use Liquibase (from manual schema management), and while part way through conversion to Java configuration, the your SpEL above inspired the following entry in my Hibernate properties:</p>
<p><code><br />
&lt;prop key="hibernate.hbm2ddl.auto"&gt;#{ environment.acceptsProfiles('liquibase') ? 'none' : environment['hibernate.hbm2ddl'] }&lt;/prop&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simpler JPA with Spring Data-JPA by henry harles</title>
		<link>http://gordondickens.com/wordpress/2011/08/01/simpler-jpa-with-spring-data-jpa/comment-page-1/#comment-1453</link>
		<dc:creator>henry harles</dc:creator>
		<pubDate>Fri, 22 Mar 2013 21:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://gordondickens.com/wordpress/?p=1093#comment-1453</guid>
		<description><![CDATA[Can you just provide the spring data jpa small application
Examlle using xml configuration only not with @autowire over repository it should be injected only with xml only]]></description>
		<content:encoded><![CDATA[<p>Can you just provide the spring data jpa small application<br />
Examlle using xml configuration only not with @autowire over repository it should be injected only with xml only</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simpler JPA with Spring Data-JPA by Stephane</title>
		<link>http://gordondickens.com/wordpress/2011/08/01/simpler-jpa-with-spring-data-jpa/comment-page-1/#comment-1434</link>
		<dc:creator>Stephane</dc:creator>
		<pubDate>Fri, 15 Mar 2013 08:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://gordondickens.com/wordpress/?p=1093#comment-1434</guid>
		<description><![CDATA[I&#039;m surprised to see a: extends ProductService instead of an: implements ProductService]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m surprised to see a: extends ProductService instead of an: implements ProductService</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring 3.1 Environment Profiles by Database Configuration with Spring 3.2 Environment Profiles &#124; Technophile Blog</title>
		<link>http://gordondickens.com/wordpress/2012/06/12/spring-3-1-environment-profiles/comment-page-1/#comment-1404</link>
		<dc:creator>Database Configuration with Spring 3.2 Environment Profiles &#124; Technophile Blog</dc:creator>
		<pubDate>Thu, 28 Feb 2013 19:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://gordondickens.com/wordpress/?p=1405#comment-1404</guid>
		<description><![CDATA[[...] This is a followup to my previous blog Spring 3.1 Environment Profiles [...]]]></description>
		<content:encoded><![CDATA[<p>[...] This is a followup to my previous blog Spring 3.1 Environment Profiles [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Expression Language (SpEL) Predefined Variables by Gordon</title>
		<link>http://gordondickens.com/wordpress/2011/05/12/spring-expression-language-spel-predefined-variables/comment-page-1/#comment-1403</link>
		<dc:creator>Gordon</dc:creator>
		<pubDate>Thu, 28 Feb 2013 15:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://gordondickens.com/wordpress/?p=903#comment-1403</guid>
		<description><![CDATA[Jorge,

That is now part of the Environment bean which you can autowire into your Spring classes &amp; tests.

&lt;code&gt;@Autowired
Environment environment&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Jorge,</p>
<p>That is now part of the Environment bean which you can autowire into your Spring classes &#038; tests.</p>
<p><code>@Autowired<br />
Environment environment</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
