<?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>Just Java &#187; Guice</title>
	<atom:link href="http://blog.cedarsoft.com/category/java/guice/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cedarsoft.com</link>
	<description>Johannes Schneider (cedarsoft GmbH) about Java and related stuff</description>
	<lastBuildDate>Wed, 25 Aug 2010 09:46:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Guice: Injecting Method Interceptors</title>
		<link>http://blog.cedarsoft.com/2007/09/guice-injecting-method-interceptors/</link>
		<comments>http://blog.cedarsoft.com/2007/09/guice-injecting-method-interceptors/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 22:35:16 +0000</pubDate>
		<dc:creator>johannes</dc:creator>
				<category><![CDATA[Guice]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.cedarsoft.com/?p=13</guid>
		<description><![CDATA[I am a big fan of Guice. Unfortunately Guice is not complete yet. There are several features that should be added as fast as possible &#8211; so everybody is waiting for version 1.1.
Tim Peierls has posted an interesting article about injecting method interceptors. Take a look &#8211; this  is definitely worth a look.
http://tembrel.blogspot.com/2007/09/injecting-method-interceptors-in-guice.html
One of ]]></description>
			<content:encoded><![CDATA[<p>I am a big fan of Guice. Unfortunately Guice is not complete yet. There are several features that should be added as fast as possible &#8211; so everybody is waiting for version 1.1.</p>
<p>Tim Peierls has posted an interesting article about injecting method interceptors. Take a look &#8211; this  is definitely worth a look.</p>
<p><a href="http://tembrel.blogspot.com/2007/09/injecting-method-interceptors-in-guice.html" target="_blank">http://tembrel.blogspot.com/2007/09/injecting-method-interceptors-in-guice.html</a></p>
<p>One of the main problems of Guice is that it is so different than Spring (but better). Several problems require a different approach than what an old Spring user expects. Because of that fact is is very inspirating to see people doing such things with Guice.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.cedarsoft.com/2007/09/google-releases-some-nice-code/" rel="bookmark" class="crp_title">Google releases some nice code&#8230;</a></li><li><a href="http://blog.cedarsoft.com/2008/01/generics-and-collections-done-right-1-foolproof-step/" rel="bookmark" class="crp_title">Generics and Collections done right (1 foolproof step)&#8230;</a></li><li><a href="http://blog.cedarsoft.com/2007/09/db4o-speed-improvements/" rel="bookmark" class="crp_title">db4o speed improvements</a></li><li><a href="http://blog.cedarsoft.com/2010/08/code-generation-done-right/" rel="bookmark" class="crp_title">Code Generation done right&#8230;</a></li><li><a href="http://blog.cedarsoft.com/2010/01/top-10-why-subversion-is-better-than-git/" rel="bookmark" class="crp_title">Top 10: Why Subversion is better than Git</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.cedarsoft.com/2007/09/guice-injecting-method-interceptors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google releases some nice code&#8230;</title>
		<link>http://blog.cedarsoft.com/2007/09/google-releases-some-nice-code/</link>
		<comments>http://blog.cedarsoft.com/2007/09/google-releases-some-nice-code/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 22:34:44 +0000</pubDate>
		<dc:creator>johannes</dc:creator>
				<category><![CDATA[Guice]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Collections]]></category>
		<category><![CDATA[DI]]></category>

		<guid isPermaLink="false">http://blog.cedarsoft.com/?p=11</guid>
		<description><![CDATA[Google Guice is a really great Dependency Injection Framework and worth a look. Especially the performance and &#8211; much more important &#8211; the configuration using Java code in a very  intuitive form are great features.
They have now released another project that can be very, very helpful. It is called Google Collections and provides some ]]></description>
			<content:encoded><![CDATA[<p>Google Guice is a really great Dependency Injection Framework and worth a look. Especially the performance and &#8211; much more important &#8211; the configuration using Java code in a very  intuitive form are great features.</p>
<p>They have now released another <a href="http://code.google.com/p/google-collections/" target="_blank">project</a> that can be very, very helpful. It is called <a href="http://code.google.com/p/google-collections/" target="_blank">Google Collections</a> and provides some small but helpful classes.</p>
<p>A series describing the details can be found here:<br />
<a href="http://publicobject.com/2007/09/coding-in-small-with-google-collections_08.html" target="_blank">http://publicobject.com/2007/09/coding-in-small-with-google-collections_08.html</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.cedarsoft.com/2010/01/google-collections-released-finally/" rel="bookmark" class="crp_title">Google Collections released (finally)</a></li><li><a href="http://blog.cedarsoft.com/2010/07/javafx2java-bridge-added-to-jfxtras-step-2/" rel="bookmark" class="crp_title">JavaFX2Java Bridge added to JFXtras (step 2)</a></li><li><a href="http://blog.cedarsoft.com/2007/09/guice-injecting-method-interceptors/" rel="bookmark" class="crp_title">Guice: Injecting Method Interceptors</a></li><li><a href="http://blog.cedarsoft.com/2010/04/javafx-1-3-is-available/" rel="bookmark" class="crp_title">JavaFX 1.3 is available&#8230;</a></li><li><a href="http://blog.cedarsoft.com/2007/09/db4o-speed-improvements/" rel="bookmark" class="crp_title">db4o speed improvements</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.cedarsoft.com/2007/09/google-releases-some-nice-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
