<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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/"
	>

<channel>
	<title>tbatchelli.org</title>
	<link>http://www.tbatchelli.org</link>
	<description>some things are better left unsaid...</description>
	<pubDate>Mon, 26 Nov 2007 22:45:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>Interesting Quote</title>
		<link>http://www.tbatchelli.org/2007/11/26/interesting-quote/</link>
		<comments>http://www.tbatchelli.org/2007/11/26/interesting-quote/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 22:45:11 +0000</pubDate>
		<dc:creator>tbatchelli</dc:creator>
		
		<category><![CDATA[Life in General]]></category>

		<guid isPermaLink="false">http://www.tbatchelli.org/2007/11/26/interesting-quote/</guid>
		<description><![CDATA[&#8220;Tomorrow is our permanent address.&#8221; &#8212; Marshall McLuhan
]]></description>
			<content:encoded><![CDATA[<p>&#8220;Tomorrow is our permanent address.&#8221; &#8212; Marshall McLuhan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tbatchelli.org/2007/11/26/interesting-quote/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Are Ruby and JRuby groovy enough?</title>
		<link>http://www.tbatchelli.org/2007/05/15/are-ruby-and-jruby-groovy-enough/</link>
		<comments>http://www.tbatchelli.org/2007/05/15/are-ruby-and-jruby-groovy-enough/#comments</comments>
		<pubDate>Wed, 16 May 2007 05:18:30 +0000</pubDate>
		<dc:creator>tbatchelli</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Groovy]]></category>

		<category><![CDATA[JRuby]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Languages]]></category>

		<category><![CDATA[Rails]]></category>

		<category><![CDATA[Grails]]></category>

		<guid isPermaLink="false">http://www.tbatchelli.org/2007/05/15/are-ruby-and-jruby-groovy-enough/</guid>
		<description><![CDATA[So now that Java seems officially dead (that is, after Sun buried this year at JavaOne), one should start looking at what language will take Java&#8217;s crown as the CoolestUsefulLanguageOnEarth(tm), the one that will re-shape the Internet.
Granted being cool is not enough for a programming language to dominate the world. Lisp is very cool in [...]]]></description>
			<content:encoded><![CDATA[<p>So now that Java seems officially dead (that is, after Sun buried this year at JavaOne), one should start looking at what language will take Java&#8217;s crown as the CoolestUsefulLanguageOnEarth(tm), the one that will re-shape the Internet.</p>
<p>Granted being cool is not enough for a programming language to dominate the world. Lisp is very cool in my opinion. ML is the coolest thing since slice bread. Way cooler than, let&#8217;s say, Ruby. We&#8217;re talking about languages made in the 70&#8217;s and the 80&#8217;s here, and they are still cool. Smalltalk is cool too. None of them ended taking over the programming world.</p>
<p>Being cool and useful seems to give a language a chance to world domination. C was really cool at it&#8217;s time and quite useful. So was C++, and of course, Java. Their usefulness was always evident by the fact that these languages are very pervasive, and that they let you develop a wide range of applications. </p>
<p>Being useful is not enough either, although it provides a language a longer life than just being cool. Cobol is very useful. Fortran is very useful. VB is very useful. But, no revolutions happened with those languages. They are very pervasive though, but you rarely see them anymore.</p>
<p>Well, so the story goes that cool and useful languages, at some point in their life, they stop being cool but keep being useful for very long time. Java is definitely not cool anymore, but very useful. People will continue to develop large business applications with Java for a couple decades, the same way people still use C++ today.</p>
<p>So what&#8217;s next? Some say Ruby. Some say Python. I say Groovy.</p>
<p>Ruby is a very cool language. There is actually nothing new in Ruby, at least nothing that we haven&#8217;t seen in other languages before (30 years ago?), but the language seems to have the right combination of features. Indeed, Ruby would not be cool today if it wasn&#8217;t for the birth and posterior exponential growth of Rails. Rails is a very clever web development framework for Ruby that allows to build web applications in a very fast and agile manner. Rails is a RAD without an IDE. Both Ruby and Rails are very powerful tools in the right hands, and right now, Rails developers are very smart people that see eye to eye with the Ruby/Rails developers. I am not so sure Ruby/Rails is so useful. Here are some open questions about Ruby/Rails usefulness:</p>
<ul>
<li> How does 5 years of Ruby/Rails legacy look like?</li>
<li> Once the excellent first crop (class A developers) of Ruby/Rails developers is exhausted, will the next batch of developers (class B this time) be able to properly deal with such amount of power in their hands? Mind you, class B developers amount to 95% of the developer population. </li>
<li> Rails dictates a &#8220;shared nothing&#8221; architecture as means to achieve scalability. Can all types of web applications be built around this concept? Is this a hammer looking for nails? <img src='http://www.tbatchelli.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</li>
<li> If I want a Ruby based application to run faster, what can I do?
</li>
</ul>
<p>Python?&#8230; I love the language, but so far, not very web oriented.</p>
<p>JRuby? Mmm&#8230; that&#8217;s an interesting one! From the language perspective, this is Ruby. And you can write Rails applications on it. Sun has done it pretty sweet to fix the need for a &#8220;shared nothing&#8221; architecture, by allowing Ruby to run inside the Java VM and also inside a JEE web container. The nice thing with JRuby/Rails is that you can use all the available Java libraries from a Rails application. And this is really useful. The caveats? Questions 1 and 2 from the paragraph above.</p>
<p>Groovy? Well, as a language, Groovy has taken a page (or whole sections I would say) from Ruby&#8217;s book. Groovy has many of the features that Java lacks but that Ruby has and that make Ruby so cool. The difference is that Groovy&#8217;s goals have always been to be &#8220;java-like&#8221; and also to integrate really well into the Java platform. At this Groovy is better than JRuby. Groovy also has Grails, which is a Groovy based framework very similar to what Rails is for Ruby. The nice thing about Groovy/Grails is that they can be used in close collaboration with Java/Spring. For once, Grails applications are Spring applications and they can use all Java libraries seamlessly. So you could write your kernel classes on Java and the more abstract code (also, the code more bound to change) in Groovy. The code that is executed the most times could be all Java, whiles the rest of the pages (admin, management, etc) could be done in Groovy. Now all of a sudden, you can have the coolness of Groovy with the usefulness of Java in one same package. </p>
<p>Groovy seems both very cool and very useful to me. More than Ruby and JRuby. To the point that I&#8217;d like it to be the next language to take over the world as opposed to Ruby. Too bad that Groovy came in late, but I think it has good changes of toppling Ruby as the new King of the Languages. I think the real winner in the not so short future will be the language/framework that is best at seamlessly integrate both regular typed languages with dynamic scripting languages, and so far the Java/Groovy combination seems the best fit to win.</p>
<p>I know that what I am saying is not very PC in the Web 2.0 world. Oh well, somebody needs to take stabs at looking at Ruby/Rails from the Engineering point of view!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tbatchelli.org/2007/05/15/are-ruby-and-jruby-groovy-enough/feed/</wfw:commentRss>
		</item>
		<item>
		<title>At JavaOne 2007</title>
		<link>http://www.tbatchelli.org/2007/05/10/at-javaone-2007/</link>
		<comments>http://www.tbatchelli.org/2007/05/10/at-javaone-2007/#comments</comments>
		<pubDate>Fri, 11 May 2007 06:38:03 +0000</pubDate>
		<dc:creator>tbatchelli</dc:creator>
		
		<category><![CDATA[Life in General]]></category>

		<guid isPermaLink="false">http://www.tbatchelli.org/2007/05/10/at-javaone-2007/</guid>
		<description><![CDATA[I won&#8217;t  comment on my ability to keep this blog up to date.  It&#8217;s pretty shameless.
I am at JavaOne these days. I&#8217;d say it has been disappointing so far, at least in the Java the language front. If you like scripting languages (as i do) then this is probably one of the most [...]]]></description>
			<content:encoded><![CDATA[<p>I won&#8217;t  comment on my ability to keep this blog up to date.  It&#8217;s pretty shameless.</p>
<p>I am at JavaOne these days. I&#8217;d say it has been disappointing so far, at least in the Java the language front. If you like scripting languages (as i do) then this is probably one of the most exciting JavaOne ever. No much word on EJB, JEE, Spring, etc&#8230; Quite a bit about JRuby, Rails and my favorite: Groovy.</p>
<p>Groovy is now in quite a mature state. Of course it is not Ruby, nor it wants to be. But I am really happy to see that finally people are considering using scripting languages in servers (I&#8217;<br />
ve gotta say, Spring makes it very easy to use Groovy). Groovy is also ideal for writing unit tests and integration tests&#8230; But then, what about JRuby? Well, it rocks too! But so far it is not that integrated in Java, not like Groovy. But JRuby has a lot of potential, and the Netbeans support for it is pretty amazing. For when similar support for Groovy???</p>
<p>Lots of Ajax too. Lots of rich Internet applications. So more scripting languages, this time JavaScript. Ajax and Web 2.0 seem to be a nightmare when it comes to security though! </p>
<p>In any case, I bought a lot of books on Ruby, Rails, Ajax and Innovation. None on Java. </p>
<p>Java is dead from the language perspective. It won&#8217;t evolve that much. It&#8217;s pretty good as it is now and the trend seems to be to use scripting languages on the JVM when expressiveness and fast coding is needed. When speed is needed, Java seems a pretty obvious choice; unless you go to the &#8220;share nothing&#8221; architecture of Rails of course.</p>
<p>Tomorrow we&#8217;ll see James Gosling&#8217;s gig&#8230; see what he has to say <img src='http://www.tbatchelli.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tbatchelli.org/2007/05/10/at-javaone-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LA pool party</title>
		<link>http://www.tbatchelli.org/2005/08/03/la-pool-party/</link>
		<comments>http://www.tbatchelli.org/2005/08/03/la-pool-party/#comments</comments>
		<pubDate>Thu, 04 Aug 2005 02:39:48 +0000</pubDate>
		<dc:creator>tbatchelli</dc:creator>
		
		<category><![CDATA[Life in General]]></category>

		<guid isPermaLink="false">http://www.tbatchelli.org/?p=3</guid>
		<description><![CDATA[Amusing pool party in LA]]></description>
			<content:encoded><![CDATA[<p>So it was Mason&#8217;s birthday and we all went down to LA to a pool party that Lisa and Fonda and all the LA crew put up together for Mason. It was an awesome party, too bad I had to leave early&#8230; too bad. You can see the pictures clicking the following image:</p>
<p> <a href="http://www.tbatchelli.org/gallery.php/?album=693903"> <img src="http://photos22.flickr.com/31068279_32ddb53502.jpg?v=0" width="400" alt="Mason and Sen-sei" /> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tbatchelli.org/2005/08/03/la-pool-party/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Long time no see &#8230;</title>
		<link>http://www.tbatchelli.org/2005/08/03/long-time-no-see/</link>
		<comments>http://www.tbatchelli.org/2005/08/03/long-time-no-see/#comments</comments>
		<pubDate>Thu, 04 Aug 2005 02:22:38 +0000</pubDate>
		<dc:creator>tbatchelli</dc:creator>
		
		<category><![CDATA[Life in General]]></category>

		<guid isPermaLink="false">http://www.tbatchelli.org/?p=2</guid>
		<description><![CDATA[The come-back after an embarrasing long period of absence]]></description>
			<content:encoded><![CDATA[<p>Well, that was embarrassing. My previous website died on me eight months ago&#8230; It has taken me some full eight months to put together a new one. This time, instead of hosting this site in one of the servers at UCSB I am having this site totally outsourced. The blog is based on Wordpress. I haven&#8217;t done any fancy customizations, that&#8217;s why it looks so boring. The pictures are hosted on <a href="http://www.flickr.com/photos/tbatchelli">flickr</a>, and but they&#8217;re also integrated in wordpress <a href="http://www.tbatchelli.org/wp-content/plugins/falbum/wp/album.php">here</a>.</p>
<p>Life is good. Things are going well for me. Found the perfect partner, Anna. I am happy! <img src='http://www.tbatchelli.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> I&#8217;ll be posting updates on my life regularly now that the site is back up. I&#8217;ll be posting pictures too&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tbatchelli.org/2005/08/03/long-time-no-see/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flickr pictures integrated in site</title>
		<link>http://www.tbatchelli.org/2005/08/03/flickr/</link>
		<comments>http://www.tbatchelli.org/2005/08/03/flickr/#comments</comments>
		<pubDate>Wed, 03 Aug 2005 19:36:43 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">/?p=1</guid>
		<description><![CDATA[So I have integrated my flickr album]]></description>
			<content:encoded><![CDATA[<p>I managed to integrate my flickr album into this website. Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tbatchelli.org/2005/08/03/flickr/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
