<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>New RIFERS blogs entries from Fred Baube</title>
		<link>http://rifers.org/blogs</link>
		<description>The feeds of the Rifers community blogs</description>
		<language>en</language>
		<copyright>Copyright of the content contained is attributed to the original authors</copyright>
		<pubDate>Fri, 16 May 2008 11:55:26 +0200</pubDate>
		<managingEditor>Rifers Blogs: https://rifers.org/blogs</managingEditor>
		
			<item>
				<title>Upgraded to 1.0 RC1 from 0.8.1</title>
				<link>http://rifers.org/blogs/euroderf/2005/3/17/upgrade_to_1_0_rc1_from_0_8_1</link>
				<description>My app has been using version 0.8.1 (i.e. pre- JDK5 generics) for quite a while because it makes heavy use of the convenience interface GenericQueryManager, and in release 0.8.2 this interface changed to use generics -- requiring some rewriting that I kept putting off.&lt;br /&gt;
&lt;br /&gt;
But just now, an upgrade to 1.0 RC1 went very smoothly -- under ten minutes. Even my app&apos;s old GenericQueryManager code compiles and works, now that Rife has interface c.u.r.database.querymanagers.generic. GenericQueryManager&amp;lt;BeanType&amp;gt;. The only real change required to move from 0.8.1 to 1.0 RC1 was that for all beans, the return type of getValidationErrors() changed from a List to a Set, so in a couple of places I had to replace calls to List.get(int) with calls to obtain and traverse an Iterator.&lt;br /&gt;
&lt;br /&gt;
Also my current jarfiles in web/WEB-INF/lib/ are still working fine, so it was not mandatory to use the updated 3rd-party jarfiles in the 1.0 RC1 &amp;quot;sumo&amp;quot; download.&lt;br /&gt;
&lt;br /&gt;
And so: all in all, the upgrade was painless, quick, and effective. If you have not updated to RC1, consider doing so.&lt;br /&gt;
</description>
				<pubDate>Thu, 17 Mar 2005 17:23:03 +0100</pubDate>
				<author>Fred Baube</author>
				<guid>http://rifers.org/blogs/euroderf/2005/3/17/upgrade_to_1_0_rc1_from_0_8_1</guid>
			</item>
		
		
	</channel>
</rss>