<?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>Pro-Tek Blog &#187; Java Collection</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/category/java-collection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>HOW CAN YOU INJECT JAVA COLLECTION IN SPRING?</title>
		<link>http://www.pro-tekconsulting.com/blog/how-can-you-inject-java-collection-in-spring/</link>
		<comments>http://www.pro-tekconsulting.com/blog/how-can-you-inject-java-collection-in-spring/#comments</comments>
		<pubDate>Thu, 08 Jun 2017 04:07:59 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Java Collection]]></category>
		<category><![CDATA[Java Collection in Spring]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2012</guid>
		<description><![CDATA[<p>How can you inject Java Collection in Spring? Spring offers four types of collection configuration elements which are as follows :- &#60;list&#62; − This helps in wiring i.e. injecting a list of values, allowing duplicates. &#60;set&#62; − This helps in wiring a set of values but without any duplicates. &#60;map&#62;− This can be used to [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/how-can-you-inject-java-collection-in-spring/">HOW CAN YOU INJECT JAVA COLLECTION IN SPRING?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>How can you inject Java Collection in Spring?</h4>
<p>Spring offers four types of collection configuration elements which are as follows :-</p>
<p>&lt;list&gt; − This helps in wiring i.e. injecting a list of values, allowing duplicates.</p>
<p>&lt;set&gt; − This helps in wiring a set of values but without any duplicates.</p>
<p><span style="font-size: 1rem;">&lt;map&gt;− This can be used to inject a collection of name-value pairs where name and value can be of any type.</span></p>
<map>&lt;props&gt;− This can be used to inject a collection of name-value pairs where the name and value are both Strings. </map>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/how-can-you-inject-java-collection-in-spring/">HOW CAN YOU INJECT JAVA COLLECTION IN SPRING?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/how-can-you-inject-java-collection-in-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
