<?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>Web Development Tips and Articles &#187; Spring</title>
	<atom:link href="http://www.springwebdevelopment.com/category/spring/feed" rel="self" type="application/rss+xml" />
	<link>http://www.springwebdevelopment.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jun 2010 21:29:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scheduling a Method Invocation with Spring and Quartz</title>
		<link>http://www.springwebdevelopment.com/scheduling-a-method-invocation-with-spring-and-quartz</link>
		<comments>http://www.springwebdevelopment.com/scheduling-a-method-invocation-with-spring-and-quartz#comments</comments>
		<pubDate>Fri, 26 Feb 2010 09:50:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=173</guid>
		<description><![CDATA[I was wanting to run a scheduled task recently using Spring and Quartz. Here is a little snippet you may find useful if you are simply wanting to invoke a method:

< ?xml version="1.0" encoding="UTF-8"?>


	

			


			
		
	

	



	

	
	



There are various triggers you can use &#8211; Im using a cron trigger in this example. The cron pattern example triggers this [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/scheduling-a-method-invocation-with-spring-and-quartz/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring &#8211; Developing with Annotations</title>
		<link>http://www.springwebdevelopment.com/spring-developing-with-annotations</link>
		<comments>http://www.springwebdevelopment.com/spring-developing-with-annotations#comments</comments>
		<pubDate>Thu, 30 Apr 2009 13:56:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[annotations]]></category>
		<category><![CDATA[autowiring]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=48</guid>
		<description><![CDATA[Annotation-Based Dependency Injection

you can use annotations to the point where you hardly need specify any XML configuration at all
the following annotations can be used to mark fields, methods and constructors:@Autowired &#8211; directs Spring to autowire fields, methods or constructors by using the type
(Autowiring means to look for objects defined in Spring with the same name [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/spring-developing-with-annotations/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

