<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Spring Framework Certification Guide</title>
	<atom:link href="http://springframeworkcertification.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://springframeworkcertification.wordpress.com</link>
	<description>Express Yourself...</description>
	<lastBuildDate>Mon, 07 Sep 2009 12:41:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='springframeworkcertification.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Spring Framework Certification Guide</title>
		<link>http://springframeworkcertification.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://springframeworkcertification.wordpress.com/osd.xml" title="Spring Framework Certification Guide" />
	<atom:link rel='hub' href='http://springframeworkcertification.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Spring: Security Basics</title>
		<link>http://springframeworkcertification.wordpress.com/2009/09/07/spring-security-basics/</link>
		<comments>http://springframeworkcertification.wordpress.com/2009/09/07/spring-security-basics/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 12:35:19 +0000</pubDate>
		<dc:creator>Abdul Aziz</dc:creator>
				<category><![CDATA[Integration-with-Enterprise-Services]]></category>

		<guid isPermaLink="false">http://springframeworkcertification.wordpress.com/2009/09/07/spring-security-basics/</guid>
		<description><![CDATA[Spring Security is a security framework that provides declarative security for your Spring-based applications. It provides handling authentication and authorization, at both the web request level and at the method invocation level. For securing web applications, Spring Security uses servlet filters that intercept servlet requests to perform authentication and enforce security. When securing methods, Spring [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=springframeworkcertification.wordpress.com&amp;blog=9288978&amp;post=17&amp;subd=springframeworkcertification&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://springframeworkcertification.wordpress.com/2009/09/07/spring-security-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Abdul Aziz</media:title>
		</media:content>
	</item>
		<item>
		<title>Hibernate with Spring</title>
		<link>http://springframeworkcertification.wordpress.com/2009/09/03/hibernate-with-spring/</link>
		<comments>http://springframeworkcertification.wordpress.com/2009/09/03/hibernate-with-spring/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:50:59 +0000</pubDate>
		<dc:creator>Abdul Aziz</dc:creator>
				<category><![CDATA[Implementing-Enterprise-Information-Connectivity]]></category>

		<guid isPermaLink="false">http://springframeworkcertification.wordpress.com/2009/09/03/hibernate-with-spring/</guid>
		<description><![CDATA[Spring&#8217;s support for ORM frameworks provides integration points to the frameworks as well as some additional services: Integrated support for Spring declarative transactions Transparent exception handling Thread-safe, lightweight template classes DAO support classes Resource management Using Hibernate templates The following XML shows how to configure a HibernateTemplate in spring: &#60;bean id=&#8220;transactionManager&#8221; class=&#8220;org.springframework.orm.hibernate3.HibernateTransactionManager&#8221;&#62; &#60;property name=&#8220;sessionFactory&#8221; ref=&#8220;sessionFactory&#8221;/&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=springframeworkcertification.wordpress.com&amp;blog=9288978&amp;post=13&amp;subd=springframeworkcertification&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://springframeworkcertification.wordpress.com/2009/09/03/hibernate-with-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Abdul Aziz</media:title>
		</media:content>
	</item>
		<item>
		<title>JDBC with Spring</title>
		<link>http://springframeworkcertification.wordpress.com/2009/09/03/jdbc-with-spring/</link>
		<comments>http://springframeworkcertification.wordpress.com/2009/09/03/jdbc-with-spring/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:05:19 +0000</pubDate>
		<dc:creator>Abdul Aziz</dc:creator>
				<category><![CDATA[Effective-Middle-Tier-Architecture]]></category>

		<guid isPermaLink="false">http://springframeworkcertification.wordpress.com/2009/09/03/jdbc-with-spring/</guid>
		<description><![CDATA[For JDBC, spring comes with three template classes to choose from as following:   JdbcTemplate—the most basic of Spring&#8217;s JDBC templates, this class provides simple access to a database through JDBC and simple indexed-parameter queries. NamedParameterJdbcTemplate—This JDBC template class enables you to perform queries where values are bound to named parameters in SQL, rather than [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=springframeworkcertification.wordpress.com&amp;blog=9288978&amp;post=12&amp;subd=springframeworkcertification&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://springframeworkcertification.wordpress.com/2009/09/03/jdbc-with-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Abdul Aziz</media:title>
		</media:content>
	</item>
		<item>
		<title>SPRING: Datasource Configurations</title>
		<link>http://springframeworkcertification.wordpress.com/2009/09/03/spring-datasource-configurations/</link>
		<comments>http://springframeworkcertification.wordpress.com/2009/09/03/spring-datasource-configurations/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 13:34:52 +0000</pubDate>
		<dc:creator>Abdul Aziz</dc:creator>
				<category><![CDATA[Effective-Middle-Tier-Architecture]]></category>

		<guid isPermaLink="false">http://springframeworkcertification.wordpress.com/2009/09/03/spring-datasource-configurations/</guid>
		<description><![CDATA[Spring provides several options for making a DataSource available to your application. 1) Getting a DataSource from JNDI &#60;bean id=&#8221;dataSource&#8221; class=&#8221;org.springframework.jndi.JndiObjectFactoryBean&#8220;&#62; &#60;property name=&#8221;jndiName&#8221;&#62; &#60;value&#62;java:comp/env/jdbc/myDatasource&#60;/value&#62; &#60;/property&#62; &#60;/bean&#62; OR &#60;jee:jndi-lookup id=&#8221;dataSource&#8221; jndi-name=&#8221;/jdbc/RantzDatasource&#8221; resource-ref=&#8221;true&#8221; /&#62;   We have now wired in our server&#8217;s DataSource and its connection pooling facility 2) Creating a DataSource connection pool &#60;bean id=&#8220;myDataSource&#8221; class=&#8220;com.mchange.v2.c3p0.ComboPooledDataSource&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=springframeworkcertification.wordpress.com&amp;blog=9288978&amp;post=11&amp;subd=springframeworkcertification&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://springframeworkcertification.wordpress.com/2009/09/03/spring-datasource-configurations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Abdul Aziz</media:title>
		</media:content>
	</item>
		<item>
		<title>Spring: AOP</title>
		<link>http://springframeworkcertification.wordpress.com/2009/09/03/spring-aop/</link>
		<comments>http://springframeworkcertification.wordpress.com/2009/09/03/spring-aop/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 12:25:23 +0000</pubDate>
		<dc:creator>Abdul Aziz</dc:creator>
				<category><![CDATA[Effective-Middle-Tier-Architecture]]></category>

		<guid isPermaLink="false">http://springframeworkcertification.wordpress.com/2009/09/03/spring-aop/</guid>
		<description><![CDATA[Any functionality that exists in an application, but cannot be added in a desirable way is called a cross-cutting concern. That cross-cutting concern is called aspect-oriented programming (AOP). It deals with the functionality in applications that cannot be efficiently implemented with pure object-oriented techniques. One of the core features of AOP frameworks is implementing cross-cutting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=springframeworkcertification.wordpress.com&amp;blog=9288978&amp;post=7&amp;subd=springframeworkcertification&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://springframeworkcertification.wordpress.com/2009/09/03/spring-aop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Abdul Aziz</media:title>
		</media:content>
	</item>
		<item>
		<title>Spring: Beans</title>
		<link>http://springframeworkcertification.wordpress.com/2009/09/02/spring-beans/</link>
		<comments>http://springframeworkcertification.wordpress.com/2009/09/02/spring-beans/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 14:51:03 +0000</pubDate>
		<dc:creator>Abdul Aziz</dc:creator>
				<category><![CDATA[Spring-Framework-Foundations]]></category>

		<guid isPermaLink="false">http://springframeworkcertification.wordpress.com/2009/09/02/spring-beans/</guid>
		<description><![CDATA[Spring Bean has Life cycle that goes through many phases as listed below 1. Instantiate &#8211; Spring instantiates the bean. 2. Populate properties &#8211; spring injects the bean&#8217;s properties. 3. Set bean name &#8211; If the bean implements BeanNameAware, Spring passes the bean&#8217;s ID to setBeanName(). 4. Set bean factory &#8211; If the bean implements [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=springframeworkcertification.wordpress.com&amp;blog=9288978&amp;post=6&amp;subd=springframeworkcertification&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://springframeworkcertification.wordpress.com/2009/09/02/spring-beans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Abdul Aziz</media:title>
		</media:content>
	</item>
		<item>
		<title>Bean Factory and Application Context</title>
		<link>http://springframeworkcertification.wordpress.com/2009/09/02/bean-factory-and-application-context/</link>
		<comments>http://springframeworkcertification.wordpress.com/2009/09/02/bean-factory-and-application-context/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:40:03 +0000</pubDate>
		<dc:creator>Abdul Aziz</dc:creator>
				<category><![CDATA[Spring-Framework-Foundations]]></category>

		<guid isPermaLink="false">http://springframeworkcertification.wordpress.com/2009/09/02/bean-factory-and-application-context/</guid>
		<description><![CDATA[A bean factory is an implementation of the Factory design pattern. It is a class whose responsibility is to create and dispense beans. There are several implementations of BeanFactory in spring; for example org.springframework.beans.factory.xml.XmlBeanFactory, which loads its beans based on the definitions contained in an XML file. The following code snippet uses a FileSystemResource to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=springframeworkcertification.wordpress.com&amp;blog=9288978&amp;post=5&amp;subd=springframeworkcertification&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://springframeworkcertification.wordpress.com/2009/09/02/bean-factory-and-application-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Abdul Aziz</media:title>
		</media:content>
	</item>
	</channel>
</rss>
