<?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>K.A.I.E.C. &#187; Java</title>
	<atom:link href="http://blog.kaiec.org/category/development/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kaiec.org</link>
	<description>Kai's Automatic Indexing Evaluation Center</description>
	<lastBuildDate>Sun, 13 Feb 2011 19:10:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Message Handling with JSF and Redirects</title>
		<link>http://blog.kaiec.org/2009/03/01/message-handling-with-jsf-and-redirects/</link>
		<comments>http://blog.kaiec.org/2009/03/01/message-handling-with-jsf-and-redirects/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 12:47:06 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[forward]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[messages]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://blog.computerkind.de/?p=42</guid>
		<description><![CDATA[The JavaServer Faces-Framework offers a mechanism to present messages to the user. The meesages can be created by the framework itself, for example during the conversion oder validation phase. But it is also possible to create custom messages within your actual application. But there is a problem, if you use redirects instead of forwards, e.g. [...]]]></description>
		<wfw:commentRss>http://blog.kaiec.org/2009/03/01/message-handling-with-jsf-and-redirects/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Determine current method in Java</title>
		<link>http://blog.kaiec.org/2009/02/13/determine-current-method-in-java/</link>
		<comments>http://blog.kaiec.org/2009/02/13/determine-current-method-in-java/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 20:07:16 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.computerkind.de/?p=33</guid>
		<description><![CDATA[A rather strange way to determine the method, where you currently are, but it works: 1 2 3 4 5 6 7 8 9 private String getCurrentMethodName&#40;&#41; &#123; List stackTraceList = Arrays.asList&#40;&#40;new Throwable&#40;&#41;&#41;.getStackTrace&#40;&#41;&#41;; for &#40;Iterator it=stackTraceList.iterator&#40;&#41;;it.hasNext&#40;&#41;;&#41; &#123; StackTraceElement ste = &#40;StackTraceElement&#41; it.next&#40;&#41;; if &#40;!ste.getClassName&#40;&#41;.equals&#40;this.getClass&#40;&#41;.getName&#40;&#41;&#41;&#41; return ste.getClassName&#40;&#41;.concat&#40;&#34;.&#34;&#41;.concat&#40;ste.getMethodName&#40;&#41;&#41;; &#125; return null; &#125; I implemented it the way [...]]]></description>
		<wfw:commentRss>http://blog.kaiec.org/2009/02/13/determine-current-method-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

