<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://rasimsen.com/index.php?action=history&amp;feed=atom&amp;title=The_Spring_IoC_Container</id>
	<title>The Spring IoC Container - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://rasimsen.com/index.php?action=history&amp;feed=atom&amp;title=The_Spring_IoC_Container"/>
	<link rel="alternate" type="text/html" href="http://rasimsen.com/index.php?title=The_Spring_IoC_Container&amp;action=history"/>
	<updated>2026-04-23T05:54:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>http://rasimsen.com/index.php?title=The_Spring_IoC_Container&amp;diff=175&amp;oldid=prev</id>
		<title>Rasimsen: Created page with &quot;An IoC container is a common characteristic of frameworks that implement IoC.  In the Spring framework, the IoC container is represented by the interface &#039;&#039;&#039;ApplicationContext...&quot;</title>
		<link rel="alternate" type="text/html" href="http://rasimsen.com/index.php?title=The_Spring_IoC_Container&amp;diff=175&amp;oldid=prev"/>
		<updated>2018-06-03T11:19:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;An IoC container is a common characteristic of frameworks that implement IoC.  In the Spring framework, the IoC container is represented by the interface &amp;#039;&amp;#039;&amp;#039;ApplicationContext...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;An IoC container is a common characteristic of frameworks that implement IoC.&lt;br /&gt;
&lt;br /&gt;
In the Spring framework, the IoC container is represented by the interface &amp;#039;&amp;#039;&amp;#039;ApplicationContext&amp;#039;&amp;#039;&amp;#039;. &amp;#039;&amp;#039;&amp;#039;The Spring container is responsible for instantiating, configuring and assembling objects known as beans, as well as managing their lifecycle.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The Spring framework provides several implementations of the ApplicationContext interface &lt;br /&gt;
*— ClassPathXmlApplicationContext and FileSystemXmlApplicationContext for standalone applications, &lt;br /&gt;
*— WebApplicationContext for web applications.&lt;br /&gt;
&lt;br /&gt;
In order to assemble beans, the container uses &amp;#039;&amp;#039;&amp;#039;configuration metadata&amp;#039;&amp;#039;&amp;#039;, which can be in the form of &amp;#039;&amp;#039;&amp;#039;XML configuration&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;annotations&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Here’s one way to manually instantiate a container:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
ApplicationContext context = new ClassPathXmlApplicationContext(&amp;quot;applicationContext.xml&amp;quot;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rasimsen</name></author>
		
	</entry>
</feed>