<?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>Aehso's Output &#187; rails</title>
	<atom:link href="http://www.xlml.com/aehso/category/rails-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xlml.com/aehso</link>
	<description>John O'Shea's musings, observations and opinions on anything and everything.</description>
	<lastBuildDate>Mon, 25 Jan 2010 13:31:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Future of Rails</title>
		<link>http://www.xlml.com/aehso/2008/01/04/the-future-of-rails/</link>
		<comments>http://www.xlml.com/aehso/2008/01/04/the-future-of-rails/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 11:19:23 +0000</pubDate>
		<dc:creator>aehso</dc:creator>
				<category><![CDATA[future]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.xlml.com/aehso/2008/01/04/the-future-of-rails/</guid>
		<description><![CDATA[Is it a Ghetto or will it Rule?&#160; Fairly diverse opinions (understatement!) but I think I&#8217;ll side with Tim on this one  
]]></description>
			<content:encoded><![CDATA[<p>Is it <a href="http://www.zedshaw.com/rants/rails_is_a_ghetto.html">a Ghetto</a> or will <a href="http://www.tbray.org/ongoing/When/200x/2008/01/03/Prediction-Rails">it Rule</a>?&nbsp; Fairly diverse opinions (understatement!) but I think I&#8217;ll side with Tim on this one <img src='http://www.xlml.com/aehso/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.xlml.com/aehso/2008/01/04/the-future-of-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESBs and REST.</title>
		<link>http://www.xlml.com/aehso/2007/10/07/esbs-and-rest/</link>
		<comments>http://www.xlml.com/aehso/2007/10/07/esbs-and-rest/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 12:19:57 +0000</pubDate>
		<dc:creator>aehso</dc:creator>
				<category><![CDATA[architecture]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[esb]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sca]]></category>
		<category><![CDATA[soa]]></category>

		<guid isPermaLink="false">http://www.xlml.com/aehso/2007/10/07/esbs-and-rest/</guid>
		<description><![CDATA[Wonderful post (and followup) by Steve Vinoski, spawning lots of other discussions.&#160; I should be surprised by some of the comments but&#8230; I&#8217;m not &#8211; I suspect agendas, pride and reputations may be at play.&#160; Imho, and I stress humble opinion, his views are completely valid. Can enterprise architects disregard the architecture, constraints and protocols [...]]]></description>
			<content:encoded><![CDATA[<p>Wonderful <a href="http://steve.vinoski.net/blog/2007/10/04/the-esb-question/">post</a> (and <a href="http://steve.vinoski.net/blog/2007/10/04/reactions-to-the-esb-question/">followup</a>) by Steve Vinoski, spawning lots <a href="http://www.innoq.com/blog/st/2007/10/04/steve_answers_the_esb_question.html">of</a> <a href="http://www.markbaker.ca/blog/2007/10/04/vinoski-recommends/">other</a> <a href="http://www.pluralsight.com/blogs/dbox/archive/2007/10/04/48675.aspx">discussions</a>.&nbsp; I should be surprised by some of the comments but&#8230; I&#8217;m not &#8211; I suspect agendas, pride and reputations may be at play.&nbsp; Imho, and I stress <i>humble opinion</i>, his views are completely valid. Can enterprise architects disregard the architecture, constraints and protocols that helped the Web scale and adapt to be the global platform it is today?&nbsp; If they want to build something that will adapt and scale then I also think the answer has to be No.</p>
<p>Platforms like ESBs were built to solve the problem of interconnecting and integrating enterprise systems. The disconnect between how an ESB-based or RESTful solution approach the same problem can mostly be explained by the fact that they both evolved from very different starting points, and therefore have very different principals at their core.&nbsp; </p>
<p>ESBs, having evolved from DCE-<b>RPC</b>, CORBA based RPC architectures, have always required static definition of non-uniform remote interfaces.&nbsp; The modern WS-Deathstar-type ESBs are still based on this concept, with WSDL interface typically backed by statically compiled implementations (or if you are exotic XML based mediation languages).&nbsp; The remote interface semantics can be augmented by a variety (cluster f&amp;@k?) of &#8216;enterprisey&#8217; features like transactions, routing and reliability defined by a collection of related specifications but it turns out that implementations based on some of those specifications do not interoperate or scale.&nbsp; This is primarily a function of <a href="http://www.xlml.com/aehso/2007/08/16/oasis-to-form-six-committess-to-advance-sca/">questionable specification development processes and over complexity</a>.</p>
<p>In the end the non-uniform interfaces at the heart of these solutions tightly couple the clients and servers and this coupling is the underlying limiting factor on the adaptability and extensibility of these systems.&nbsp; I still really struggle to find a successful real world internet-available IDL or WSDL based web service that has been used in a series of completely unexpected contexts (i.e. mashups) or that has evolved beyond more than one or two revisions without completely breaking backward compatibility for old clients.</p>
<p>In parallel the RESTful HTTP standard emerged and provided the platform for the Web that has scaled and adapted to truly global proportions.&nbsp; This wasn&#8217;t an accident &#8211; the Web succeeded because of <a href="http://roy.gbiv.com/talks/200709_fielding_rest.pdf">the RESTful principals</a> upon it was built &#8211; stateless, client server, layered systems that support caching and of course the <b>true </b>use of <a href="http://www.ics.uci.edu/%7Efielding/pubs/dissertation/rest_arch_style.htm">Hypertext As The Engine Of Application State</a> (thankfully now referable to as &#8216;<a href="http://tech.groups.yahoo.com/group/rest-discuss/message/9680">the hypertext constraint</a>&#8216;).&nbsp; To me HATEOAS is the most critical feature of RESTful solutions. It is the one feature that negates the need for non uniform interfaces and it is here where the two approaches diverge dramatically.&nbsp; It also isn&#8217;t an easy concept to grasp for folks who are used to traditional RPC oriented systems.&nbsp; </p>
<p>Regardless, the recent emergence of dynamic languages like Python and Ruby, and their respective web application frameworks, Django and Rails, is now making it economically efficient for anyone to produce RESTful web services that can scale and that are reusable.&nbsp; Steve is just expressing his opinion that this approach works better.</p>
<p>Don&#8217;t get me wrong &#8211; the ESB approach has been proven to succeed and<br />
scale but primarily in limited deployment environments and usually only when considerable resources are thrown at the solution.&nbsp; To put it another way, the inherent limits in non-uniform interface based systems can be pushed through use of sophisticated tools and language bindings but this only be achievable when considerable resources are thrown at the solution.&nbsp; I think this is what Steve is getting at &#8211; I don&#8217;t think Steve is saying ESBs are &#8220;bad&#8221;, just that they are not the best platform for building internet scale services/resources</p>
<p>(Hey, check it out, I didn&#8217;t mention SOA once!)</p>
<p>BTW, I&#8217;m reading <a href="http://www.the-future-of-ideas.com/">The Future Of Ideas</a> at the moment, hope to write more about that soon, but it does relate to the notion of control mentioned in Steve&#8217;s latest <a href="http://steve.vinoski.net/blog/2007/10/06/the-degenerating-esb-discussion/">followup post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xlml.com/aehso/2007/10/07/esbs-and-rest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RailsConf Europe Day 2</title>
		<link>http://www.xlml.com/aehso/2007/09/23/railsconf-europe-day-2/</link>
		<comments>http://www.xlml.com/aehso/2007/09/23/railsconf-europe-day-2/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 13:20:36 +0000</pubDate>
		<dc:creator>aehso</dc:creator>
				<category><![CDATA[berlin]]></category>
		<category><![CDATA[ireland]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[railsconf]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.xlml.com/aehso/2007/09/23/railsconf-europe-day-2/</guid>
		<description><![CDATA[[Update: Some of the presentation files are now available on the RailsConf Europe website]
Slight delay on writing this one up as I was in transit on Thurs and at a wedding on Friday.&#160; Anyway, this summary is going to be a lot shorter as I didn&#8217;t get as much out of Wednesday&#8217;s sessions.
Rails Hydra: Synthesizing [...]]]></description>
			<content:encoded><![CDATA[<p><strong>[Update: Some of the <a href="http://www.railsconfeurope.com/pub/w/61/presentations.html">presentation files</a> are now available on the RailsConf Europe website]</strong><br />
Slight delay on writing this one up as I was in transit on Thurs and at a wedding on Friday.&nbsp; Anyway, this summary is going to be a lot shorter as I didn&#8217;t get as much out of Wednesday&#8217;s sessions.</p>
<p><a href="http://www.railsconfeurope.com/cs/railseurope2007/view/e_sess/14961">Rails Hydra: Synthesizing an Application out of Multiple Rails Codebases</a> (<a href="http://blogs.sun.com/craigmcc/">Craig R. McClanahan</a>, <a href="http://blog.nicksieger.com/articles/2007/09/14/gig-speaking-at-railsconf-europe-2007">Nick Sieger</a>, Sun Microsystems)</p>
<p>Good talk on building services using several Rails applications, the Sun guys also got a chance to demo use of <a href="http://www.netbeans.org/community/releases/60/index.html">NetBeans 6</a> for Rails development (with some live demo debugging thrown in along with great audience participation!)  Most of the demo centered around making it easier to develop DRY <a href="http://wiki.rubyonrails.org/rails/pages/ActiveResource">ActiveResource</a> implementations.  ActiveResource is almost definitely the right underpinnings for any RESTful service implementation but I think it still needs a bit more work around the edges.</p>
<p><a href="http://www.railsconfeurope.com/cs/railseurope2007/view/e_sess/14454">Using a HAXOR Approach for Peace and Productivity</a> (<a href="http://tim.dysinger.net/2007/09/21/railsconf-eu-2007-slides-and-code/">Tim Dysinger</a>)</p>
<p>Good talk on how to manage interaction between designers and developers when developing Rails applications that use HTML, Ajax and XML Over REST.  Quite high level (and if I&#8217;m honest, I was working away in the background so I couldn&#8217;t give it my full attention&#8230;)</p>
<p>Browser-based Testing of Massive Ajax-using Rails Applications with Selenium (Till Vollmer)<br />
Good overview of using <a href="http://www.openqa.org/selenium/">Selenium</a> to test web applications from within the browser, covering use of <a href="http://www.openqa.org/selenium-ide">Selenium IDE</a> (browser based Javascript IDE),  <a href="http://www.openqa.org/selenium-rc/">Selenium RC</a> and the <a href="http://www.openqa.org/selenium-on-rails/">Selenium on Rails</a> Plugin.  Highlighted that Selenium struggles a bit with testing Ajax heavy web pages but it is possible with hand crafted scripts that use <code>waitForVisible</code> and/or <code>waitForElementPresent</code> events&#8230;</p>
<p><a href="http://www.railsconfeurope.com/cs/railseurope2007/view/e_sess/14077">Functional JavaScript Development with Prototype</a> (<a href="http://www.bennolan.com/">Ben Nolan</a>)<br />
Bit of an edge talk for the JavaScript fanatics but Ben presented well and it seemed well received by the audience&#8230;</p>
<p><a href="http://www.railsconfeurope.com/cs/railseurope2007/view/e_sess/14963">Ruby on Rails leads you to the e-business</a> (Quentin Tousart)<br />
Mildly interesting talk on experiences gained in building two e-commerce websites using Rails.</p>
<p><a href="http://www.railsconfeurope.com/cs/railseurope2007/view/e_sess/14145">Obscure Data Formats, Workflow, and Remote Synchronization</a> (Chad Thatcher)<br />
Another interesting case study on building a Rails front-end for a legacy data format (in this case the RISM format used by the British Library to catalog music manuscripts).  Interesting use of composed_of in the Rails model objects to compensate for the fact that the underlying data was in hierarchical rather than relational form.</p>
<p>That&#8217;s about it, I met up with Sean Hanley from <a href="http://www.exoftware.com/about">exoftware</a> and <a href="http://www.davidjrice.co.uk/">David Rice</a> .  Mental note to self, get into <a href="http://rubyireland.com/">RubyIreland</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xlml.com/aehso/2007/09/23/railsconf-europe-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

