<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Shine Technologies Blog</title>
	
	<link>http://blog.shinetech.com</link>
	<description>Thoughts from Shine Technologies</description>
	<pubDate>Mon, 20 Oct 2008 06:17:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
	<image>
  <link>http://blog.shinetech.com</link>
  <url>http://blog.shinetech.com/favicon.png</url>
  <title>Shine Technologies Blog</title>
</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/shinetech/blog" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Ganymede MkII</title>
		<link>http://blog.shinetech.com/?p=120</link>
		<comments>http://blog.shinetech.com/?p=120#comments</comments>
		<pubDate>Tue, 23 Sep 2008 07:09:01 +0000</pubDate>
		<dc:creator>stephenc</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.shinetech.com/?p=120</guid>
		<description><![CDATA[Time to try Ganymede install again as the current version has got itself very confused! Install from scratch should take no more than 10-15mins (excluding any download times). This should give a good eclipse setup to do GWT and Maven work.

Ganymede - Latest Enterprise install eclipse-jee-ganymede-macosx-carbon.tar.gz
Sysdeo - I still use the old sysdeo plugin for [...]]]></description>
		<wfw:commentRss>http://blog.shinetech.com/?feed=rss2&amp;p=120</wfw:commentRss>
		</item>
		<item>
		<title>Be Lazy: Automate Everything</title>
		<link>http://blog.shinetech.com/?p=101</link>
		<comments>http://blog.shinetech.com/?p=101#comments</comments>
		<pubDate>Tue, 05 Aug 2008 16:57:36 +0000</pubDate>
		<dc:creator>thomasl</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Hint]]></category>

		<category><![CDATA[Opinion]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.shinetech.com/?p=101</guid>
		<description><![CDATA[One of my pet hates in software development is repetitive tasks: a complicated deployment process, tricky configuration of an application, repetitive editing motions that are just a little too messy for a find/replace. All of the above have, in the past, killed my concentration, dulled my senses and otherwise numbed my brain. I quickly realized [...]]]></description>
		<wfw:commentRss>http://blog.shinetech.com/?feed=rss2&amp;p=101</wfw:commentRss>
		</item>
		<item>
		<title>New Release - Shine Reference Project</title>
		<link>http://blog.shinetech.com/?p=97</link>
		<comments>http://blog.shinetech.com/?p=97#comments</comments>
		<pubDate>Mon, 14 Jul 2008 11:49:46 +0000</pubDate>
		<dc:creator>stephenc</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[GWT]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.shinetech.com/?p=97</guid>
		<description><![CDATA[We have a new release of the GWT/Spring Shine Reference project out  here (ver 0.3), which is an important improvement on the previous releases.

Now includes proper Data Layer : using Spring 2.5 annotations, Hibernate 3.2 and integrated HSQLDB runtime memory database.
Upgraded GWT gui to include save/delete/select functionality linking into the exposed Spring services
Maven now [...]]]></description>
		<wfw:commentRss>http://blog.shinetech.com/?feed=rss2&amp;p=97</wfw:commentRss>
		</item>
		<item>
		<title>Eclipse Ganymede…</title>
		<link>http://blog.shinetech.com/?p=96</link>
		<comments>http://blog.shinetech.com/?p=96#comments</comments>
		<pubDate>Wed, 09 Jul 2008 01:59:42 +0000</pubDate>
		<dc:creator>stephenc</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.shinetech.com/?p=96</guid>
		<description><![CDATA[This was just too painful! Unfortunately I would have to recommend to people to stay away from Ganymede if you use Subversion for version control until they sort out connectors, update sites etc. After installing on 4 machines (3 macs, 1 linux) i&#8217;ve finally got 3 out of 4 working - but one of them [...]]]></description>
		<wfw:commentRss>http://blog.shinetech.com/?feed=rss2&amp;p=96</wfw:commentRss>
		</item>
		<item>
		<title>Using Git for Local Version Control</title>
		<link>http://blog.shinetech.com/?p=95</link>
		<comments>http://blog.shinetech.com/?p=95#comments</comments>
		<pubDate>Thu, 19 Jun 2008 02:12:42 +0000</pubDate>
		<dc:creator>Ben Teese</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.shinetech.com/?p=95</guid>
		<description><![CDATA[The Problem
As I work, I like to be able to do very regular checkins to our Subversion server (ensuring the tests pass beforehand, of course). This gives me an easy fallback position if I make some change that causes test breakages. Sometimes it&#8217;s just easier to rollback and start again than to try and figure [...]]]></description>
		<wfw:commentRss>http://blog.shinetech.com/?feed=rss2&amp;p=95</wfw:commentRss>
		</item>
		<item>
		<title>Providing User Feedback on Ajax calls in Rails</title>
		<link>http://blog.shinetech.com/?p=93</link>
		<comments>http://blog.shinetech.com/?p=93#comments</comments>
		<pubDate>Fri, 16 May 2008 08:34:10 +0000</pubDate>
		<dc:creator>Ben Teese</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.shinetech.com/?p=93</guid>
		<description><![CDATA[Following on from Tom&#8217;s post on Handling AJAX Errors using Prototype &#038; Rails, I thought I&#8217;d take a look at how to ensure that all Ajax calls are subject to decent error handling - or any other sort of handling you want to do.
Towards the end of his post, Tom showed how he overrode form_remote_tag [...]]]></description>
		<wfw:commentRss>http://blog.shinetech.com/?feed=rss2&amp;p=93</wfw:commentRss>
		</item>
		<item>
		<title>New screencast online: Flex and Rails</title>
		<link>http://blog.shinetech.com/?p=92</link>
		<comments>http://blog.shinetech.com/?p=92#comments</comments>
		<pubDate>Tue, 22 Apr 2008 07:06:09 +0000</pubDate>
		<dc:creator>Ben Teese</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.shinetech.com/?p=92</guid>
		<description><![CDATA[I recently did a presentation to the Melbourne Ruby Users Group entitled &#8216;Flex and Rails&#8217;. It demonstrates how we&#8217;ve used  Flex to build a rich web interface for a real-world Rails application. It includes a demo and code snippets. I&#8217;ve made a streaming screencast of the presentation - you&#8217;ll find it here (requires QuickTime). [...]]]></description>
		<wfw:commentRss>http://blog.shinetech.com/?feed=rss2&amp;p=92</wfw:commentRss>
<enclosure url="http://media.shinetech.com/flex_and_rails.mov" length="35139554" type="video/quicktime" />
		</item>
		<item>
		<title>Clearing the SCJP Hurdle</title>
		<link>http://blog.shinetech.com/?p=88</link>
		<comments>http://blog.shinetech.com/?p=88#comments</comments>
		<pubDate>Mon, 07 Apr 2008 00:36:10 +0000</pubDate>
		<dc:creator>wayneng</dc:creator>
		
		<category><![CDATA[Hint]]></category>

		<category><![CDATA[Opinion]]></category>

		<guid isPermaLink="false">http://blog.shinetech.com/?p=88</guid>
		<description><![CDATA[Having accomplished one of my main short term goals in life, I thought I would reflect on the recent events that earned me my first certification outside of Uni.
You might be thinking, whats the big deal about answering a couple of Java questions, nabbing the cert and moving on with life. Besides, we all sat [...]]]></description>
		<wfw:commentRss>http://blog.shinetech.com/?feed=rss2&amp;p=88</wfw:commentRss>
		</item>
		<item>
		<title>Handling AJAX Errors using Prototype &amp; Rails</title>
		<link>http://blog.shinetech.com/?p=86</link>
		<comments>http://blog.shinetech.com/?p=86#comments</comments>
		<pubDate>Sun, 06 Apr 2008 15:10:12 +0000</pubDate>
		<dc:creator>thomasl</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Hint]]></category>

		<category><![CDATA[Rails]]></category>

		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.shinetech.com/?p=86</guid>
		<description><![CDATA[Ruby on Rails comes with a lot of nice helper methods for generating the JavaScript driving the AJAX calls to your controllers. Handling the responses from the HTTP server becomes a snap too, with Rails providing a few simple callbacks to handle the response from the server:
But what if the server doesn&#8217;t get a chance [...]]]></description>
		<wfw:commentRss>http://blog.shinetech.com/?feed=rss2&amp;p=86</wfw:commentRss>
		</item>
		<item>
		<title>Rails and Windows - the love affair continues…</title>
		<link>http://blog.shinetech.com/?p=87</link>
		<comments>http://blog.shinetech.com/?p=87#comments</comments>
		<pubDate>Fri, 04 Apr 2008 00:49:21 +0000</pubDate>
		<dc:creator>Mark J</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.shinetech.com/?p=87</guid>
		<description><![CDATA[A while ago Ben wrote about how Ruby on Rails development sucks on Windows.  It seems that the move by the Rails Core team from subversion to Git has inflamed this issue further.
My favourite comment is:
If you’re freaking out, calm down. Rails and the developers behind it have snubbed Windows far, far worse in [...]]]></description>
		<wfw:commentRss>http://blog.shinetech.com/?feed=rss2&amp;p=87</wfw:commentRss>
		</item>
	</channel>
</rss>
