<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Matt's Blog</title>
	<link>http://blog.rueedlinger.ch</link>
	<description>Software Engineering and Java</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:38:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Eclipse with Ubuntu 9.10 (karmic)</title>
		<description><![CDATA[I had some problems running eclipse 3.5 with Ubuntu 9.10 (Gnome 2.28.0 and GTK+ 2.18). When I clicked on an &#8220;open window&#8221; button nothing happens.
So after some googling I found that the problem is related with gtk. In version 2.18, GDK has been changed to use client-side windows. 
I added the following start script for [...]]]></description>
		<link>http://blog.rueedlinger.ch/2010/02/eclipse-with-ubuntu-9-10-karmic/</link>
			</item>
	<item>
		<title>Upcoming Reveiw Apache Maven 2 Effective Implementation</title>
		<description><![CDATA[Recently I received a E-mail from Packt Publishing. They asked me to do a Review about the book Apache Maven 2 Effective Implementation. Packt Publishing was so kind to provided me with a complimentary copy which I will be reviewing very soon.

So I’m looking forward to read the book and learn some new stuff about [...]]]></description>
		<link>http://blog.rueedlinger.ch/2009/11/upcoming-reveiw-apache-maven-2-effective-implementation/</link>
			</item>
	<item>
		<title>More readable and typeable&#8230;</title>
		<description><![CDATA[Hamcrest allows you to write readable constraints, which for example can be used with an assert statement. Hamcrest is included since JUnit 4.4 and it is the first time that third-party classes have been included in JUnit. But when you play around with Hamcrest and the assertThat statement you don&#8217;t want go back to old [...]]]></description>
		<link>http://blog.rueedlinger.ch/2009/02/more-readable-and-typeable/</link>
			</item>
	<item>
		<title>JYaml &#8211; YAML for Java</title>
		<description><![CDATA[“YAML Ain’t Markup Language” (abbreviated YAML) is a data serialization language designed to be human-friendly according to the official Yaml homepage. One implementation for the Java language is the JYaml framework.
There are a lot of other YAML frameworks for different languages. You find a list of some frameworks on the official Yaml homepage. 
Short Introduction [...]]]></description>
		<link>http://blog.rueedlinger.ch/2009/02/jyaml-yaml-for-java/</link>
			</item>
	<item>
		<title>.Net (C#) and SOAP with Attachments</title>
		<description><![CDATA[In our project we offer a web service to our customers and to simplify the use of the web service we have implemented web service clients as examples in different frameworks. So we have the usual suspects for Java (JAX-WS, Apache CXF and Axis).
I was asked if I’m interested in program a web service client [...]]]></description>
		<link>http://blog.rueedlinger.ch/2009/01/net-c-and-soap-with-attachments/</link>
			</item>
	<item>
		<title>I wanted to buy an apache wicket book but I got stuck on stripes</title>
		<description><![CDATA[So today I wanted to buy an apache wicket book, because I try to create a simple example which shows how you could use apache activemq as embedded JMS broker in a web application with spring and hibernate to process data asynchronously.
I have already written the whole business layer (spring, hibernate and JMS) but for [...]]]></description>
		<link>http://blog.rueedlinger.ch/2008/12/i-wanted-to-buy-an-apache-wicket-book-but-i-got-stuck-on-stripes/</link>
			</item>
	<item>
		<title>Thanks Head First Servlet and JSP</title>
		<description><![CDATA[&#8230;. I am now a Sun Certified Web Component Developer (SCWCD). The Oreilly Book Head First Servlet and JSP gives you a quick overview about what you should know. One advantages of the Book is it&#8217;s very &#8220;brain friendly&#8221;. But I got some tough  questions on the exam which were not covered in the Book.
When [...]]]></description>
		<link>http://blog.rueedlinger.ch/2008/12/thanks-head-first-servlet-and-jsp/</link>
			</item>
	<item>
		<title>EJB 3.1 and JSF 2.0 with GlassFish V3 Prelude</title>
		<description><![CDATA[I got finally some time to write a simple CRUD web application with EJB 3.1 (JPA) and JSF 2.0 (facelets). Keep in mind that JSF 2.0 and EJB 3.1 are still in development and that some features are not yet implemented or can change. The goal was to make a simple GlassFish V3 Prelude project [...]]]></description>
		<link>http://blog.rueedlinger.ch/2008/11/ejb-31-and-jsf-20-with-glassfish-v3-prelude/</link>
			</item>
	<item>
		<title>Is Linux the better choice for Java developers?</title>
		<description><![CDATA[Last week I had a discussion with some colleges from work, if it would be better when we used Linux instead of Windows. I don&#8217;t want to start a flame war with my blog. I personally use Linux because when I was a student I couldn&#8217;t effort the licenses cost :-) and since then I [...]]]></description>
		<link>http://blog.rueedlinger.ch/2008/11/is-linux-the-better-choice-for-java-developers/</link>
			</item>
	<item>
		<title>First look at GlassFish V3 Prelude</title>
		<description><![CDATA[So finally I was able to install GlassFish V3 (glassfish-v3-prelude-b28 ) on my Ubuntu Linux. The previous version didn&#8217;t work because I was not able to run the update tool.
First download GlassFish V3 Prelude b28 and run the following commands.

$ chmod 755 glassfish-v3-prelude-b28b-unix.sh
$ ./glassfish-v3-prelude-b28b-unix.sh

Hint : When you choose a password for your GlassFish make sure [...]]]></description>
		<link>http://blog.rueedlinger.ch/2008/10/first-look-at-glassfish-v3-part-1/</link>
			</item>
</channel>
</rss>
