<?xml version="1.0" encoding="UTF-8"?>
<!-- name="generator" content="blojsom v3.3" -->
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <channel>
        <title>Developers Blog - Programming Languages, Technologies and Visions</title>
        <link>http://www.developers-blog.org/blog/default</link>
        <description>Topics: Visions, Architecture Issues, Programming Languages, ...</description>
        <language>en</language>
        <image>
            <url>http://www.developers-blog.org/favicon.ico</url>
            <title>Developers Blog - Programming Languages, Technologies and Visions</title>
            <link>http://www.developers-blog.org/blog/default</link>
        </image>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>blojsom v3.3</generator>
		<managingEditor>rafael.sobek@web.de</managingEditor>
		<webMaster>rafael.sobek@web.de</webMaster>
		<pubDate>Sat, 21 Aug 2010 11:11:10 +0000</pubDate>

                        <item>
            <title>Track window and widget events with AT-SPI</title>
            <link>http://www.developers-blog.org/blog/default/2010/08/21/Track-window-and-widget-events-with-AT-SPI</link>
            <description>AT-SPI is an abbreviation for Assistive Technology Service Provider Interface. It's an inter-process communication API based on ...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/08/21/Track-window-and-widget-events-with-AT-SPI</guid>
			<pubDate>Sat, 21 Aug 2010 11:11:10 +0000</pubDate>
            <category>/Linux/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Linux/2010/08/21/Track-window-and-widget-events-with-AT-SPI</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/08/21/Track-window-and-widget-events-with-AT-SPI?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>DBus Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/08/19/DBus-Example</link>
            <description>DBus represents an inter-process communication framework (IPC), which is especially used on Linux desktop environments. DBus is ...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/08/19/DBus-Example</guid>
			<pubDate>Thu, 19 Aug 2010 07:48:12 +0000</pubDate>
            <category>/Linux/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Linux/2010/08/19/DBus-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/08/19/DBus-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Spring MVC and UTF-8 Encoding with CharacterEncodingFilter</title>
            <link>http://www.developers-blog.org/blog/default/2010/08/17/Spring-MVC-and-UTF-8-Encoding-with-CharacterEncodingFilter</link>
            <description>JSP web applications often have to use the following page instruction for setting charset encoding. The pageEncoding attribute d...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/08/17/Spring-MVC-and-UTF-8-Encoding-with-CharacterEncodingFilter</guid>
			<pubDate>Tue, 17 Aug 2010 20:04:57 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/08/17/Spring-MVC-and-UTF-8-Encoding-with-CharacterEncodingFilter</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/08/17/Spring-MVC-and-UTF-8-Encoding-with-CharacterEncodingFilter?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>How to get all window events at GNOME environment</title>
            <link>http://www.developers-blog.org/blog/default/2010/08/15/How-to-get-all-window-events-in-GNOME-environment</link>
            <description>The WNCK API (Window Navigation Construction Kit) allows user interface developers to track all events of GNOME/GTK windows. It ...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/08/15/How-to-get-all-window-events-in-GNOME-environment</guid>
			<pubDate>Sun, 15 Aug 2010 21:41:08 +0000</pubDate>
            <category>/Linux/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Linux/2010/08/15/How-to-get-all-window-events-in-GNOME-environment</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/08/15/How-to-get-all-window-events-in-GNOME-environment?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>XServer Event Handling C Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/08/10/XServer-Event-Handling-C-Example</link>
            <description>The X Server or X Window System defines a basic graphical network protocol. It offers low-level drawing operations, window state...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/08/10/XServer-Event-Handling-C-Example</guid>
			<pubDate>Tue, 10 Aug 2010 04:40:40 +0000</pubDate>
            <category>/Linux/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Linux/2010/08/10/XServer-Event-Handling-C-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/08/10/XServer-Event-Handling-C-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Caching Example with Spring Annotations and Ehcache</title>
            <link>http://www.developers-blog.org/blog/default/2010/06/07/Caching-Example-with-Spring-Annotations-and-Ehcache</link>
            <description>Recently I looked for an easy method caching mechanism. Especially in distributed environments request handling often takes a lo...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/06/07/Caching-Example-with-Spring-Annotations-and-Ehcache</guid>
			<pubDate>Mon, 7 Jun 2010 22:12:00 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/06/07/Caching-Example-with-Spring-Annotations-and-Ehcache</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/06/07/Caching-Example-with-Spring-Annotations-and-Ehcache?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>SoapUI : JDBC Request Step example with a Sybase database</title>
            <link>http://www.developers-blog.org/blog/default/2010/04/30/SoapUI-JDBC-Request-Step-example-with-a-Sybase-database</link>
            <description>I have recently played with one of the new TestSteps introduced in soapUI 3.5. Here it what came out...In the following example,...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/04/30/SoapUI-JDBC-Request-Step-example-with-a-Sybase-database</guid>
			<pubDate>Fri, 30 Apr 2010 08:19:32 +0000</pubDate>
            <category>/Testing/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Testing/2010/04/30/SoapUI-JDBC-Request-Step-example-with-a-Sybase-database</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/04/30/SoapUI-JDBC-Request-Step-example-with-a-Sybase-database?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>JQuery Ajax Client and Jersey Rest Endpoint Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/04/27/JQuery-Ajax-Client-and-Jersey-Rest-JSON-Endpoint-Example</link>
            <description>JQuery is a JavaScript framework for DOM manipulation and navigation. Jersey is the reference implementation of the Java API for...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/04/27/JQuery-Ajax-Client-and-Jersey-Rest-JSON-Endpoint-Example</guid>
			<pubDate>Tue, 27 Apr 2010 21:27:50 +0000</pubDate>
            <category>/uncategorized/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/uncategorized/2010/04/27/JQuery-Ajax-Client-and-Jersey-Rest-JSON-Endpoint-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/04/27/JQuery-Ajax-Client-and-Jersey-Rest-JSON-Endpoint-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Auto Deployment of OSGI Bundles with Felix File Install</title>
            <link>http://www.developers-blog.org/blog/default/2010/04/18/Auto-Deployment-of-OSGI-Bundles-with-Felix-File-Install</link>
            <description>The Apache Felix File Install Bundle enables an automatic OSGI bundle deployment process. By itself this bundle scans regularly ...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/04/18/Auto-Deployment-of-OSGI-Bundles-with-Felix-File-Install</guid>
			<pubDate>Sun, 18 Apr 2010 22:04:28 +0000</pubDate>
            <category>/OSGI/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/OSGI/2010/04/18/Auto-Deployment-of-OSGI-Bundles-with-Felix-File-Install</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/04/18/Auto-Deployment-of-OSGI-Bundles-with-Felix-File-Install?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>How to increase test coverage with Cobertura</title>
            <link>http://www.developers-blog.org/blog/default/2010/04/15/Cobertura-Maven-Plugin</link>
            <description>Cobertura is a powerful tool to increase test coverage of Java software. It reports and checks your test coverage. At this Cober...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/04/15/Cobertura-Maven-Plugin</guid>
			<pubDate>Thu, 15 Apr 2010 19:10:00 +0000</pubDate>
            <category>/Maven/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Maven/2010/04/15/Cobertura-Maven-Plugin</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/04/15/Cobertura-Maven-Plugin?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Java Object Mapping - Dozer Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/04/11/Java-Object-Mapping-Dozer-Example</link>
            <description>Central point of software development is to handle data aggregation, data separation, data transformation and so on. For example...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/04/11/Java-Object-Mapping-Dozer-Example</guid>
			<pubDate>Sun, 11 Apr 2010 23:09:29 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/04/11/Java-Object-Mapping-Dozer-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/04/11/Java-Object-Mapping-Dozer-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Mockito Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/04/11/Mockito-Example</link>
            <description>Mockito compared to EasyMock seems to be more easily and has more flexibility. First it's able to mock up interfaces as well as ...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/04/11/Mockito-Example</guid>
			<pubDate>Sun, 11 Apr 2010 17:04:14 +0000</pubDate>
            <category>/Testing/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Testing/2010/04/11/Mockito-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/04/11/Mockito-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>SSH Port Forwading and Tunneling</title>
            <link>http://www.developers-blog.org/blog/default/2010/04/05/SSH-Port-Forwading-and-Tunneling</link>
            <description>Sometimes it's useful to forward a port from a source to a target machine. For instance port forwading itself is used by a route...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/04/05/SSH-Port-Forwading-and-Tunneling</guid>
			<pubDate>Mon, 5 Apr 2010 05:23:08 +0000</pubDate>
            <category>/Linux/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Linux/2010/04/05/SSH-Port-Forwading-and-Tunneling</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/04/05/SSH-Port-Forwading-and-Tunneling?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>OSGI Tutorial - Dynamic Usage of ServiceTracker</title>
            <link>http://www.developers-blog.org/blog/default/2010/03/31/OSGI-Tutorial-How-to-use-ServiceTracker-to-get-Services</link>
            <description>ServiceTracker IntroductionSometimes an OSGI bundle wants to access a dependent OSGI Service, which wasn't registered yet. Furth...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/03/31/OSGI-Tutorial-How-to-use-ServiceTracker-to-get-Services</guid>
			<pubDate>Wed, 31 Mar 2010 06:50:17 +0000</pubDate>
            <category>/OSGI/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/OSGI/2010/03/31/OSGI-Tutorial-How-to-use-ServiceTracker-to-get-Services</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/03/31/OSGI-Tutorial-How-to-use-ServiceTracker-to-get-Services?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>OSGI Tutorial and Running Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/03/22/OSGI-Tutorial-with-running-example</link>
            <description>IntroductionOSGI implements a dynamic component model for the Java platform. OSGI components or bundles defines its own context ...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/03/22/OSGI-Tutorial-with-running-example</guid>
			<pubDate>Mon, 22 Mar 2010 09:39:29 +0000</pubDate>
            <category>/OSGI/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/OSGI/2010/03/22/OSGI-Tutorial-with-running-example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/03/22/OSGI-Tutorial-with-running-example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Definition Builder mit Java Beispiel</title>
            <link>http://www.developers-blog.org/blog/default/2010/03/07/Definition-Builder-mit-Java-Beispiel</link>
            <description>Definition:Der Builder wird genutzt, wenn ein und derselbe Konstruktionsprozeß eines Objekts unterschiedliche Repräsentationen e...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/03/07/Definition-Builder-mit-Java-Beispiel</guid>
			<pubDate>Sun, 7 Mar 2010 14:14:08 +0000</pubDate>
            <category>/Design+Pattern/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Design+Pattern/2010/03/07/Definition-Builder-mit-Java-Beispiel</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/03/07/Definition-Builder-mit-Java-Beispiel?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>SoapUI limitations and workarounds : mock response test step</title>
            <link>http://www.developers-blog.org/blog/default/2010/03/04/SoapUI-limitations-and-workarounds-mock-response-test-step</link>
            <description>The following example describes one limitation of soapUI and a possible workaround. It concerns the way mock services are used i...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/03/04/SoapUI-limitations-and-workarounds-mock-response-test-step</guid>
			<pubDate>Thu, 4 Mar 2010 12:17:11 +0000</pubDate>
            <category>/Testing/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Testing/2010/03/04/SoapUI-limitations-and-workarounds-mock-response-test-step</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/03/04/SoapUI-limitations-and-workarounds-mock-response-test-step?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>SOAP web service testing with soapUI</title>
            <link>http://www.developers-blog.org/blog/default/2010/03/03/Webservice-testing-with-soapUI</link>
            <description>SoapUI is a useful tool for testing web services. Not only makes it possible to test deployed web services, but it also offers t...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/03/03/Webservice-testing-with-soapUI</guid>
			<pubDate>Wed, 3 Mar 2010 16:51:00 +0000</pubDate>
            <category>/Testing/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Testing/2010/03/03/Webservice-testing-with-soapUI</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/03/03/Webservice-testing-with-soapUI?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Integration of soapUI tests in maven build lifecycle</title>
            <link>http://www.developers-blog.org/blog/default/2010/03/03/Integration-of-soapUI-tests-in-maven-build-cycle</link>
            <description>This article extends the basic example described in "Web service testing with soapUI". It describes how to integrate soapUI test...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/03/03/Integration-of-soapUI-tests-in-maven-build-cycle</guid>
			<pubDate>Wed, 3 Mar 2010 15:11:02 +0000</pubDate>
            <category>/Testing/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Testing/2010/03/03/Integration-of-soapUI-tests-in-maven-build-cycle</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/03/03/Integration-of-soapUI-tests-in-maven-build-cycle?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>SOAP web service testing with soapUI : exceptions</title>
            <link>http://www.developers-blog.org/blog/default/2010/03/03/Web-service-testing-with-soapUI-exceptions</link>
            <description>This article extends the basic example described in "Web service testing with soapUI". It describes how to test and simulate exc...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/03/03/Web-service-testing-with-soapUI-exceptions</guid>
			<pubDate>Wed, 3 Mar 2010 13:46:15 +0000</pubDate>
            <category>/Testing/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Testing/2010/03/03/Web-service-testing-with-soapUI-exceptions</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/03/03/Web-service-testing-with-soapUI-exceptions?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Comparison between Linux and Windows job requirement trends</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/28/Comparison-Linux-and-Windows-job-requirement-trends</link>
            <description>The following charts shows the trend of Windows and Linux job requirements of the last years.First you see the Windows trend is ...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/28/Comparison-Linux-and-Windows-job-requirement-trends</guid>
			<pubDate>Sun, 28 Feb 2010 08:44:25 +0000</pubDate>
            <category>/Linux/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Linux/2010/02/28/Comparison-Linux-and-Windows-job-requirement-trends</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/28/Comparison-Linux-and-Windows-job-requirement-trends?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Definition Abstrakte Fabrik mit Java Beispiel</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/25/Definition-Abstrakte-Fabrik-mit-Java-Beispiel</link>
            <description>Definition:Die abstrakte Fabrik bietet eine Schnittstelle zum Erzeugen verwandter Objekte. Programme, die auf die Konstruktion d...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/25/Definition-Abstrakte-Fabrik-mit-Java-Beispiel</guid>
			<pubDate>Thu, 25 Feb 2010 01:17:18 +0000</pubDate>
            <category>/Design+Pattern/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Design+Pattern/2010/02/25/Definition-Abstrakte-Fabrik-mit-Java-Beispiel</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/25/Definition-Abstrakte-Fabrik-mit-Java-Beispiel?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Definition Erzeugungsmuster</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/25/Definition-Erzeugungsmuster</link>
            <description>Erzeugungsmuster verstecken den Erzeugungsprozeß von Objekten. Sie nutzen Vererbung, um die Eigenschaften des zu erzeugenden Obj...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/25/Definition-Erzeugungsmuster</guid>
			<pubDate>Thu, 25 Feb 2010 00:50:46 +0000</pubDate>
            <category>/Design+Pattern/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Design+Pattern/2010/02/25/Definition-Erzeugungsmuster</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/25/Definition-Erzeugungsmuster?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Trend between Spring and EJB job requirements</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/24/Trend-between-Spring-and-EJB-job-requirements</link>
            <description>Recently I found a nice site about job trends. I looked for a chronological comparison between Spring and EJB job trends. The fo...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/24/Trend-between-Spring-and-EJB-job-requirements</guid>
			<pubDate>Wed, 24 Feb 2010 13:25:42 +0000</pubDate>
            <category>/Spring/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Spring/2010/02/24/Trend-between-Spring-and-EJB-job-requirements</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/24/Trend-between-Spring-and-EJB-job-requirements?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Unit testing with Hibernate and Spring</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/22/unit-testing-with-hibernate-and-spring</link>
            <description>Many applications use hibernate as OR-Mapper, i want show an easy and fast way how to unit test your DAOs and domain model.setup...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/22/unit-testing-with-hibernate-and-spring</guid>
			<pubDate>Mon, 22 Feb 2010 20:42:45 +0000</pubDate>
            <category>/Spring/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Spring/2010/02/22/unit-testing-with-hibernate-and-spring</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/22/unit-testing-with-hibernate-and-spring?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Native Maven Plugin - Build native C/C++ projects with Maven</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/21/Native-Maven-Plugin-Build-native-C-C-projects-with-Maven</link>
            <description>Recently I looked for an alternative to build C/C++ based source code with Maven. I found the Native Maven Plugin at codehaus.or...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/21/Native-Maven-Plugin-Build-native-C-C-projects-with-Maven</guid>
			<pubDate>Sun, 21 Feb 2010 11:53:36 +0000</pubDate>
            <category>/Maven/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Maven/2010/02/21/Native-Maven-Plugin-Build-native-C-C-projects-with-Maven</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/21/Native-Maven-Plugin-Build-native-C-C-projects-with-Maven?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Spring Hibernate - LazyInitializationException</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/17/Spring-Hibernate-LazyInitializationException</link>
            <description>Let's assume you want to map a one-to-many relation using hibernate. In this case we have a Person with a list of i.e. Attribute...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/17/Spring-Hibernate-LazyInitializationException</guid>
			<pubDate>Wed, 17 Feb 2010 22:20:43 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/02/17/Spring-Hibernate-LazyInitializationException</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/17/Spring-Hibernate-LazyInitializationException?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Configuring Beans in the Spring IoC Container</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/17/DD1F42616D13DD5A6437E617805C6135</link>
            <description>Spring is a powerful IoC container to manage components. To utilize the container components, you have to configure your beans. ...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/17/DD1F42616D13DD5A6437E617805C6135</guid>
			<pubDate>Wed, 17 Feb 2010 19:05:55 +0000</pubDate>
            <category>/Spring/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Spring/2010/02/17/DD1F42616D13DD5A6437E617805C6135</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/17/DD1F42616D13DD5A6437E617805C6135?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Spring Roo Tutorial</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/16/Spring-Roo</link>
            <description>Spring Roo is a tool made by the Spring developers to help you speed up the development of your (web-)applications.I tried Sprin...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/16/Spring-Roo</guid>
			<pubDate>Tue, 16 Feb 2010 18:22:26 +0000</pubDate>
            <category>/Spring/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Spring/2010/02/16/Spring-Roo</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/16/Spring-Roo?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Configure Log4j (log4j.xml)</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/16/Configure-Log4j</link>
            <description>The Apache Log4J project offers a framework for logging aspects in Java software components. Today Apache Log4j is a defacto sta...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/16/Configure-Log4j</guid>
			<pubDate>Tue, 16 Feb 2010 15:23:10 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/02/16/Configure-Log4j</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/16/Configure-Log4j?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Java3D Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/15/Java3D-Example-1</link>
            <description>Java3D is a specification for generation and manipulation of three-dimensional objects. It is based on the scene graph concept, ...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/15/Java3D-Example-1</guid>
			<pubDate>Mon, 15 Feb 2010 00:31:21 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/02/15/Java3D-Example-1</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/15/Java3D-Example-1?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Easymock example</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/12/Easymock-example</link>
            <description>Easymock helps you to realize isolated tests of your business logic. The idea of mock based tests is to mock all dependent objec...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/12/Easymock-example</guid>
			<pubDate>Fri, 12 Feb 2010 11:36:02 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/02/12/Easymock-example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/12/Easymock-example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>IRC Bot Tutorial</title>
            <link>http://www.developers-blog.org/blog/default/2010/02/02/IRC-Bot-Tutorial</link>
            <description>PircBot is a Java Framework which provides an API to write different kinds of interactive IRC bots. If you have finished your bo...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/02/02/IRC-Bot-Tutorial</guid>
			<pubDate>Tue, 2 Feb 2010 12:51:25 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/02/02/IRC-Bot-Tutorial</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/02/02/IRC-Bot-Tutorial?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Java SVG Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/24/Java-SVG-Example</link>
            <description>SVG (Scalable Vector Graphics) defines a vector graphic format based on XML schema. The Batik SVG Toolkit provides to use SVG gr...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/24/Java-SVG-Example</guid>
			<pubDate>Sun, 24 Jan 2010 22:35:54 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/01/24/Java-SVG-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/24/Java-SVG-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Java Scripting Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/12/Java-Scripting-Example</link>
            <description>The Java Specification Request (JSR) 223 helps Java developers to integrate scripting languages into their software components, ...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/12/Java-Scripting-Example</guid>
			<pubDate>Tue, 12 Jan 2010 00:17:45 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/01/12/Java-Scripting-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/12/Java-Scripting-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Spring Framework Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/11/Spring-Framework-Example</link>
            <description>The Spring Framework represents a dependency injection / inversion of control container framework for the Java platform. Further...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/11/Spring-Framework-Example</guid>
			<pubDate>Mon, 11 Jan 2010 15:01:36 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/01/11/Spring-Framework-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/11/Spring-Framework-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Java Servlet API - Difference between forward, include, redirect</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/10/Java-Servlet-API-Difference-between-forward-include-redirect</link>
            <description>For the correct request handling of the Java Servlet API Java developers have to undestand the differences of forward-, include-...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/10/Java-Servlet-API-Difference-between-forward-include-redirect</guid>
			<pubDate>Sun, 10 Jan 2010 18:08:49 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/01/10/Java-Servlet-API-Difference-between-forward-include-redirect</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/10/Java-Servlet-API-Difference-between-forward-include-redirect?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Useful Java tools</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/09/Useful-Java-tools</link>
            <description>Java 6 provides some useful console tools for analyze the state of your running Java application.jstack - Analyse your current s...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/09/Useful-Java-tools</guid>
			<pubDate>Sat, 9 Jan 2010 12:42:18 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/01/09/Useful-Java-tools</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/09/Useful-Java-tools?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Java Graphics Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/06/Java-Graphics-Example</link>
            <description>The Graphics API is the fundament of all drawing operations on different graphics devices. The Graphics Java class represents th...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/06/Java-Graphics-Example</guid>
			<pubDate>Wed, 6 Jan 2010 23:01:55 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/01/06/Java-Graphics-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/06/Java-Graphics-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>OpenJDK or Java Sun JDK on Ubuntu</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/05/OpenJDK-or-Java-Sun-JDK-on-Ubuntu</link>
            <description>Ubuntu enables to run more than one Java VM. Sometimes a dynamic change of Java VMs are needed. That's possible with the followi...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/05/OpenJDK-or-Java-Sun-JDK-on-Ubuntu</guid>
			<pubDate>Tue, 5 Jan 2010 15:49:25 +0000</pubDate>
            <category>/Linux/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Linux/2010/01/05/OpenJDK-or-Java-Sun-JDK-on-Ubuntu</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/05/OpenJDK-or-Java-Sun-JDK-on-Ubuntu?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>ApplicationContextAware - access application context from bean</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/05/ApplicationContextAware-access-application-context-from-bean</link>
            <description>Sometimes you need to access your Spring application context from a Spring instrumentalized Bean. For this use case you need to ...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/05/ApplicationContextAware-access-application-context-from-bean</guid>
			<pubDate>Tue, 5 Jan 2010 11:48:42 +0000</pubDate>
            <category>/Spring/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Spring/2010/01/05/ApplicationContextAware-access-application-context-from-bean</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/05/ApplicationContextAware-access-application-context-from-bean?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Spring scope</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/04/Spring-scope</link>
            <description>The default scope of a spring bean is singleton. In distributed systems it can be dangerous if more than one thread access to si...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/04/Spring-scope</guid>
			<pubDate>Mon, 4 Jan 2010 16:48:25 +0000</pubDate>
            <category>/Spring/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Spring/2010/01/04/Spring-scope</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/04/Spring-scope?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Rsync Examples</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/03/Rsync-Examples</link>
            <description>Directory or file synchronization is a relevant topic at IT industry. The most important use case are backups. The rsync command...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/03/Rsync-Examples</guid>
			<pubDate>Sun, 3 Jan 2010 19:12:48 +0000</pubDate>
            <category>/Linux/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Linux/2010/01/03/Rsync-Examples</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/03/Rsync-Examples?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Mysql New User</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/03/Mysql-New-User</link>
            <description>Because every time I forget handling to set new users and Mysql account privileges, I decided to write the following example://c...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/03/Mysql-New-User</guid>
			<pubDate>Sun, 3 Jan 2010 17:10:45 +0000</pubDate>
            <category>/uncategorized/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/uncategorized/2010/01/03/Mysql-New-User</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/03/Mysql-New-User?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Beanshell Example</title>
            <link>http://www.developers-blog.org/blog/default/2010/01/01/Beanshell-Example</link>
            <description>Beanshell represents a dynamic script language for the Java VM. The Java scripting language support is useful for dynamic aspect...</description>
            <guid>http://www.developers-blog.org/blog/default/2010/01/01/Beanshell-Example</guid>
			<pubDate>Fri, 1 Jan 2010 14:39:52 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2010/01/01/Beanshell-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2010/01/01/Beanshell-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Java Swing Example</title>
            <link>http://www.developers-blog.org/blog/default/2009/12/31/Java-Swing-Example</link>
            <description>Java Swing is a graphical user interface API, which belongs to the Java Foundation Classes (JFC). The API is based on the compos...</description>
            <guid>http://www.developers-blog.org/blog/default/2009/12/31/Java-Swing-Example</guid>
			<pubDate>Thu, 31 Dec 2009 00:30:32 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2009/12/31/Java-Swing-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2009/12/31/Java-Swing-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>HTML convert to Pdf in Java</title>
            <link>http://www.developers-blog.org/blog/default/2009/12/16/HTML-convert-to-Pdf-in-Java</link>
            <description>The IText library represents a Java API for creation PDF files. The following example describes how the developer can use IText ...</description>
            <guid>http://www.developers-blog.org/blog/default/2009/12/16/HTML-convert-to-Pdf-in-Java</guid>
			<pubDate>Wed, 16 Dec 2009 08:16:08 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2009/12/16/HTML-convert-to-Pdf-in-Java</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2009/12/16/HTML-convert-to-Pdf-in-Java?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Python XML Processing - libxml2</title>
            <link>http://www.developers-blog.org/blog/default/2009/12/02/Python-XML-Processing-libxml2</link>
            <description>Libxml is a Python wrapper around the libxml2 library. Other APIs are PyXML and 4Suite. The libxml2 wrapper API enables the deve...</description>
            <guid>http://www.developers-blog.org/blog/default/2009/12/02/Python-XML-Processing-libxml2</guid>
			<pubDate>Wed, 2 Dec 2009 08:59:32 +0000</pubDate>
            <category>/uncategorized/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/uncategorized/2009/12/02/Python-XML-Processing-libxml2</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2009/12/02/Python-XML-Processing-libxml2?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Maven Site Example</title>
            <link>http://www.developers-blog.org/blog/default/2009/11/27/Maven-Site-Example</link>
            <description>The Maven Site Plugin enables you to create automatically software documentation. Particularly it represents a standard way of s...</description>
            <guid>http://www.developers-blog.org/blog/default/2009/11/27/Maven-Site-Example</guid>
			<pubDate>Fri, 27 Nov 2009 18:33:33 +0000</pubDate>
            <category>/Maven/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Maven/2009/11/27/Maven-Site-Example</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2009/11/27/Maven-Site-Example?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
                        <item>
            <title>Java Monitoring Project</title>
            <link>http://www.developers-blog.org/blog/default/2009/11/23/Java-Monitoring-Project</link>
            <description>I started a new Java monitoring project at sourceforge. It is a Maven Plugin and has two important advantages. First AOP based m...</description>
            <guid>http://www.developers-blog.org/blog/default/2009/11/23/Java-Monitoring-Project</guid>
			<pubDate>Mon, 23 Nov 2009 02:46:13 +0000</pubDate>
            <category>/Java/</category>
                                        <wfw:comment>http://www.developers-blog.org/commentapi/default/Java/2009/11/23/Java-Monitoring-Project</wfw:comment>
            <wfw:commentRss>http://www.developers-blog.org/blog/default/2009/11/23/Java-Monitoring-Project?page=comments&amp;flavor=rss2</wfw:commentRss>
                                </item>
            </channel>
</rss>
