<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://purl.org/atom/ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="0.3">
	<title>New RIFERS blogs entries from Fred Baube</title>
	<link rel="alternate" href="http://www.rifers.org/blogs" type="text/html" />
	<author>
		<name>Rifers Blogs: https://rifers.org/blogs</name>
	</author>
	<copyright>Copyright of the content contained is attributed to the original authors</copyright>
	<info>The feeds of the Rifers community blogs</info>
	<modified>2008-08-20T13:17:39+0200</modified>
	<dc:creator>Rifers Blogs: https://rifers.org/blogs</dc:creator>
	<dc:date>2008-08-20T13:17:39+0200</dc:date>
	<dc:language>en</dc:language>
	<dc:rights>Copyright of the content contained is attributed to the original authors</dc:rights>
	
	
		<entry>
			<title>Upgraded to 1.0 RC1 from 0.8.1</title>
			<link rel="alternate" href="http://www.rifers.org/blogs/euroderf/2005/3/17/upgrade_to_1_0_rc1_from_0_8_1" type="text/html" />
			<author>
				<name>Fred Baube</name>
			</author>
			<modified>2005-03-17T17:23:03+0100</modified>
			<content type="text/html" mode="escaped">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;
</content>
			<id>http://www.rifers.org/blogs/euroderf/2005/3/17/upgrade_to_1_0_rc1_from_0_8_1</id>
			<issued>2005-03-17T17:23:03+0100</issued>
			<dc:creator>Fred Baube</dc:creator>
			<dc:date>2005-03-17T17:23:03+0100</dc:date>
		</entry>
	
	
</feed>