<?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>SteveJ's Blog &#187; EJB</title>
	<atom:link href="http://blog.stefanjaeger.ch/category/ejb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stefanjaeger.ch</link>
	<description>Welcome to this Blog. I am Software Engineer and work for Zühlke Engineering AG in Bern. This is my private blog, in which I will post mainly about technical stuff like Software Engineering or IT related topics. The views expressed herein do not necessarily represent those of my employer.</description>
	<lastBuildDate>Tue, 16 Jun 2009 08:37:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sun Certified Business Component Developer Factsheets</title>
		<link>http://blog.stefanjaeger.ch/2008/11/14/sun-certified-business-component-developer/</link>
		<comments>http://blog.stefanjaeger.ch/2008/11/14/sun-certified-business-component-developer/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 17:24:22 +0000</pubDate>
		<dc:creator>Steve J.</dc:creator>
				<category><![CDATA[EJB]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/11/14/sun-certified-business-component-developer/</guid>
		<description><![CDATA[Today, I passed the SCBCD exam! Here some information&#8217;s, which helped me to pass the exam:

Study Guide
http://java.boot.by/scbcd5-guide/
Free Training Test:
http://www.sun.com/training/certification/assessment/

I also wrote some “Factsheets”, which I used to sum up all topics. Besides Factsheet 0, they can also be used as an assistance on the daily EJB 3.0 work.

Factsheet 0 &#8211; some stuff, which is only [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I passed the SCBCD exam! Here some information&#8217;s, which helped me to pass the exam:</p>
<ul>
<li>Study Guide<br />
<a title="http://java.boot.by/scbcd5-guide/" href="http://java.boot.by/scbcd5-guide/">http://java.boot.by/scbcd5-guide/</a></li>
<li>Free Training Test:<br />
<a title="http://www.sun.com/training/certification/assessment/" href="http://www.sun.com/training/certification/assessment/">http://www.sun.com/training/certification/assessment/</a></li>
</ul>
<p>I also wrote some “Factsheets”, which I used to sum up all topics. Besides Factsheet 0, they can also be used as an assistance on the daily EJB 3.0 work.</p>
<ul>
<li><a title="http://blog.stefanjaeger.ch/wp-content/factsheet0_scbcd.pdf" href="http://blog.stefanjaeger.ch/wp-content/factsheet0_scbcd.pdf">Factsheet 0 &#8211; some stuff, which is only for the SCBCD relevant</a></li>
<li><a title="http://blog.stefanjaeger.ch/wp-content/factsheet1_statefulandstatelessbeans.pdf" href="http://blog.stefanjaeger.ch/wp-content/factsheet1_statefulandstatelessbeans.pdf">Factsheet 1 &#8211; Stateful and Stateless Session Beans</a></li>
<li><a title="http://blog.stefanjaeger.ch/wp-content/factsheet2_mdbsandjms.pdf" href="http://blog.stefanjaeger.ch/wp-content/factsheet2_mdbsandjms.pdf">Factsheet 2 &#8211; MDBs and JMS</a></li>
<li><a title="http://blog.stefanjaeger.ch/wp-content/factsheet3_transactionsandsecurity.pdf" href="http://blog.stefanjaeger.ch/wp-content/factsheet3_transactionsandsecurity.pdf">Factsheet 3 &#8211; Transactions and Security</a></li>
<li><a title="http://blog.stefanjaeger.ch/wp-content/factsheet4_jpa1.pdf" href="http://blog.stefanjaeger.ch/wp-content/factsheet4_jpa1.pdf">Factsheet 4 &#8211; JPA, part 1</a></li>
<li><a title="http://blog.stefanjaeger.ch/wp-content/factsheet5_jpa2.pdf" href="http://blog.stefanjaeger.ch/wp-content/factsheet5_jpa2.pdf">Factsheet 5 &#8211; JPA, part 2</a></li>
</ul>
<p>If you find any mistakes in the Factsheet, just let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stefanjaeger.ch/2008/11/14/sun-certified-business-component-developer/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>EJB 3.0 and IIOP.NET</title>
		<link>http://blog.stefanjaeger.ch/2008/01/28/ejb-30-and-iiopnet/</link>
		<comments>http://blog.stefanjaeger.ch/2008/01/28/ejb-30-and-iiopnet/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 21:28:49 +0000</pubDate>
		<dc:creator>Steve J.</dc:creator>
				<category><![CDATA[EJB]]></category>
		<category><![CDATA[Glassfish]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/01/28/ejb-30-and-iiopnet/</guid>
		<description><![CDATA[Some months ago, I wrote an article for accessing an EJB Sessionbean from a C# client. Just have a look.
Download as PDF
]]></description>
			<content:encoded><![CDATA[<p>Some months ago, I wrote an <a href="http://stefanjaeger.ch/user_files/EJB3.0_IIOP.NET.pdf">article</a> for accessing an EJB Sessionbean from a C# client. Just have a look.</p>
<p><a href="http://stefanjaeger.ch/user_files/EJB3.0_IIOP.NET.pdf">Download as PDF</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stefanjaeger.ch/2008/01/28/ejb-30-and-iiopnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
