<?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; Eclipse IDE</title>
	<atom:link href="http://blog.jmc.bz/category/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.jmc.bz</link>
	<description>Nothing in particular...</description>
	<lastBuildDate>Sun, 11 Apr 2010 16:45:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fehlende Features beim Export in Eclipse</title>
		<link>http://blog.jmc.bz/2009/12/21/fehlende-features-beim-export-in-eclipse</link>
		<comments>http://blog.jmc.bz/2009/12/21/fehlende-features-beim-export-in-eclipse#comments</comments>
		<pubDate>Mon, 21 Dec 2009 12:52:05 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/?p=579</guid>
		<description><![CDATA[Wenn man mit dem &#8220;Product Export Wizard&#8221; unter Eclipse 3.4 versucht ein auf Features basierendes Produkt zu exportieren, kann es vorkommen das nicht alle Features exportiert werden. Das Problem liegt darin, dass in der .product-Datei nicht nur die Features selbst gespeichert werden sondern auch eine Versionsnummer (n&#228;mlich die, die beim hinzuf&#252;gen des Features zum Produkt [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2009/12/21/fehlende-features-beim-export-in-eclipse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[EJB 3.0]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Java]]></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[EJB 3.0]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Java]]></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[EJB 3.0]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Java]]></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[EJB 3.0]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Java]]></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[EJB 3.0]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Java]]></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[EJB 3.0]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Java]]></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[EJB 3.0]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Java]]></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>Eclipse mal einfach</title>
		<link>http://blog.jmc.bz/2006/06/01/eclipse-mal-einfach</link>
		<comments>http://blog.jmc.bz/2006/06/01/eclipse-mal-einfach#comments</comments>
		<pubDate>Thu, 01 Jun 2006 19:22:16 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Eclipse IDE]]></category>

		<guid isPermaLink="false">http://jmc.bz/wordpress/2006/06/01/eclipse-mal-einfach/</guid>
		<description><![CDATA[Nun, der Einstieg in die Eclipse IDE kann durchaus anstrengend sein. Es ist ja nicht das Eclipse-Paket allein was ben&#246;tigt wird, es d&#252;rfen ja auch gerne einige Plug-Ins sein bis die ganze Sache anf&#228;ngt Spass zu machen. Diese dann aber bitte noch in der richtigen Version und mit erf&#252;llten Abh&#228;ngigkeiten. Viel Arbeit also, die sich [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2006/06/01/eclipse-mal-einfach/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
