<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
	<title>Хабрахабр / Комментарии к посту «Spring IoC Annotation-based configuration, часть 2» в блоге «JAVA»</title>
	<link>http://habrahabr.ru/rss/post/48606/</link>
	<description><![CDATA[Новые комментарии к посту «Spring IoC Annotation-based configuration, часть 2» в блоге «JAVA»]]></description>
	<language>ru</language>
	<managingEditor>editor@habrahabr.ru</managingEditor>
	<generator>habrahabr.ru</generator>
	<pubDate>Sat, 11 Feb 2012 08:58:19 GMT</pubDate>
	<lastBuildDate></lastBuildDate>
	<image>
		<link>http://habrahabr.ru/</link>
		<url>http://habrahabr.ru/i/logo.gif</url>
		<title>Хабрахабр</title>
	</image>
	

	
	
	
	
	
		
	
		<item>
			<title>04.02.2010 12:34:11 MaEcTPo</title>
			<guid isPermaLink="true">http://habrahabr.ru/blogs/java/48606/#comment_2472479</guid>
			<link>http://habrahabr.ru/blogs/java/48606/#comment_2472479</link>
			<description><![CDATA[А вы можете осветить тему про OpenSessionInViewInterceptor, OpenSessionInViewFilter?<br/>
Думаю, что пока вы напишете — я найду решение свой проблемы, но потом другим людям полезно будет.<br/>
<br/>
Спасибо.]]></description>
			<pubDate>Thu, 04 Feb 2010 12:34:11 GMT</pubDate>
			<author>MaEcTPo</author>
		</item>
	

	
		<item>
			<title>24.01.2009 08:37:14 sedovmik</title>
			<guid isPermaLink="true">http://habrahabr.ru/blogs/java/48606/#comment_1313734</guid>
			<link>http://habrahabr.ru/blogs/java/48606/#comment_1313734</link>
			<description><![CDATA[Я думаю здорово было бы отметить <a href="http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#beans-autowired-annotation">как работает @Autowired для множества бинов</a>. <br/>
Если есть некий интерфейс A и несколько бинов, реализующих этот интерфейс заавтовайрить можно их всех: <br/>
<br/>
<pre>
@Autowired
private Set&lt;A&gt; aSet;
</pre><br/>
btw, автовайринг одного бина по типу A приведёт к исключению.]]></description>
			<pubDate>Sat, 24 Jan 2009 08:37:14 GMT</pubDate>
			<author>sedovmik</author>
		</item>
	

	
		<item>
			<title>10.01.2009 23:52:38 sirus</title>
			<guid isPermaLink="true">http://habrahabr.ru/blogs/java/48606/#comment_1266810</guid>
			<link>http://habrahabr.ru/blogs/java/48606/#comment_1266810</link>
			<description><![CDATA[да, с приходом аннотаций программировать стало гораздо приятнее, много черновой работы убирается. Мне раньше не очень нравился Spring, но когда узнал как работают аннотации в версии 2.5 — любовь на веки.<br/>
<br/>
Вот примерчик моего рабочего кода<br/>
<blockquote><code><font color="black">  @RequestMapping(<font color="#0000ff">value</font> = <font color="#A31515">&quot;/compset_analysis&quot;</font>, <font color="#0000ff">params</font> = {<font color="#A31515">&quot;action=hotel-etalons&quot;</font>})<br/>
<font color="#0000ff">public</font> ModelAndView getApprovedMarket(@RequestParam(required = <font color="#0000ff">false</font>) <font color="#2B91AF">String</font> market, @Qualifier HotelEtalonsCompSetAnalysisView etalonsView){<br/>
...<br/>
}</font><br/>
<br/>
<font color="gray">* This source code was highlighted with <a href="http://virtser.net/blog/post/source-code-highlighter.aspx"><font color="gray">Source Code Highlighter</font></a>.</font></code></blockquote><br/>
<br/>
обратите внимание как передается параметр @Qualifier HotelEtalonsCompSetAnalysisView etalonsView<br/>
<br/>
автору, спасибо. <br/>
идем дальше? сможете осветить тему про Lazy, @Transaction, OpenSessionInViewInterceptor, OpenSessionInViewFilter<br/>
<br/>
]]></description>
			<pubDate>Sat, 10 Jan 2009 23:52:38 GMT</pubDate>
			<author>sirus</author>
		</item>
	

	
</channel>
</rss>

