<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Java Programming Forums - The Java Community - Java Servlet</title>
		<link>http://www.javaprogrammingforums.com/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Wed, 19 Jun 2013 11:33:19 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.javaprogrammingforums.com/images/misc/rss.png</url>
			<title>Java Programming Forums - The Java Community - Java Servlet</title>
			<link>http://www.javaprogrammingforums.com/</link>
		</image>
		<item>
			<title>How cookies are used to track a session?</title>
			<link>http://www.javaprogrammingforums.com/java-servlet/29928-how-cookies-used-track-session.html</link>
			<pubDate>Sun, 09 Jun 2013 15:30:51 GMT</pubDate>
			<description>Using cookies is the simplest and easiest way to track a session. A unique session id (stored in the form of cookie) is sent by the server to the...</description>
			<content:encoded><![CDATA[<div>Using cookies is the simplest and easiest way to track a session. A unique session id (stored in the form of cookie) is sent by the server to the client as a part of the response and the same session id saved with the client is sent to the server as a part of the request which helps the server to recognize the unique client session.</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-servlet/">Java Servlet</category>
			<dc:creator>Chicharito</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-servlet/29928-how-cookies-used-track-session.html</guid>
		</item>
		<item>
			<title>Declarative vs programmatic security</title>
			<link>http://www.javaprogrammingforums.com/java-servlet/29876-declarative-vs-programmatic-security.html</link>
			<pubDate>Thu, 06 Jun 2013 09:48:12 GMT</pubDate>
			<description><![CDATA[Hi all! 
 
I'm going to develope for the first time a web application using JEE with Servlets, and for the user's authentication and authorization...]]></description>
			<content:encoded><![CDATA[<div>Hi all!<br />
<br />
I'm going to develope for the first time a web application using JEE with Servlets, and for the user's authentication and authorization I'm going to use container-managed security, as recommended by the JEE 6 tutorial, in a typical fashion: the user presents username/password once for the login, and next he/she presents a session id within a cookie. Finally, he/she can logout.<br />
<br />
My question is: is it possible to achieve that only with declarative security, or am I forced to use programmatic security?<br />
<br />
Thanks in advance!</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-servlet/">Java Servlet</category>
			<dc:creator>Optimus</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-servlet/29876-declarative-vs-programmatic-security.html</guid>
		</item>
		<item>
			<title>Draw the flow chart from the content of vxml file using java</title>
			<link>http://www.javaprogrammingforums.com/java-servlet/29698-draw-flow-chart-content-vxml-file-using-java.html</link>
			<pubDate>Mon, 27 May 2013 13:33:49 GMT</pubDate>
			<description>Hi, 
 
I created the vxml file, By reading the vxml file need to draw the flow chart for that content using java. 
 
Please help. 
 
Thank you 
...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I created the vxml file, By reading the vxml file need to draw the flow chart for that content using java.<br />
<br />
Please help.<br />
<br />
Thank you<br />
<br />
Regards<br />
pavanimahi</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-servlet/">Java Servlet</category>
			<dc:creator>pavanimahi</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-servlet/29698-draw-flow-chart-content-vxml-file-using-java.html</guid>
		</item>
	</channel>
</rss>
