<?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>rossenstoyanchev.org Blog</title>
	<atom:link href="http://rossenstoyanchev.org/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://rossenstoyanchev.org/blog</link>
	<description>Professional blog about enterprise software development</description>
	<lastBuildDate>Sun, 15 Nov 2009 21:52:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;Uses&#8221; Directive In OSGi</title>
		<link>http://rossenstoyanchev.org/blog/2009/11/15/uses-directive-in-osgi/</link>
		<comments>http://rossenstoyanchev.org/blog/2009/11/15/uses-directive-in-osgi/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 21:52:10 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[OSGi]]></category>

		<guid isPermaLink="false">http://rossenstoyanchev.org/blog/?p=19</guid>
		<description><![CDATA[Over the last 2 weeks I had a chance to teach the 2-day dm Server course 3 consecutive times. One of the topics that inevitably generates a lot of interest is the &#8220;uses&#8221; directive in OSGi, which is neither easy to grasp nor to explain.
My own first encounter with the &#8220;uses&#8221; directive was in the [...]]]></description>
		<wfw:commentRss>http://rossenstoyanchev.org/blog/2009/11/15/uses-directive-in-osgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fetch Profiles In Hibernate 3.5</title>
		<link>http://rossenstoyanchev.org/blog/2009/09/02/fetch-profiles-in-hibernate-35/</link>
		<comments>http://rossenstoyanchev.org/blog/2009/09/02/fetch-profiles-in-hibernate-35/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 19:51:53 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://rossenstoyanchev.org/blog/2009/09/02/fetch-profiles-in-hibernate-35/</guid>
		<description><![CDATA[A beta version of Hibernate 3.5 was announced last week. The release will contain initial support for a feature called fetch profiles that is really useful for retrieving different footprints of the same entity. You can see the actual JIRA ticket HHH-3414 for more details about the feature.
Why is this useful? Let&#8217;s assume you have [...]]]></description>
		<wfw:commentRss>http://rossenstoyanchev.org/blog/2009/09/02/fetch-profiles-in-hibernate-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GSP and JSP</title>
		<link>http://rossenstoyanchev.org/blog/2009/08/18/gsp-and-jsp/</link>
		<comments>http://rossenstoyanchev.org/blog/2009/08/18/gsp-and-jsp/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 11:56:57 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Grails]]></category>

		<guid isPermaLink="false">http://rossenstoyanchev.org/blog/2009/08/18/gsp-and-jsp/</guid>
		<description><![CDATA[The question why Grails has GSP when there is JSP is a natural one. Here are a few substantial differences:

A GSP allows the same ${&#8230;} expressions as in a Groovy GString. JSP EL expressions are restricted to object navigation, which is generally a good idea but can also make it difficult to access anything that [...]]]></description>
		<wfw:commentRss>http://rossenstoyanchev.org/blog/2009/08/18/gsp-and-jsp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WebLogic Server Tools For Eclipse</title>
		<link>http://rossenstoyanchev.org/blog/2009/07/21/weblogic-server-tools-for-eclipse/</link>
		<comments>http://rossenstoyanchev.org/blog/2009/07/21/weblogic-server-tools-for-eclipse/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 04:30:58 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://rossenstoyanchev.org/blog/2009/07/21/weblogic-server-tools-for-eclipse/</guid>
		<description><![CDATA[I just spent an afternoon putting too much trust in the WebLogic sever tools for Eclipse. My modest goal was to modify a JSP and see the change without me having to do anything about it. It&#8217;s just a simple file copy after all.
From what I could see there are two ways to deploy my [...]]]></description>
		<wfw:commentRss>http://rossenstoyanchev.org/blog/2009/07/21/weblogic-server-tools-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging With Spring JavaScript</title>
		<link>http://rossenstoyanchev.org/blog/2009/01/18/debugging-with-spring-javascript/</link>
		<comments>http://rossenstoyanchev.org/blog/2009/01/18/debugging-with-spring-javascript/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 00:15:28 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Dojo]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://rossenstoyanchev.org/blog/2009/01/18/debugging-with-spring-javascript/</guid>
		<description><![CDATA[One thing Spring JavaScript does really well is enable rich client-side behavior in your application using best practices and without the need to learn JavaScript in-depth. This is great news but sooner or later you&#8217;ll run into a situation where you&#8217;ll wonder why a form is not submitting via Ajax, or perhaps is not submitting [...]]]></description>
		<wfw:commentRss>http://rossenstoyanchev.org/blog/2009/01/18/debugging-with-spring-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo Unit Tests (DOH) And Firefox 3</title>
		<link>http://rossenstoyanchev.org/blog/2009/01/03/dojo-unit-tests-and-firefox-3/</link>
		<comments>http://rossenstoyanchev.org/blog/2009/01/03/dojo-unit-tests-and-firefox-3/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 00:22:54 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Dojo]]></category>

		<guid isPermaLink="false">http://rossenstoyanchev.org/blog/2009/01/03/dojo-unit-tests-and-firefox-3/</guid>
		<description><![CDATA[In the past I had looked at Dojo&#8217;s own unit tests and one thing that impressed me was the ability to double-click a local HTML file and have tests executed in my default browser.
Recently I began taking a closer look at the Dojo Objective Harness (DOH) and one of the first things I found out [...]]]></description>
		<wfw:commentRss>http://rossenstoyanchev.org/blog/2009/01/03/dojo-unit-tests-and-firefox-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpringOne Americas 2008</title>
		<link>http://rossenstoyanchev.org/blog/2008/12/06/springone-americas-2008/</link>
		<comments>http://rossenstoyanchev.org/blog/2008/12/06/springone-americas-2008/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 13:44:17 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Spring Framework]]></category>

		<guid isPermaLink="false">http://rossenstoyanchev.org/blog/2008/12/06/springone-americas-2008/</guid>
		<description><![CDATA[I just came back from the annual SpringOne Americas conference. As usual it was a privilege to meet and interact with colleagues, clients, and so many other attendees from the Spring community. This year I also had the pleasure of meeting Pete Higgins and Kris Zyp both from SitePen. Pete is the Dojo Toolkit lead [...]]]></description>
		<wfw:commentRss>http://rossenstoyanchev.org/blog/2008/12/06/springone-americas-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>@MVC &#8211; The Not So Obvious</title>
		<link>http://rossenstoyanchev.org/blog/2008/10/14/mvc-the-not-so-obvious/</link>
		<comments>http://rossenstoyanchev.org/blog/2008/10/14/mvc-the-not-so-obvious/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 04:20:27 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://rossenstoyanchev.org/blog/2008/10/14/mvc-the-not-so-obvious/</guid>
		<description><![CDATA[It&#8217;s been almost a year since the new Spring MVC annotation-based programming model (a.k.a. @MVC) became final with Spring 2.5. A few months ago I put together an article summarizing its benefits. In my experience the flexibility of @MVC is easy to see by all who get to spend a little time with it. As [...]]]></description>
		<wfw:commentRss>http://rossenstoyanchev.org/blog/2008/10/14/mvc-the-not-so-obvious/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade to Hardy Heron</title>
		<link>http://rossenstoyanchev.org/blog/2008/09/16/upgrade-to-hardy-heron/</link>
		<comments>http://rossenstoyanchev.org/blog/2008/09/16/upgrade-to-hardy-heron/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 03:21:04 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://rossenstoyanchev.org/blog/2008/09/16/upgrade-to-hardy-heron/</guid>
		<description><![CDATA[If you&#8217;re like me using Ubuntu as your primary operating system you probably wait for a little bit before upgrading to a new version. I finally made the upgrade to Hardy Heron (Ubuntu 8.04) on my Lenovo T60. I have a few things to be very happy about:

I was able to purge the binary-only ATI [...]]]></description>
		<wfw:commentRss>http://rossenstoyanchev.org/blog/2008/09/16/upgrade-to-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improved multi-monitor support for Eclipse 3.4</title>
		<link>http://rossenstoyanchev.org/blog/2008/02/14/improved-multi-monitor-support-for-eclipse-34/</link>
		<comments>http://rossenstoyanchev.org/blog/2008/02/14/improved-multi-monitor-support-for-eclipse-34/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 19:41:41 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://rossenstoyanchev.org/blog/2008/02/14/improved-multi-monitor-support-for-eclipse-34/</guid>
		<description><![CDATA[Here is a good reason to await Eclipse 3.4:
http://wiki.eclipse.org/Improve_multi-monitor_support
]]></description>
		<wfw:commentRss>http://rossenstoyanchev.org/blog/2008/02/14/improved-multi-monitor-support-for-eclipse-34/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.442 seconds -->
