<?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; Bean in Spring Application</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/bean-in-spring-application/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 TO ADD A BEAN IN SPRING APPLICATION?</title>
		<link>http://www.pro-tekconsulting.com/blog/how-to-add-a-bean-in-spring-application/</link>
		<comments>http://www.pro-tekconsulting.com/blog/how-to-add-a-bean-in-spring-application/#comments</comments>
		<pubDate>Thu, 08 Jun 2017 04:13:13 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Spring Application]]></category>
		<category><![CDATA[Bean in Spring Application]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2014</guid>
		<description><![CDATA[<p>How to add a bean in spring application? Check the following example − &#60;?xml version = &#8220;1.0&#8221; encoding = &#8220;UTF-8&#8243;?&#62; &#60;beans xmlns = &#8220;http://www.springframework.org/schema/beans&#8221; xmlns:xsi = &#8220;http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:schemaLocation = &#8220;http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd&#8221;&#62; &#60;bean id = &#8220;helloWorld&#8221; class = &#8220;com.tutorialspoint.HelloWorld&#8221;&#62; &#60;property name = &#8220;message&#8221; value = &#8220;Hello World!&#8221;/&#62; &#60;/bean&#62; &#60;/beans&#62;</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/how-to-add-a-bean-in-spring-application/">HOW TO ADD A BEAN IN SPRING APPLICATION?</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 to add a bean in spring application?</h4>
<p>Check the following example −</p>
<p>&lt;?xml version = &#8220;1.0&#8221; encoding = &#8220;UTF-8&#8243;?&gt;<br />
&lt;beans xmlns = &#8220;http://www.springframework.org/schema/beans&#8221;<br />
xmlns:xsi = &#8220;http://www.w3.org/2001/XMLSchema-instance&#8221;<br />
xsi:schemaLocation = &#8220;http://www.springframework.org/schema/beans<br />
http://www.springframework.org/schema/beans/spring-beans.xsd&#8221;&gt;</p>
<p>&lt;bean id = &#8220;helloWorld&#8221; class = &#8220;com.tutorialspoint.HelloWorld&#8221;&gt;<br />
&lt;property name = &#8220;message&#8221; value = &#8220;Hello World!&#8221;/&gt;<br />
&lt;/bean&gt;</p>
<p>&lt;/beans&gt;</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/how-to-add-a-bean-in-spring-application/">HOW TO ADD A BEAN IN SPRING APPLICATION?</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-to-add-a-bean-in-spring-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
