<?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>JMCblog &#187; EJB 3.0</title>
	<atom:link href="http://blog.jmc.bz/category/ejb-30/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.jmc.bz</link>
	<description>Nothing in particular...</description>
	<lastBuildDate>Wed, 21 Sep 2011 11:34:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>New JBoss with Eclipse howto from Gerhard Schuster</title>
		<link>http://blog.jmc.bz/2007/09/26/new-jboss-with-eclipse-howto-from-gerhard-schuster</link>
		<comments>http://blog.jmc.bz/2007/09/26/new-jboss-with-eclipse-howto-from-gerhard-schuster#comments</comments>
		<pubDate>Wed, 26 Sep 2007 16:50:41 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[EJB 3.0]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/2007/09/26/new-jboss-with-eclipse-howto-from-gerhard-schuster/</guid>
		<description><![CDATA[Gerhard Schuster is working on some How-to&#8217;s about how to use Eclipse 3.3 to develop and connect EJB 3.0 Beans running on JBoss 4.2. He&#8217;s using a lot of screenshots to make it easy to follow his instructions. I think it is a worthwhile read for anybody interested in this topic who wants some more [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2007/09/26/new-jboss-with-eclipse-howto-from-gerhard-schuster/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JBoss EJB 3 with Eclipse RCP [Part 5]</title>
		<link>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-5</link>
		<comments>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-5#comments</comments>
		<pubDate>Sun, 20 May 2007 09:02:24 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[EJB 3.0]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-5/</guid>
		<description><![CDATA[Some code to test To get something working we need to insert some code in our RCP. We will insert it directly in the Application.java. All output will be echo to the console so that there is no need for a GUI: Application.java PLAIN TEXT JAVA: package bz.jmc.blog.rcp_with_jboss.rcp; &#160; import java.util.Properties; &#160; import javax.naming.Context; import [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JBoss EJB 3 with Eclipse RCP [Part 4]</title>
		<link>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-4</link>
		<comments>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-4#comments</comments>
		<pubDate>Sun, 20 May 2007 08:55:25 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[EJB 3.0]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-4/</guid>
		<description><![CDATA[Dependencies und Buddy-Policy First we need to declare the RCP dependend on the JBoss-plugin. Now we define the Buddy-Policy in the JBoss plugin ( insert "Eclipse-BuddyPolicy: registered" in the Manifest.MF) and let the RCP-Plugin register as a buddy (insert "Eclipse-RegisterBuddy: org.jboss.client" in the Manifest.MF). Please ensure that there is always a blank line at the [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-4/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using JBoss EJB 3 with Eclipse RCP [Part 3]</title>
		<link>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-3</link>
		<comments>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-3#comments</comments>
		<pubDate>Sun, 20 May 2007 08:28:11 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[EJB 3.0]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-3/</guid>
		<description><![CDATA[Creating the RCP-Plugins Using the menus File &#62; New &#62; Project we will create our RCP. All details you can find in the following 4 screenshots: Creating the JBoss-Client-Plugin Our plugin with the JBoss-Classes will be created similar to the RCP-plugin. But in this case we are using "Plug-in from existing JAR archives". In the [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JBoss EJB 3 with Eclipse RCP [Part 2]</title>
		<link>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-2</link>
		<comments>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-2#comments</comments>
		<pubDate>Sun, 20 May 2007 08:19:29 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[EJB 3.0]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-2/</guid>
		<description><![CDATA[The Demo-EJB As a simple example EJB, which will be used in our RCP, we will use a small EJB 3.0 stateless session bean. It's a typical "Hello World" bean: MyTestStatelessSessionRemote.java PLAIN TEXT JAVA: package bz.jmc.blog.tutorial.rcp_with_jboss.ejb; &#160; import javax.ejb.Remote; &#160; @Remote public interface MyTestStatelessSessionRemote &#123; &#160; public String sayHello&#40;&#41;; &#160; &#125; MyTestStatelessSessionBean.java PLAIN TEXT JAVA: [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2007/05/20/using-jboss-ejb-3-with-eclipse-rcp-part-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using JBoss EJB 3 with Eclipse RCP [Part 1]</title>
		<link>http://blog.jmc.bz/2007/05/19/using-jboss-ejb-3-with-eclipse-rcp-part-1</link>
		<comments>http://blog.jmc.bz/2007/05/19/using-jboss-ejb-3-with-eclipse-rcp-part-1#comments</comments>
		<pubDate>Sat, 19 May 2007 11:46:37 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[EJB 3.0]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/2007/05/19/using-jboss-ejb-3-with-eclipse-rcp-part-1/</guid>
		<description><![CDATA[I got a lot of hits to my article about how to connect an Eclipse Rich Client Project to JBoss and EJB 3. Most of these hits came from people outside of germany and they left right after entering the page. So I think that there is some interest in an english version of this [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2007/05/19/using-jboss-ejb-3-with-eclipse-rcp-part-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBoss EJB 3.0 mit Eclipse RCP nutzen</title>
		<link>http://blog.jmc.bz/2006/07/29/jboss-ejb-30-mit-eclipse-rcp-nutzen</link>
		<comments>http://blog.jmc.bz/2006/07/29/jboss-ejb-30-mit-eclipse-rcp-nutzen#comments</comments>
		<pubDate>Sat, 29 Jul 2006 13:12:08 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[EJB 3.0]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/2006/07/29/jboss-ejb-30-mit-eclipse-rcp-nutzen/</guid>
		<description><![CDATA[English language version here Als ich neulich das erste Mal aus einer Eclipse RCP heraus auf JBoss zugreifen wollte, bekam ich gleich die unsch&#246;nen Seiten des OSGI-Classloading zu sp&#252;ren. Meine Suche im Web nach einer L&#246;sung f&#246;rderte eigentlich nur die Fragen von anderen zu diesem Thema zu Tage. Daher nun hier mein Versuch, ein kleines [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2006/07/29/jboss-ejb-30-mit-eclipse-rcp-nutzen/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Neues Buch von O&#8217;Reilly: Enterprise JavaBeans 3.0</title>
		<link>http://blog.jmc.bz/2006/07/08/neues-buch-von-oreilly-enterprise-javabeans-30</link>
		<comments>http://blog.jmc.bz/2006/07/08/neues-buch-von-oreilly-enterprise-javabeans-30#comments</comments>
		<pubDate>Sat, 08 Jul 2006 09:35:10 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[EJB 3.0]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/2006/07/08/neues-buch-von-oreilly-enterprise-javabeans-30/</guid>
		<description><![CDATA[Seit einiger Zeit versuche ich mir das Thema Java EE n&#228;her zu bringen. Bisher habe ich dazu 3 deutschsprachige B&#252;cher gelesen, die sich alle aber noch mit J2EE 2.1 besch&#228;ftigt haben. Mit Version 2.1 ist das Thema aber doch sehr komplex sodass ich kurz davor war meine Bem&#252;hungen einzustellen. Seit der JavaOne 2006 ist aber [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2006/07/08/neues-buch-von-oreilly-enterprise-javabeans-30/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

