<?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>A Java geek &#187; servlet</title>
	<atom:link href="http://blog.frankel.ch/tag/servlet/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.frankel.ch</link>
	<description>Nicolas Fränkel blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:41:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New declarative security features in Servlet 3.0</title>
		<link>http://blog.frankel.ch/new-declarative-security-features-in-servlet-3-0</link>
		<comments>http://blog.frankel.ch/new-declarative-security-features-in-servlet-3-0#comments</comments>
		<pubDate>Sun, 22 May 2011 19:37:16 +0000</pubDate>
		<dc:creator>Nicolas Frankel</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://blog.frankel.ch/?p=1775</guid>
		<description><![CDATA[Servlet 3.0 is not only about the replacement of the web.xml deployment descriptor by annotations. In this article, we&#8217;ll see what improvement it makes in the realm of security. In Servlet 2.5 (and before that), declarative security was about the following features: authentication method (BASIC, FORM, etc) authorization to differents parts of the application (web [...]]]></description>
		<wfw:commentRss>http://blog.frankel.ch/new-declarative-security-features-in-servlet-3-0/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Spring can inject Servlets too!</title>
		<link>http://blog.frankel.ch/spring-can-inject-servlets-too</link>
		<comments>http://blog.frankel.ch/spring-can-inject-servlets-too#comments</comments>
		<pubDate>Mon, 28 Sep 2009 19:26:06 +0000</pubDate>
		<dc:creator>Nicolas Frankel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[container]]></category>
		<category><![CDATA[dependency injection]]></category>
		<category><![CDATA[di]]></category>
		<category><![CDATA[ioc]]></category>
		<category><![CDATA[servlet]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://blog.frankel.ch/?p=275</guid>
		<description><![CDATA[In this article, I will show you that Spring dependency injection mechanism is not restricted solely to Spring-managed beans, that is Spring can inject its beans in objects created by the new keywords, servlets instantiated in the servlet container, and pretty anything you like.]]></description>
		<wfw:commentRss>http://blog.frankel.ch/spring-can-inject-servlets-too/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

