<?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>ForDevs &#187; Spring</title>
	<atom:link href="http://www.fordevs.com/category/programming/java/spring/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Tue, 25 May 2010 17:19:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Taglibs in JSP</title>
		<link>http://www.fordevs.com/2008/11/taglibs-in-jsp.html</link>
		<comments>http://www.fordevs.com/2008/11/taglibs-in-jsp.html#comments</comments>
		<pubDate>Sat, 08 Nov 2008 14:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JSP]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/taglibs-in-jsp.html</guid>
		<description><![CDATA[Different Taglibs and its Usuage in JSP:1.Core:http://java.sun.com/jsp/jstl/core This Taglibs is used for Looping,Variable Support,Flow control,URL Management and miscellaneous &#60;%@taglib uri=&#8221;http://java.sun.com/jsp/jstl/core&#8221; prefix=&#8221;c&#8221;%&#62; 2.XML:http://java.sun.com/jsp/jstl/xml This Taglibs is Used for Core,Flow Control and Transformation &#60;%@taglib uri=&#8221;http://java.sun.com/jsp/jstl/xml&#8221; prefix=&#8221;xl&#8221;%&#62; 3.Internationalization:http://java.sun.com/jsp/jstl/fmt This Taglibs is Used For Locale, Message formatting and Number &#38; date formatting &#60;%@taglib uri=&#8221;http://java.sun.com/jsp/jstl/fmt&#8221; prefix=&#8221;fmt&#8221;%&#62; 4.SQL:http://java.sun.com/jsp/jstl/sql This Taglibs is [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/taglibs-in-jsp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what is Spring Framework?</title>
		<link>http://www.fordevs.com/2008/10/what-is-spring-framework.html</link>
		<comments>http://www.fordevs.com/2008/10/what-is-spring-framework.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 17:15:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[What-is]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/what-is-spring-framework.html</guid>
		<description><![CDATA[What is Spring Framework? Spring is grate framework for development of Enterprise grade application. Spring is a light-weight framework for the development of enterprise-ready applications. Spring can be used to configure declarative transaction management, remote access to your logic using RMI or web services, mailing facilities and various options in persisting your data to a [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/what-is-spring-framework.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Framework</title>
		<link>http://www.fordevs.com/2008/10/spring-framework.html</link>
		<comments>http://www.fordevs.com/2008/10/spring-framework.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 17:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/spring-framework.html</guid>
		<description><![CDATA[Transaction Management: Spring framework provides a generic abstraction layer for transaction management. This allowing the developer to add the pluggable transaction managers, and making it easy to demarcate transactions without dealing with low-level issues. Spring’s transaction support is not tied to J2EE environments and it can be also used in container less environments. JDBC Exception [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/spring-framework.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSP Custom tags Example</title>
		<link>http://www.fordevs.com/2008/10/jsp-custom-tags-example.html</link>
		<comments>http://www.fordevs.com/2008/10/jsp-custom-tags-example.html#comments</comments>
		<pubDate>Sun, 26 Oct 2008 07:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JSP]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/jsp-custom-tags-example.html</guid>
		<description><![CDATA[Custom tags are usually distributed in the form of a tag library, which defines a set of related custom tags and contains the objects that implement the tags. A Simple Custom tags Example: 1.Create a Java Program 2.import javax.servlet.jsp.*,javax.servlet.jsp.tagext.* packages 3.Extends the TagSupport Class 4.Java Program Contain two Default Methods. a)doStartTag b)doEndTag doStartTag:1.The doStartTag method [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/jsp-custom-tags-example.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
