<?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; English</title>
	<atom:link href="http://blog.jmc.bz/category/en_us/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>Projekt 366 / 2008: Ein Jahr in Bildern</title>
		<link>http://blog.jmc.bz/2009/02/07/projekt-366-2008-ein-jahr-in-bildern</link>
		<comments>http://blog.jmc.bz/2009/02/07/projekt-366-2008-ein-jahr-in-bildern#comments</comments>
		<pubDate>Sat, 07 Feb 2009 15:09:53 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Photographie]]></category>
		<category><![CDATA[Project365]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/?p=449</guid>
		<description><![CDATA[Mit ein wenig Versp&#228;tung ist es nun endlich fertig: mein Projekt 366 Video mit meinen Ansichten 2008. Ganz durchgehalten habe ich leider nicht, am Ende sind es nur knapp 180 Photos geworden. Ein halbes Projekt 366 also Viel Spass beim anschauen! Flickr Sammlung mit allen Bildern 2008 &#8211; a year in pictures Finally it&#8217;s here: [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2009/02/07/projekt-366-2008-ein-jahr-in-bildern/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Project365 iCal Tool</title>
		<link>http://blog.jmc.bz/2008/10/06/project365-ical-tool</link>
		<comments>http://blog.jmc.bz/2008/10/06/project365-ical-tool#comments</comments>
		<pubDate>Mon, 06 Oct 2008 18:53:55 +0000</pubDate>
		<dc:creator>jmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Project365]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[iCal]]></category>

		<guid isPermaLink="false">http://blog.jmc.bz/?p=355</guid>
		<description><![CDATA[English version below! Mittlerweile gibt es eine Menge Leute, die f&#252;r sich ein Project365 angefangen haben und versuchen, f&#252;r ein Jahr lang jeden Tag ein Photo zu machen. Vielen wird es sicher wie mir gehen, dass es mal Tage gibt, wo man eben genau das nicht schafft (aus welchem Grund auch immer). Ich komme daher [...]]]></description>
		<wfw:commentRss>http://blog.jmc.bz/2008/10/06/project365-ical-tool/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>
	</channel>
</rss>
