<?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; Java</title>
	<atom:link href="http://blog.jmc.bz/category/java/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>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>Numiton portiert WordPress nach Java</title>
		<link>http://blog.jmc.bz/2008/10/07/numiton-portiert-wordpress-nach-java</link>
		<comments>http://blog.jmc.bz/2008/10/07/numiton-portiert-wordpress-nach-java#comments</comments>
		<pubDate>Tue, 07 Oct 2008 11:13:16 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Numiton]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/?p=357</guid>
		<description><![CDATA[Numiton, ein rum&#228;nisches Start-Up-Unternehmen, hat WordPress 2.5.1 nach Java / Spring MVC portiert. In der nun ver&#246;ffentlichten Version sind schon fast alle WordPress-Features enthalten. Sein Geld verdient Numiton mit der automatisierten Code-Migration. Die hierf&#252;r erstellten Werkzeuge kamen auch bei nWordPress (nWP) zum Einsatz. Sobald der generierte Code aufger&#228;umt ist, wollen die Entwickler einige wichtige WordPress-Plugins [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2008/10/07/numiton-portiert-wordpress-nach-java/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[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>Druckerprobleme unter Java in Ubuntu 6.10</title>
		<link>http://blog.jmc.bz/2007/02/11/druckerprobleme-unter-java-in-ubuntu-610</link>
		<comments>http://blog.jmc.bz/2007/02/11/druckerprobleme-unter-java-in-ubuntu-610#comments</comments>
		<pubDate>Sun, 11 Feb 2007 13:37:53 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/2007/02/11/druckerprobleme-unter-java-in-ubuntu-610/</guid>
		<description><![CDATA[M&#246;glicherweise steht jemand ebenfalls mal vor dem Problem unter Ubuntu 6.10 aus einer Java-Anwendung heraus drucken zu wollen. Leider ist dies erstmal nicht m&#246;glich, das Java-Programm meldet immer eine Exception: PLAIN TEXT JAVA: java.awt.print.PrinterException: Printer is not accepting job. Die Ursache ist allerdings leicht zu beheben: Im Verzeichnis /etc/cups eine Datei client.conf anlegen. In dieser [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2007/02/11/druckerprobleme-unter-java-in-ubuntu-610/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSR 223 (Scripting for the JavaTM Platform) legt Final Draft vor</title>
		<link>http://blog.jmc.bz/2006/08/17/jsr-223-scripting-for-the-javatm-platform-legt-final-draft-vor</link>
		<comments>http://blog.jmc.bz/2006/08/17/jsr-223-scripting-for-the-javatm-platform-legt-final-draft-vor#comments</comments>
		<pubDate>Thu, 17 Aug 2006 21:13:21 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/2006/08/17/jsr-223-scripting-for-the-javatm-platform-legt-final-draft-vor/</guid>
		<description><![CDATA[Ich habe gerade gesehen, das am 10. August 2006 der Finale Entwuf f&#252;r die Integration von Skript-Sprachen in die Java EE Platform vorgelegt wurde. Zu finden ist das Ganze auf den Seiten des Java Community Process. Ziel des JSR ist die Integration von Skript-Sprachen zur Erstellung von Web-Content in die Java EE Plattform. Die Implementation [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2006/08/17/jsr-223-scripting-for-the-javatm-platform-legt-final-draft-vor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

