<?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>e-beyond</title>
	<atom:link href="http://blog.e-beyond.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.e-beyond.de</link>
	<description>somewhere, anywhere, nowhere</description>
	<lastBuildDate>Sat, 10 Sep 2011 12:15:31 +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>Maven: Mixed Projects with Java and Scala</title>
		<link>http://blog.e-beyond.de/2011/09/10/maven-mixed-projects-with-java-and-scala/</link>
		<comments>http://blog.e-beyond.de/2011/09/10/maven-mixed-projects-with-java-and-scala/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 12:11:05 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.e-beyond.de/?p=158</guid>
		<description><![CDATA[Playing around with maven, scala and java I&#8217;ve found it useful to have both, java and scala, in one project. After searching for a while I&#8217;ve found several sources which helped me solving this point. Everything which is needed is &#8230; <a href="http://blog.e-beyond.de/2011/09/10/maven-mixed-projects-with-java-and-scala/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.e-beyond.de/2011/09/10/maven-mixed-projects-with-java-and-scala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans and Glassfish remote deployments</title>
		<link>http://blog.e-beyond.de/2011/06/22/netbeans-and-glassfish-remote-deployments/</link>
		<comments>http://blog.e-beyond.de/2011/06/22/netbeans-and-glassfish-remote-deployments/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 08:30:01 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Glassfish]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaEE]]></category>
		<category><![CDATA[Netbeans]]></category>

		<guid isPermaLink="false">http://blog.e-beyond.de/?p=138</guid>
		<description><![CDATA[Using Netbeans together with GlassFish works like a charm. Especially when using the preconfigured GlassFish. There is one point which isn&#8217;t mentioned often: You can also work with an remote GlassFish. When planning to use this feature you&#8217;ll have to &#8230; <a href="http://blog.e-beyond.de/2011/06/22/netbeans-and-glassfish-remote-deployments/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.e-beyond.de/2011/06/22/netbeans-and-glassfish-remote-deployments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JAAS &amp; JBoss: Client Authentication</title>
		<link>http://blog.e-beyond.de/2010/04/18/jaas-jboss-client-authentication/</link>
		<comments>http://blog.e-beyond.de/2010/04/18/jaas-jboss-client-authentication/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 13:14:42 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.e-beyond.de/?p=64</guid>
		<description><![CDATA[This is the second part of my articles about JBoss Security. The first part of this series shows how to configure a JBossAS to use security in the beans and how to connect them from a remote client using RMI.

In this small article I show you the diffrent types of connecting from a client to the deployed sessionbean from part 1. In the first part I had choosen a really simple way to authorize the client. But there are more ways to achieve this. All of them manage the same but differs in the complexity or in the use case where and when to use. <a href="http://blog.e-beyond.de/2010/04/18/jaas-jboss-client-authentication/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.e-beyond.de/2010/04/18/jaas-jboss-client-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JAAS &amp; JBoss: Authentication</title>
		<link>http://blog.e-beyond.de/2010/04/16/jaas-jboss-authentication-1/</link>
		<comments>http://blog.e-beyond.de/2010/04/16/jaas-jboss-authentication-1/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 23:15:38 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[jaas]]></category>
		<category><![CDATA[rmi]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.e-beyond.de/?p=36</guid>
		<description><![CDATA[Currently I&#8217;m working on a project which uses the authentication in JBoss. I would say that&#8217;s not a very large project but it&#8217;s not an hello-world-project. In this project I was confronted with some issues. The most problematic is that &#8230; <a href="http://blog.e-beyond.de/2010/04/16/jaas-jboss-authentication-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.e-beyond.de/2010/04/16/jaas-jboss-authentication-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Clean-install of Liferay Portal Community Edition</title>
		<link>http://blog.e-beyond.de/2010/01/05/clean-install-of-liferay-portal-community-edition/</link>
		<comments>http://blog.e-beyond.de/2010/01/05/clean-install-of-liferay-portal-community-edition/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 10:32:48 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Liferay]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.e-beyond.de/?p=17</guid>
		<description><![CDATA[The clean install of Liferay Portal Community Edition (V. 5.2.3) is fairly straight forward. At first you&#8217;ll need the portal. You can obtain it for free from the liferay-website. There you&#8217;ll find two versions on the download page: The Enterprise &#8230; <a href="http://blog.e-beyond.de/2010/01/05/clean-install-of-liferay-portal-community-edition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.e-beyond.de/2010/01/05/clean-install-of-liferay-portal-community-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying objects recursively</title>
		<link>http://blog.e-beyond.de/2008/05/08/copying-objects-recursively/</link>
		<comments>http://blog.e-beyond.de/2008/05/08/copying-objects-recursively/#comments</comments>
		<pubDate>Thu, 08 May 2008 13:20:01 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.e-beyond.de/?p=8</guid>
		<description><![CDATA[Dozer is a javabean to javabean mapper which recursively copies data from one object to another. Which is great if you have mappings from hibernate and want to &#8220;convert&#8221; the object to an dto.]]></description>
		<wfw:commentRss>http://blog.e-beyond.de/2008/05/08/copying-objects-recursively/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

