<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Writing experimental code. The pschological barrier with Java</title>
	<atom:link href="http://almaer.com/blog/writing-experimental-code-the-pschological-barrier-with-java/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/writing-experimental-code-the-pschological-barrier-with-java</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joshua Hoover</title>
		<link>http://almaer.com/blog/writing-experimental-code-the-pschological-barrier-with-java/comment-page-1#comment-9094</link>
		<dc:creator>Joshua Hoover</dc:creator>
		<pubDate>Wed, 06 Oct 2004 01:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/writing-experimental-code-the-pschological-barrier-with-java#comment-9094</guid>
		<description>Hey Dion,

I was at your first session on Groovy and it was very interesting.  One of my buddies at work was there too and we were just talking about Groovy this morning.  He said he didn&#039;t see it &quot;catching on&quot; all that much but I told him that for a guy like me who actually prefers a language/environment like PHP (in many situations) over Java or .Net (shocking, I know!), Groovy is rather interesting.  Of course, I&#039;d actually rather see the Parrot project take off for dynamic languages like PHP, Python, Perl, Ruby, etc.  I think a common cross platform engine that best suits dynamic languages is better than wedging them into the JVM or .Net&#039;s CLR.  Although, I do like the concept of utilizing Java&#039;s strong suite of libraries so that&#039;s +1 for Groovy. :)

I&#039;m skeptical about Java these days. (Ditto for Web Services...sorry Justin!)  It seems like the big vendors call the shots with the JCP process and many Java developers are consumed with theoretically correct solutions versus real world ones.  That may be changing a bit with projects like Spring catching on and EJB being given the boot by many developers, but I&#039;m still a bit skeptical.

I tend to agree with Dave Thomas when he expressed his concern that technologies were coming and going too fast.  We just learn something, get half way good at it and then throw it away only to start from scratch with another new technology.  The Java world seems to really get beat up over this -- look no further than persistence and MVC frameworks.  Competition is good, but change simply for the sake of change (or politically charged motives) is not so good.

Anyway, the conference was great!  I attended both your Groovy and JDO sessions and they were excellent.  You&#039;re a very good speaker which is rather rare in the technology space.  I&#039;m recommending more of our development team go to the conference in Milwaukee next year.

Josh

P.S. Yes, I was the guy expressing similar view points during the server side BOF and the one who asked the (obvious poke to get the panel going) question about Open Source Java. I couldn&#039;t resist. :)

P.P.S. What is up with a tech conference not having wireless Internet access available?!
</description>
		<content:encoded><![CDATA[<p>Hey Dion,</p>
<p>I was at your first session on Groovy and it was very interesting.  One of my buddies at work was there too and we were just talking about Groovy this morning.  He said he didn&#8217;t see it &#8220;catching on&#8221; all that much but I told him that for a guy like me who actually prefers a language/environment like PHP (in many situations) over Java or .Net (shocking, I know!), Groovy is rather interesting.  Of course, I&#8217;d actually rather see the Parrot project take off for dynamic languages like PHP, Python, Perl, Ruby, etc.  I think a common cross platform engine that best suits dynamic languages is better than wedging them into the JVM or .Net&#8217;s CLR.  Although, I do like the concept of utilizing Java&#8217;s strong suite of libraries so that&#8217;s +1 for Groovy. :)</p>
<p>I&#8217;m skeptical about Java these days. (Ditto for Web Services&#8230;sorry Justin!)  It seems like the big vendors call the shots with the JCP process and many Java developers are consumed with theoretically correct solutions versus real world ones.  That may be changing a bit with projects like Spring catching on and EJB being given the boot by many developers, but I&#8217;m still a bit skeptical.</p>
<p>I tend to agree with Dave Thomas when he expressed his concern that technologies were coming and going too fast.  We just learn something, get half way good at it and then throw it away only to start from scratch with another new technology.  The Java world seems to really get beat up over this &#8212; look no further than persistence and MVC frameworks.  Competition is good, but change simply for the sake of change (or politically charged motives) is not so good.</p>
<p>Anyway, the conference was great!  I attended both your Groovy and JDO sessions and they were excellent.  You&#8217;re a very good speaker which is rather rare in the technology space.  I&#8217;m recommending more of our development team go to the conference in Milwaukee next year.</p>
<p>Josh</p>
<p>P.S. Yes, I was the guy expressing similar view points during the server side BOF and the one who asked the (obvious poke to get the panel going) question about Open Source Java. I couldn&#8217;t resist. :)</p>
<p>P.P.S. What is up with a tech conference not having wireless Internet access available?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dion Almaer</title>
		<link>http://almaer.com/blog/writing-experimental-code-the-pschological-barrier-with-java/comment-page-1#comment-9093</link>
		<dc:creator>Dion Almaer</dc:creator>
		<pubDate>Tue, 05 Oct 2004 01:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/writing-experimental-code-the-pschological-barrier-with-java#comment-9093</guid>
		<description>A setup script is nice. I have things setup so each project has one... and that is great... but it isn&#039;t ideal.

I still can&#039;t open up javash and start probing the API. However with groovysh I can probe that java API (as with BeanShell/Jython/JRuby/insert more).

Jan: I understand what you are saying re large projects. However, one of the largest projects I have been involved with was (way back) in Perl. With good practices it was very managable indeed.

D
</description>
		<content:encoded><![CDATA[<p>A setup script is nice. I have things setup so each project has one&#8230; and that is great&#8230; but it isn&#8217;t ideal.</p>
<p>I still can&#8217;t open up javash and start probing the API. However with groovysh I can probe that java API (as with BeanShell/Jython/JRuby/insert more).</p>
<p>Jan: I understand what you are saying re large projects. However, one of the largest projects I have been involved with was (way back) in Perl. With good practices it was very managable indeed.</p>
<p>D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
