<?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>Jakob Korherr&#039;s Blog</title>
	<atom:link href="http://www.jakobk.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jakobk.com</link>
	<description>A blog about Java, MyFaces and web development</description>
	<lastBuildDate>Thu, 26 Jul 2012 10:35:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;CDI für Rich Clients&#8221; &#8211; online version</title>
		<link>http://www.jakobk.com/2012/07/cdi-fur-rich-clients-online-version/</link>
		<comments>http://www.jakobk.com/2012/07/cdi-fur-rich-clients-online-version/#comments</comments>
		<pubDate>Thu, 26 Jul 2012 10:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cdi]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.jakobk.com/?p=317</guid>
		<description><![CDATA[My article for Eclipse Magazin (see here) is now also available online at http://it-republik.de/jaxenter/artikel/CDI-fuer-Rich-Clients-5012.html
]]></description>
			<content:encoded><![CDATA[<p>My article for Eclipse Magazin (see <a href="http://www.jakobk.com/2012/05/cdi-fuer-rich-clients-in-eclipse-magazin/">here</a>) is now also available online at <a href="http://it-republik.de/jaxenter/artikel/CDI-fuer-Rich-Clients-5012.html">http://it-republik.de/jaxenter/artikel/CDI-fuer-Rich-Clients-5012.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jakobk.com/2012/07/cdi-fur-rich-clients-online-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyOS syntax highlighting in BBedit</title>
		<link>http://www.jakobk.com/2012/05/tinyos-syntax-highlighting-in-bbedit/</link>
		<comments>http://www.jakobk.com/2012/05/tinyos-syntax-highlighting-in-bbedit/#comments</comments>
		<pubDate>Thu, 24 May 2012 10:21:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microcontroller]]></category>

		<guid isPermaLink="false">http://www.jakobk.com/?p=304</guid>
		<description><![CDATA[If you are working with TextWrangler (or BBedit) on TinyOS files (*.nc), you can use the following file to get correct syntax highlighting: TinyOS.plist
To install it for TextWrangler, copy the .plist file to the following directory:
Username/Library/Application Support/TextWrangler/Language Modules
Then restart TextWrangler and you should have a language module called &#8220;TinyOS&#8221;, which will be automatically applied to [...]]]></description>
			<content:encoded><![CDATA[<p>If you are working with TextWrangler (or BBedit) on TinyOS files (*.nc), you can use the following file to get correct syntax highlighting: <b><a href="http://www.jakobk.com/wp-content/uploads/2012/05/TinyOS.plist" target="_blank">TinyOS.plist</a></b></p>
<p>To install it for TextWrangler, copy the .plist file to the following directory:</p>
<pre>Username/Library/Application Support/TextWrangler/Language Modules</pre>
<p>Then restart TextWrangler and you should have a language module called &#8220;TinyOS&#8221;, which will be automatically applied to *.nc files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jakobk.com/2012/05/tinyos-syntax-highlighting-in-bbedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pong on ATmega1280 dev board</title>
		<link>http://www.jakobk.com/2012/05/pong-on-atmega1280-dev-board/</link>
		<comments>http://www.jakobk.com/2012/05/pong-on-atmega1280-dev-board/#comments</comments>
		<pubDate>Wed, 23 May 2012 09:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[tu wien]]></category>

		<guid isPermaLink="false">http://www.jakobk.com/?p=296</guid>
		<description><![CDATA[
This video shows my implementation of Pong on an ATmega1280 dev board (AVR 51 microcontroller). The game uses the accelerometer of the respective Wii mote to calculate the racket position of player 1 or 2. To communicate with the Wii motes, it uses a bluetooth module. Furthermore a bundled MP3 and SD-card module is used [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="580" height="435" src="http://www.youtube.com/embed/q0gJlS6N4Vk" frameborder="0" allowfullscreen></iframe></p>
<p>This video shows my implementation of Pong on an ATmega1280 dev board (AVR 51 microcontroller). The game uses the accelerometer of the respective Wii mote to calculate the racket position of player 1 or 2. To communicate with the Wii motes, it uses a bluetooth module. Furthermore a bundled MP3 and SD-card module is used to play sounds from unreal tournament (stored on the SD-card), each time a player scores a point.</p>
<p>This game was an exercise of the microcontroller course at TU Vienna in 2012S.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jakobk.com/2012/05/pong-on-atmega1280-dev-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;CDI für Rich Clients&#8221; in Eclipse Magazin</title>
		<link>http://www.jakobk.com/2012/05/cdi-fuer-rich-clients-in-eclipse-magazin/</link>
		<comments>http://www.jakobk.com/2012/05/cdi-fuer-rich-clients-in-eclipse-magazin/#comments</comments>
		<pubDate>Thu, 17 May 2012 15:11:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cdi]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.jakobk.com/?p=276</guid>
		<description><![CDATA[I am very happy to announce that the current issue (4.2012) of the german Eclipse Magazin (http://eclipse-magazin.de) includes my article &#8220;CDI für Richt Clients&#8221;, which is about the integration of Apache OpenWebBeans into Eclipse RCP.

After publishing my blog entry Apache OpenWebBeans meets Eclipse RCP, I was contacted by Claudia Fröhling asking if I wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>I am very happy to announce that the current issue (<a href="http://it-republik.de/jaxenter/eclipse-magazin-ausgaben/-000503.html" target="_blank">4.2012</a>) of the german Eclipse Magazin (<a href="http://eclipse-magazin.de" target="_blank">http://eclipse-magazin.de</a>) includes my article &#8220;CDI für Richt Clients&#8221;, which is about the integration of Apache OpenWebBeans into Eclipse RCP.</p>
<div style="width: 220px; float:left;"><a href="http://it-republik.de/jaxenter/eclipse-magazin-ausgaben/-000503.html"><img src="http://www.jakobk.com/wp-content/uploads/2012/05/eclipse_magazin_cover_4_2012.jpg" alt="" title="Eclipse Magazin 4.2012 cover" width="200" height="284" class="aligncenter size-full wp-image-283" /></a></div>
<p>After publishing my blog entry <a href="http://www.jakobk.com/2012/03/apache-openwebbeans-meets-eclipse-rcp/" target="_blank">Apache OpenWebBeans meets Eclipse RCP</a>, I was contacted by Claudia Fröhling asking if I wanted to write about this topic for the Eclipse Magazin. I was very glad to get this offer and, of course, agreed to write the article. Authoring such an article was a quite new experience for me, and I really enjoyed it. Hopefully it will not be the last one.</p>
<p>You can obtain a copy of the current Eclipse Magazin <a href="http://it-republik.de/jaxenter/eclipse-magazin-ausgaben/-000503.html" target="_blank">here</a> or you can download the <a href="http://itunes.apple.com/de/app/eclipse-magazin-for-ipad/id490602580?mt=8" target="_blank">iPad app</a> of the magazine.</p>
<div style="clear:both;"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jakobk.com/2012/05/cdi-fuer-rich-clients-in-eclipse-magazin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web security workshop @ confess 2012</title>
		<link>http://www.jakobk.com/2012/05/web-security-workshop-at-confess-2012/</link>
		<comments>http://www.jakobk.com/2012/05/web-security-workshop-at-confess-2012/#comments</comments>
		<pubDate>Thu, 10 May 2012 11:28:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.jakobk.com/?p=269</guid>
		<description><![CDATA[Yesterday was the workshop day of CONFESS 2012. My workshop was called &#8220;How to exploit and fix typical web application vulnerabilities&#8221; and that was what we did. I provided two JSF web applications, some PHP scripts and some C files, which all were vulnerable. At the workshop, we tried to break them in as many [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday was the workshop day of CONFESS 2012. My workshop was called &#8220;How to exploit and fix typical web application vulnerabilities&#8221; and that was what we did. I provided two JSF web applications, some PHP scripts and some C files, which all were vulnerable. At the workshop, we tried to break them in as many different ways, as possible.</p>
<p>At the beginning we did a lot of SQL injection exploits, at first manually and later using <a href="http://sqlmap.sourceforge.net/" target="_blank">sqlmap</a>. Then we looked into XSS, XSRF and poor session management. And last but not least we took a look at buffer overflows, using <a href="http://www.metasploit.com/" target="_blank">metasploit</a> as shellcode generator. Unfortunately, we did not have time to check out the jsf-security web application, which would have shown some vulnerabilities of (old versions of) JSF 2.</p>
<p>The workshop HOW-TO and all the source files used at the workshop are available at github: <a href="https://github.com/jakobk/confess-2012" target="_blank">https://github.com/jakobk/confess-2012</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jakobk.com/2012/05/web-security-workshop-at-confess-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web security session @ confess 2012</title>
		<link>http://www.jakobk.com/2012/05/web-security-session-at-confess-2012/</link>
		<comments>http://www.jakobk.com/2012/05/web-security-session-at-confess-2012/#comments</comments>
		<pubDate>Mon, 07 May 2012 11:29:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.jakobk.com/?p=264</guid>
		<description><![CDATA[Today I spoke at the conference for enterprise software solutions (CONFESS) in Leogang, Austria. My session was called &#8220;Introduction to web security&#8221; and it explained attacks like SQL injection, XSS, XSRF or buffer overflows. It was quite well-attended and I got lots of positive feedback, which I was really happy about.
As promised at the session, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I spoke at the conference for enterprise software solutions (<a href="http://www.con-fess.com" target="_blank">CONFESS</a>) in Leogang, Austria. My session was called &#8220;Introduction to web security&#8221; and it explained attacks like SQL injection, XSS, XSRF or buffer overflows. It was quite well-attended and I got lots of positive feedback, which I was really happy about.</p>
<p>As promised at the session, here are the slides as PDF: <a href="http://www.jakobk.com/wp-content/uploads/2012/05/Web_Security_jakobk.pdf">Web_Security_jakobk.pdf</a></p>
<p>I really enjoyed speaking at CONFESS, and now I am looking forward to my workshop (again about web security) on Wednesday.</p>
<p>Edit 2012-05-15: The slides are now also available on slideshare:</p>
<div style="width:425px" id="__ss_12937791"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/jakobkorherr/introduction-to-web-security-confess-2012" title="Introduction to web security @ confess 2012">Introduction to web security @ confess 2012</a></strong><object id="__sse12937791" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=websecurity-120515044005-phpapp02&#038;stripped_title=introduction-to-web-security-confess-2012&#038;userName=jakobkorherr" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><param name="wmode" value="transparent"/><embed name="__sse12937791" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=websecurity-120515044005-phpapp02&#038;stripped_title=introduction-to-web-security-confess-2012&#038;userName=jakobkorherr" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" width="425" height="355"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jakobk.com/2012/05/web-security-session-at-confess-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache OpenWebBeans meets Eclipse RCP</title>
		<link>http://www.jakobk.com/2012/03/apache-openwebbeans-meets-eclipse-rcp/</link>
		<comments>http://www.jakobk.com/2012/03/apache-openwebbeans-meets-eclipse-rcp/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 12:30:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cdi]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.jakobk.com/?p=258</guid>
		<description><![CDATA[Last year I had to do a project at university using Eclipse RCP. Frankly, the Eclipse framework kinda sucked. Thus I tried to pimp Eclipse RCP a little bit, which means I wanted to use OWB and CODI.
After some time I figured out how to combine OWB and Eclipse RCP thanks to the excellent plugin [...]]]></description>
			<content:encoded><![CDATA[<p>Last year I had to do a project at university using Eclipse RCP. Frankly, the Eclipse framework kinda sucked. Thus I tried to pimp Eclipse RCP a little bit, which means I wanted to use OWB and CODI.</p>
<p>After some time I figured out how to combine OWB and Eclipse RCP thanks to the excellent plugin system of OWB. Now I finally found some time to put the relevant classes online. You can find the project at apache-extras: <a href="http://code.google.com/a/apache-extras.org/p/openwebbeans-eclipse-rcp/" target="_blank">http://code.google.com/a/apache-extras.org/p/openwebbeans-eclipse-rcp/</a></p>
<p>Please note: Although this is a maven project, I was not able to really build it with maven, b/c I couldn&#8217;t find a way to get all the relevant eclipse jars into a maven repo. If you want to use it, the best way is to copy the source files directly into your Eclipse RCP project.</p>
<p>If anyone is interested in getting this stuff running in his/her Eclipse RCP project, just ping me and I can help you with the pitfalls.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jakobk.com/2012/03/apache-openwebbeans-meets-eclipse-rcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSF value expression injection vulnerability</title>
		<link>http://www.jakobk.com/2011/11/jsf-value-expression-injection-vulnerability/</link>
		<comments>http://www.jakobk.com/2011/11/jsf-value-expression-injection-vulnerability/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 15:40:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jsf]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.jakobk.com/?p=218</guid>
		<description><![CDATA[A few days ago this issue was reported to Mojarra: http://java.net/jira/browse/JAVASERVERFACES-2247.
It basically states that it is possible in JSF 2 to perform ValueExpression injection when includeViewParams is set to true on a navigation case.
To illustrate this in a better way, I created an example project at apache-extras, which shows the vulnerability: http://code.google.com/a/apache-extras.org/p/jsf-includeviewparams-security-hole-example/
Use the following steps [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago this issue was reported to Mojarra: <a href="http://java.net/jira/browse/JAVASERVERFACES-2247">http://java.net/jira/browse/JAVASERVERFACES-2247</a>.</p>
<p>It basically states that it is possible in JSF 2 to perform ValueExpression injection when includeViewParams is set to true on a navigation case.</p>
<p>To illustrate this in a better way, I created an example project at apache-extras, which shows the vulnerability: <a href="http://code.google.com/a/apache-extras.org/p/jsf-includeviewparams-security-hole-example/">http://code.google.com/a/apache-extras.org/p/jsf-includeviewparams-security-hole-example/</a></p>
<p>Use the following steps to run the example:</p>
<ol>
<li>svn checkout http://svn.codespot.com/a/apache-extras.org/jsf-includeviewparams-security-hole-example/trunk/</li>
<li>mvn clean jetty:run-exploded -PjettyConfig</li>
<li>go to http://localhost:8080/include-view-params-security and follow the instructions</li>
</ol>
<p>This vulnerability exists, because JSF treats the value of a view parameter as a ValueExpression when performing a navigation case with includeViewParams=true. For further details, see the issues at Mojarra and MyFaces: <a href="http://java.net/jira/browse/JAVASERVERFACES-2247">http://java.net/jira/browse/JAVASERVERFACES-2247</a> and <a href="https://issues.apache.org/jira/browse/MYFACES-3405">https://issues.apache.org/jira/browse/MYFACES-3405</a></p>
<p><strong style="font-size:20pt;">Until this is fixed you should avoid using includeViewParams=true!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jakobk.com/2011/11/jsf-value-expression-injection-vulnerability/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bachelor thesis about relative resource handler</title>
		<link>http://www.jakobk.com/2011/11/bachelor-thesis-about-relative-resource-handler/</link>
		<comments>http://www.jakobk.com/2011/11/bachelor-thesis-about-relative-resource-handler/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 13:52:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jsf]]></category>
		<category><![CDATA[tu wien]]></category>

		<guid isPermaLink="false">http://www.jakobk.com/?p=214</guid>
		<description><![CDATA[I am very happy to announce that I will write my bachelor thesis at the research group for industrial software (INSO) at Vienna University of Technology. The thesis will be about my work on the relative resource handler for JSF 2 [1].
Together with Marcus Büttner and Mark Struberg I will adapt the relative resource handler [...]]]></description>
			<content:encoded><![CDATA[<p>I am very happy to announce that I will write my bachelor thesis at the research group for industrial software (INSO) at Vienna University of Technology. The thesis will be about my work on the relative resource handler for JSF 2 [1].</p>
<p>Together with Marcus Büttner and Mark Struberg I will adapt the relative resource handler for the administration software of the Vienna University of Technology, TISS [2]. For this task the relative resource handler will include some new features apart from supporting relative paths between resources, like e.g. supporting external resource locations. Check out the issue tracker for all enhancements [3]. Also, we already created a wiki page [4] for a list of all requirements.</p>
<p>Stay tuned!</p>
<p>[1] <a href="http://code.google.com/a/apache-extras.org/p/relative-resource-handler/">http://code.google.com/a/apache-extras.org/p/relative-resource-handler/</a><br />
[2] <a href="https://tiss.tuwien.ac.at/">https://tiss.tuwien.ac.at/</a><br />
[3] <a href="http://code.google.com/a/apache-extras.org/p/relative-resource-handler/issues/list">http://code.google.com/a/apache-extras.org/p/relative-resource-handler/issues/list</a><br />
[4] <a href="http://code.google.com/a/apache-extras.org/p/relative-resource-handler/wiki/Requirements">http://code.google.com/a/apache-extras.org/p/relative-resource-handler/wiki/Requirements</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jakobk.com/2011/11/bachelor-thesis-about-relative-resource-handler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyFaces 2.1 is now trunk</title>
		<link>http://www.jakobk.com/2011/05/myfaces-2-1-is-now-trunk/</link>
		<comments>http://www.jakobk.com/2011/05/myfaces-2-1-is-now-trunk/#comments</comments>
		<pubDate>Mon, 02 May 2011 19:07:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jsf]]></category>

		<guid isPermaLink="false">http://www.jakobk.com/?p=204</guid>
		<description><![CDATA[After a discussion about keeping our 2.0.x and 2.1.x branches in sync last week on the MyFaces dev mailing list, we decided to promote the 2.1.x branch to trunk. In addition, we created a 2.0.x maintenance branch.
MyFaces core 2.1.x is now here:
https://svn.apache.org/repos/asf/myfaces/core/trunk/
https://svn.apache.org/repos/asf/myfaces/shared/trunk/
or
https://svn.apache.org/repos/asf/myfaces/current21/

MyFaces core 2.0.x is now here:
https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/
https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/
or
https://svn.apache.org/repos/asf/myfaces/current20/
]]></description>
			<content:encoded><![CDATA[<p>After a discussion about <a href="http://www.mail-archive.com/dev@myfaces.apache.org/msg52812.html">keeping our 2.0.x and 2.1.x branches in sync</a> last week on the MyFaces dev mailing list, we decided to promote the 2.1.x branch to trunk. In addition, we created a 2.0.x maintenance branch.</p>
<h4>MyFaces core 2.1.x is now here:</h4>
<p><a href="https://svn.apache.org/repos/asf/myfaces/core/trunk/">https://svn.apache.org/repos/asf/myfaces/core/trunk/</a><br />
<a href="https://svn.apache.org/repos/asf/myfaces/shared/trunk/">https://svn.apache.org/repos/asf/myfaces/shared/trunk/</a><br />
or<br />
<a href="https://svn.apache.org/repos/asf/myfaces/current21/">https://svn.apache.org/repos/asf/myfaces/current21/</a><br />
<br/></p>
<h4>MyFaces core 2.0.x is now here:</h4>
<p><a href="https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/">https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/</a><br />
<a href="https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/">https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/</a><br />
or<br />
<a href="https://svn.apache.org/repos/asf/myfaces/current20/">https://svn.apache.org/repos/asf/myfaces/current20/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jakobk.com/2011/05/myfaces-2-1-is-now-trunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
