<?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>geek evaluation &#187; Spring</title>
	<atom:link href="http://www.geekevaluation.com/blog/tag/spring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekevaluation.com/blog</link>
	<description>Assessment solutions, job screening &#38; pre employment test</description>
	<lastBuildDate>Sat, 14 Nov 2009 17:53:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spring Framework 3.0 released</title>
		<link>http://www.geekevaluation.com/blog/2009/06/30/spring-framework-3-0-released/</link>
		<comments>http://www.geekevaluation.com/blog/2009/06/30/spring-framework-3-0-released/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 01:56:51 +0000</pubDate>
		<dc:creator>geek</dc:creator>
				<category><![CDATA[Technology news]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[spring 3.0]]></category>

		<guid isPermaLink="false">http://www.geekevaluation.com/blog/?p=44</guid>
		<description><![CDATA[Spring team has released 3.0 version of their popular Spring source framework. This is a third major release  after 2.0 and 2.5 .
What are the new features in Spring 3.0?
1. The Spring Framework is now based on Java 5, and Java 6 is fully supported.
2. The entire framework code has been revised to take advantage [...]]]></description>
			<content:encoded><![CDATA[<p>Spring team has released 3.0 version of their popular Spring source framework. This is a third major release  after 2.0 and 2.5 .</p>
<p>What are the new features in Spring 3.0?</p>
<p>1. The Spring Framework is now based on Java 5, and Java 6 is fully supported.</p>
<p>2. The entire framework code has been revised to take advantage of Java 5 features like generics, varargs and other language improvements.  The code is still compatible with older versions of Java</p>
<p>3. Spring Expression Language &#8211; Spring has introduced an expression language which is similar to Unified EL in its syntax but offers significantly more features</p>
<p>The following is an example of how the Expression Language can be used to  configure some properties of a database setup</p>
<p>&lt;<span>bean</span> <span>class</span>=<span>&#8220;mycompany.RewardsTestDatabase&#8221;</span>&gt;     &lt;<span>property</span> <span>name</span>=<span>&#8220;databaseName&#8221;</span> <span>value</span>=<span>&#8220;#{systemProperties.databaseName}&#8221;</span>/&gt;     &lt;<span>property</span> <span>name</span>=<span>&#8220;keyGenerator&#8221;</span> <span>value</span>=<span>&#8220;#{strategyBean.databaseKeyGenerator}&#8221;</span>/&gt; &lt;<span>/bean</span>&gt;</p>
<p>4. Some core features from the <a href="http://www.springsource.org/javaconfig" target="_top">JavaConfig</a> project  have been added to the Spring Framework now. This means that the following  annotations are now directly supported:</p>
<div>
<ul type="disc">
<li>@Configuration</li>
<li>@Bean</li>
<li>@Primary</li>
<li>@Lazy</li>
<li>@Import</li>
<li>@Value</li>
</ul>
</div>
<p>5. Additional annotations such as <code>@CookieValue</code> and  <code>@RequestHeaders</code> have been added</p>
<p>6. Early support for asynchronous method invocations through the use of the new @Async annotation (or EJB 3.1&#8217;s @Asynchronous annotation).</p>
<p>7. The most exciting new feature for the Web Tier is the support for building  RESTful web services and web applications</p>
<p>8. Object to XML mapping functionality (OXM) from the Spring Web Services project has been moved to the core Spring Framework now</p>
<p>9. <strong>Extended support for meta-annotations:</strong> Spring&#8217;s @Scope and @Transactional annotations, as well as specialized stereotypes such as @Service and @Controller, can be applied as meta-annotations on custom annotations now. for eg</p>
<div><strong>@Service<br />
@Scope(&#8221;request&#8221;)<br />
@Transactional(rollbackFor=Exception.class)</strong><br />
@Retention(RetentionPolicy.RUNTIME)<br />
public @interface MyService {<br />
}@MyService<br />
public class RewardsService {<br />
…<br />
}</div>
<p>Source :  Spring 3.0 documentation</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekevaluation.com/blog/2009/06/30/spring-framework-3-0-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
