<?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 on: Playing with JSR 299 &#8211; Web Beans</title>
	<atom:link href="http://codemonkeyism.com/playing-with-jsr-299-web-beans/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemonkeyism.com/playing-with-jsr-299-web-beans/</link>
	<description></description>
	<lastBuildDate>Mon, 15 Mar 2010 13:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/playing-with-jsr-299-web-beans/comment-page-1/#comment-58423</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Wed, 27 Feb 2008 08:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2008/02/24/playing-with-jsr-299-web-beans/#comment-58423</guid>
		<description>WebBeans applies to all application layers though I guess you could integrate it with Spring or Guice should that be needed. But Web Beans is just a DI container.</description>
		<content:encoded><![CDATA[<p>WebBeans applies to all application layers though I guess you could integrate it with Spring or Guice should that be needed. But Web Beans is just a DI container.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djo.mos</title>
		<link>http://codemonkeyism.com/playing-with-jsr-299-web-beans/comment-page-1/#comment-58245</link>
		<dc:creator>djo.mos</dc:creator>
		<pubDate>Tue, 26 Feb 2008 10:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2008/02/24/playing-with-jsr-299-web-beans/#comment-58245</guid>
		<description>Hi there,
  Looks promising !
  By the way, I want to mention that you can achieve this using Spring 2.5, but the bottleneck is configuration (you have to add two Spring listeners in web.xml, declare Spring el-resolver in faces-config.xml, some gore stuff in applicationContext.xml), bu once that done, it&#039;s a joy:

@Controller(&quot;sthng&quot;)
@Scope(&quot;session&quot;)
public class Something {
 ...
}

and the in a JSF page:

#{sthng.somField}

BTW, does WebBeans extend to all application layers ? I mean with Spring I can manage also my DAOS and my Service layer   le DI betwwen them. But I guess WebBeans are limited to the Controller/View layer ...


Cheers :D</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
  Looks promising !<br />
  By the way, I want to mention that you can achieve this using Spring 2.5, but the bottleneck is configuration (you have to add two Spring listeners in web.xml, declare Spring el-resolver in faces-config.xml, some gore stuff in applicationContext.xml), bu once that done, it&#8217;s a joy:</p>
<p>@Controller(&#8220;sthng&#8221;)<br />
@Scope(&#8220;session&#8221;)<br />
public class Something {<br />
 &#8230;<br />
}</p>
<p>and the in a JSF page:</p>
<p>#{sthng.somField}</p>
<p>BTW, does WebBeans extend to all application layers ? I mean with Spring I can manage also my DAOS and my Service layer   le DI betwwen them. But I guess WebBeans are limited to the Controller/View layer &#8230;</p>
<p>Cheers :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adding Web Beans JSR 299 to Jersey for REST at Stephans Blog</title>
		<link>http://codemonkeyism.com/playing-with-jsr-299-web-beans/comment-page-1/#comment-58013</link>
		<dc:creator>Adding Web Beans JSR 299 to Jersey for REST at Stephans Blog</dc:creator>
		<pubDate>Mon, 25 Feb 2008 10:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2008/02/24/playing-with-jsr-299-web-beans/#comment-58013</guid>
		<description>[...] No signal, no noise.           &#171; Playing with JSR 299 - Web Beans [...]</description>
		<content:encoded><![CDATA[<p>[...] No signal, no noise.           &laquo; Playing with JSR 299 &#8211; Web Beans [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/playing-with-jsr-299-web-beans/comment-page-1/#comment-58003</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Mon, 25 Feb 2008 09:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2008/02/24/playing-with-jsr-299-web-beans/#comment-58003</guid>
		<description>@Stefan: Yes it will. It makes development of a web layer below a UI toolkit much easier.</description>
		<content:encoded><![CDATA[<p>@Stefan: Yes it will. It makes development of a web layer below a UI toolkit much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://codemonkeyism.com/playing-with-jsr-299-web-beans/comment-page-1/#comment-58000</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Mon, 25 Feb 2008 09:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2008/02/24/playing-with-jsr-299-web-beans/#comment-58000</guid>
		<description>Can not believe you found this. Once it is final it will simplify web development a lot - especially for larger applications.

Thanks for the hint!
Stefan</description>
		<content:encoded><![CDATA[<p>Can not believe you found this. Once it is final it will simplify web development a lot &#8211; especially for larger applications.</p>
<p>Thanks for the hint!<br />
Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/playing-with-jsr-299-web-beans/comment-page-1/#comment-57965</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Mon, 25 Feb 2008 05:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2008/02/24/playing-with-jsr-299-web-beans/#comment-57965</guid>
		<description>Sure I do :-) Thanks for Web Beans.</description>
		<content:encoded><![CDATA[<p>Sure I do :-) Thanks for Web Beans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ferg</title>
		<link>http://codemonkeyism.com/playing-with-jsr-299-web-beans/comment-page-1/#comment-57914</link>
		<dc:creator>ferg</dc:creator>
		<pubDate>Sun, 24 Feb 2008 22:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2008/02/24/playing-with-jsr-299-web-beans/#comment-57914</guid>
		<description>Yeah, well, we&#039;re not very good at self-promotion :)

Stephan, if you get some time, it would be great if you can report the problems at http://bugs.caucho.com.  Some of these things are easy to fix, but just hit a blind spot in our testing.</description>
		<content:encoded><![CDATA[<p>Yeah, well, we&#8217;re not very good at self-promotion :)</p>
<p>Stephan, if you get some time, it would be great if you can report the problems at <a href="http://bugs.caucho.com" rel="nofollow">http://bugs.caucho.com</a>.  Some of these things are easy to fix, but just hit a blind spot in our testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/playing-with-jsr-299-web-beans/comment-page-1/#comment-57853</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Sun, 24 Feb 2008 14:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2008/02/24/playing-with-jsr-299-web-beans/#comment-57853</guid>
		<description>Yes, at Caucho a lot of things seem to happen, all of them under the radar (except sometimes glimpses like the TerraCotta enabled Quercus Drupal version by Bob I think). Currently playing with a Web Beans enabled Jersey. Nice stuff.</description>
		<content:encoded><![CDATA[<p>Yes, at Caucho a lot of things seem to happen, all of them under the radar (except sometimes glimpses like the TerraCotta enabled Quercus Drupal version by Bob I think). Currently playing with a Web Beans enabled Jersey. Nice stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://codemonkeyism.com/playing-with-jsr-299-web-beans/comment-page-1/#comment-57800</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sun, 24 Feb 2008 09:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2008/02/24/playing-with-jsr-299-web-beans/#comment-57800</guid>
		<description>I&#039;m astonished too...
How come this implementation went under the radar like that?
Great news, finally being able to play with this Web Beans!</description>
		<content:encoded><![CDATA[<p>I&#8217;m astonished too&#8230;<br />
How come this implementation went under the radar like that?<br />
Great news, finally being able to play with this Web Beans!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
