<?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: Beware! Dummy learning Java!</title>
	<atom:link href="http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/</link>
	<description>A Technology and Business Weblog provided to You by a Global Group of Friends.</description>
	<lastBuildDate>Thu, 18 Mar 2010 12:29:11 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kari Silvennoinen</title>
		<link>http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/#comment-4233</link>
		<dc:creator>Kari Silvennoinen</dc:creator>
		<pubDate>Wed, 04 Mar 2009 15:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://techiteasy.org/?p=1445#comment-4233</guid>
		<description>Funny how things change over time... it&#039;s now my turn to learn Java. =)</description>
		<content:encoded><![CDATA[<p>Funny how things change over time&#8230; it&#8217;s now my turn to learn Java. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confessions of a Closet Programmer &#171; Tech IT Easy</title>
		<link>http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/#comment-4230</link>
		<dc:creator>Confessions of a Closet Programmer &#171; Tech IT Easy</dc:creator>
		<pubDate>Mon, 08 Dec 2008 14:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://techiteasy.org/?p=1445#comment-4230</guid>
		<description>[...] 8, 2008   Previously on this blog, Vincent talked about learning Java. That reminded me of this post that I had kept as a draft for a very long time. It&#8217;s more [...]</description>
		<content:encoded><![CDATA[<p>[...] 8, 2008   Previously on this blog, Vincent talked about learning Java. That reminded me of this post that I had kept as a draft for a very long time. It&#8217;s more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent van Wylick</title>
		<link>http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/#comment-4231</link>
		<dc:creator>Vincent van Wylick</dc:creator>
		<pubDate>Wed, 26 Nov 2008 10:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://techiteasy.org/?p=1445#comment-4231</guid>
		<description>OK, I will.</description>
		<content:encoded><![CDATA[<p>OK, I will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kari Silvennoinen</title>
		<link>http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/#comment-4232</link>
		<dc:creator>Kari Silvennoinen</dc:creator>
		<pubDate>Tue, 25 Nov 2008 14:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://techiteasy.org/?p=1445#comment-4232</guid>
		<description>Vince, it&#039;s not really about the issue of &quot;cool&quot;. If you want to learn things &quot;the hard way&quot; and and understand platforms, I can only give you C.



My main rationale for Python/Ruby from learning point of view is instant feedback. No compiling and interactive shells mean that you can try out stuff and get instant feedback on your mistakes. I wouldn&#039;t say that it is &quot;cheating&quot; that they&#039;re easy to pick up, because the obstacle in the programming shouldn&#039;t be the language&#039;s syntax, but the the coding problem you&#039;re solving.



I think they teach Java here at HSE for exactly for the reason you mentioned that &quot;students would be better managers of coders&quot;, but I think that doing it like that might even be counterproductive. Sure, a better manager knows the challenges of creating code (unpredictability, etc.), but teaching people to write a &quot;Hello World&quot; in Java probably doesn&#039;t help to that end.



I don&#039;t undestand how someone could say that Java isn&#039;t a web language. F.e. take a look at Glassfish, which is &quot;teh shit&quot; right now on Application Server front. (And thanks to Jython and JRuby, it&#039;s not just for Java.) (Also, saying that Java is good because it&#039;s object-oriented is bit irrelevant, because pretty much all modern languages are... but I digress.)



Writing code and reading about code (especially the latter), will undoubtly make anyone a better coder. I kinda like O&#039;Reilly&#039;s materials, especially the Cookbooks are good once you&#039;ve got the hang of the language.



Don&#039;t take any of this in a wrong way. By all means, learn Java. I can&#039;t much Java myself, but I&#039;d like to learn a little so that I could do some little apps for my phone.



Anyway, once you&#039;ve learned Java... take a look at Jython or JRuby... =) (but seriously, do.)</description>
		<content:encoded><![CDATA[<p>Vince, it&#8217;s not really about the issue of &#8220;cool&#8221;. If you want to learn things &#8220;the hard way&#8221; and and understand platforms, I can only give you C.</p>
<p>My main rationale for Python/Ruby from learning point of view is instant feedback. No compiling and interactive shells mean that you can try out stuff and get instant feedback on your mistakes. I wouldn&#8217;t say that it is &#8220;cheating&#8221; that they&#8217;re easy to pick up, because the obstacle in the programming shouldn&#8217;t be the language&#8217;s syntax, but the the coding problem you&#8217;re solving.</p>
<p>I think they teach Java here at HSE for exactly for the reason you mentioned that &#8220;students would be better managers of coders&#8221;, but I think that doing it like that might even be counterproductive. Sure, a better manager knows the challenges of creating code (unpredictability, etc.), but teaching people to write a &#8220;Hello World&#8221; in Java probably doesn&#8217;t help to that end.</p>
<p>I don&#8217;t undestand how someone could say that Java isn&#8217;t a web language. F.e. take a look at Glassfish, which is &#8220;teh shit&#8221; right now on Application Server front. (And thanks to Jython and JRuby, it&#8217;s not just for Java.) (Also, saying that Java is good because it&#8217;s object-oriented is bit irrelevant, because pretty much all modern languages are&#8230; but I digress.)</p>
<p>Writing code and reading about code (especially the latter), will undoubtly make anyone a better coder. I kinda like O&#8217;Reilly&#8217;s materials, especially the Cookbooks are good once you&#8217;ve got the hang of the language.</p>
<p>Don&#8217;t take any of this in a wrong way. By all means, learn Java. I can&#8217;t much Java myself, but I&#8217;d like to learn a little so that I could do some little apps for my phone.</p>
<p>Anyway, once you&#8217;ve learned Java&#8230; take a look at Jython or JRuby&#8230; =) (but seriously, do.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent van Wylick</title>
		<link>http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/#comment-4225</link>
		<dc:creator>Vincent van Wylick</dc:creator>
		<pubDate>Tue, 25 Nov 2008 10:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://techiteasy.org/?p=1445#comment-4225</guid>
		<description>Sorry for the late reply, traveling and not being online regularly. I&#039;ll address your comments, one by one.



@Jeremy: excellent advice, also really useful to know what kind of time-frame I&#039;m looking at.



@Toby: I didn&#039;t think about Eclipse being a Java app, but that makes for an excellent example / piece of inspiration. Love the way it works so far! Don&#039;t love that it starts up so slowly, which seems to be common with Java-apps, for reasons I&#039;m starting to understand more.



@Kari: you are echoing what most people seem to be saying, that Java isn&#039;t a great language to start / code with, at least that it&#039;s not what we consider &quot;cool&quot; these days. I don&#039;t think I stated that in my post either. My rationale for choosing it is that a. I can learn about syntax / logic in coding — I&#039;m already getting a lot that I didn&#039;t get before. b. to understand the issues facing coders that code for different platforms (PC/Mac/Servers/Mobile etc.) — I&#039;m no where near there yet.



@Herve: thanks, excellent comment and I&#039;ll definitely revisit your offer when I&#039;m at the right stage.



@Cecil: I&#039;m known for doing weird things. I knew you would agree with my choice for Head First :) Regarding coding-direction, I actually have a lot of ideas in both the enterprise and B2C space, I know Java isn&#039;t exactly a web-language either. I didn&#039;t know that LinkedIN was Java-based though, very cool!



@ ALL: I will have to revisit my rationale for learning language in a future, more lengthier post, but suffice it to say that I did look at other languages, but was looking to learn something fundamental. I don&#039;t want to cheat my way into coding by learning an easy language like Ruby, but want to approach programming more holistically, which hopefully translates into becoming a better coder all-round (a theory), as well as a better manager of coders, whatever language is being used (theory 2).</description>
		<content:encoded><![CDATA[<p>Sorry for the late reply, traveling and not being online regularly. I&#8217;ll address your comments, one by one.</p>
<p>@Jeremy: excellent advice, also really useful to know what kind of time-frame I&#8217;m looking at.</p>
<p>@Toby: I didn&#8217;t think about Eclipse being a Java app, but that makes for an excellent example / piece of inspiration. Love the way it works so far! Don&#8217;t love that it starts up so slowly, which seems to be common with Java-apps, for reasons I&#8217;m starting to understand more.</p>
<p>@Kari: you are echoing what most people seem to be saying, that Java isn&#8217;t a great language to start / code with, at least that it&#8217;s not what we consider &#8220;cool&#8221; these days. I don&#8217;t think I stated that in my post either. My rationale for choosing it is that a. I can learn about syntax / logic in coding — I&#8217;m already getting a lot that I didn&#8217;t get before. b. to understand the issues facing coders that code for different platforms (PC/Mac/Servers/Mobile etc.) — I&#8217;m no where near there yet.</p>
<p>@Herve: thanks, excellent comment and I&#8217;ll definitely revisit your offer when I&#8217;m at the right stage.</p>
<p>@Cecil: I&#8217;m known for doing weird things. I knew you would agree with my choice for Head First <img src='http://www.techiteasy.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Regarding coding-direction, I actually have a lot of ideas in both the enterprise and B2C space, I know Java isn&#8217;t exactly a web-language either. I didn&#8217;t know that LinkedIN was Java-based though, very cool!</p>
<p>@ ALL: I will have to revisit my rationale for learning language in a future, more lengthier post, but suffice it to say that I did look at other languages, but was looking to learn something fundamental. I don&#8217;t want to cheat my way into coding by learning an easy language like Ruby, but want to approach programming more holistically, which hopefully translates into becoming a better coder all-round (a theory), as well as a better manager of coders, whatever language is being used (theory 2).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ceciiil</title>
		<link>http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/#comment-4226</link>
		<dc:creator>ceciiil</dc:creator>
		<pubDate>Mon, 24 Nov 2008 12:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://techiteasy.org/?p=1445#comment-4226</guid>
		<description>Hi Vince,



This is very weird. Why on earth would you like to learn java ? Java is mostly used for enterprise applications and not so much for the web hence the reason why you couldn&#039;t find so many apps based on Java. (LinkedIn is, by the way).



Anyway, if you really need to, Head First Java is an excellent choice. You could even prepare for the certification with it !



I would probably start with JavaScript or PHP if I were you as these are the most popular web languages ...</description>
		<content:encoded><![CDATA[<p>Hi Vince,</p>
<p>This is very weird. Why on earth would you like to learn java ? Java is mostly used for enterprise applications and not so much for the web hence the reason why you couldn&#8217;t find so many apps based on Java. (LinkedIn is, by the way).</p>
<p>Anyway, if you really need to, Head First Java is an excellent choice. You could even prepare for the certification with it !</p>
<p>I would probably start with JavaScript or PHP if I were you as these are the most popular web languages &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herve Kabla</title>
		<link>http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/#comment-4227</link>
		<dc:creator>Herve Kabla</dc:creator>
		<pubDate>Sat, 22 Nov 2008 17:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://techiteasy.org/?p=1445#comment-4227</guid>
		<description>Vincent,



Learning a programming language is not an easy task. It&#039;s a long and difficult path to follow, similar to cooking: one day everything succeeds, the other day you wish you never started.



Anyway, Java is a good choice: object orientated, quite simple (but quite complex the more you learn it), with a very large library of existing classes you can leverage.



The best learning path is to start coding a small graphical applicatioj, that would require the user to enter a URL, a few parameters (to be determined), and to start browsing the internet in order to index the pages into a small database. You will have to go through UI, database, internet protocol, quite enough to understand a bunch of code in your old days.



Feel free to  contact me in case you need help on these topcis.</description>
		<content:encoded><![CDATA[<p>Vincent,</p>
<p>Learning a programming language is not an easy task. It&#8217;s a long and difficult path to follow, similar to cooking: one day everything succeeds, the other day you wish you never started.</p>
<p>Anyway, Java is a good choice: object orientated, quite simple (but quite complex the more you learn it), with a very large library of existing classes you can leverage.</p>
<p>The best learning path is to start coding a small graphical applicatioj, that would require the user to enter a URL, a few parameters (to be determined), and to start browsing the internet in order to index the pages into a small database. You will have to go through UI, database, internet protocol, quite enough to understand a bunch of code in your old days.</p>
<p>Feel free to  contact me in case you need help on these topcis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kari Silvennoinen</title>
		<link>http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/#comment-4224</link>
		<dc:creator>Kari Silvennoinen</dc:creator>
		<pubDate>Sat, 22 Nov 2008 07:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://techiteasy.org/?p=1445#comment-4224</guid>
		<description>God, no. I wouldn&#039;t say that Java is good for beginners. As for your questions #2, take a look at Vuze/Azureus and realize why people use μtorrent and transmission instead.



As I think I told to Jeremy in his post, I&#039;d go for Python or Ruby instead. Especially Ruby&#039;s IRB-shell is teh shit for learning it.



But sure, if necessity and mobile platforms are requirements, Java&#039;s not a bad choice. And anyway, once you learn programming, changing to another language is just a syntax matter. Of course, the Right Way to do stuff in different languages is different, but that&#039;s another topic...</description>
		<content:encoded><![CDATA[<p>God, no. I wouldn&#8217;t say that Java is good for beginners. As for your questions #2, take a look at Vuze/Azureus and realize why people use μtorrent and transmission instead.</p>
<p>As I think I told to Jeremy in his post, I&#8217;d go for Python or Ruby instead. Especially Ruby&#8217;s IRB-shell is teh shit for learning it.</p>
<p>But sure, if necessity and mobile platforms are requirements, Java&#8217;s not a bad choice. And anyway, once you learn programming, changing to another language is just a syntax matter. Of course, the Right Way to do stuff in different languages is different, but that&#8217;s another topic&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby</title>
		<link>http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/#comment-4228</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Fri, 21 Nov 2008 19:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://techiteasy.org/?p=1445#comment-4228</guid>
		<description>You had 3 questions. So i will answer them first and then give you my opinion about it..



1. Not sure what software you use, but as far as i remember Open Office is written in Java. If you already started to code some, you probably use Eclipse or Netbeans, which are both written in Java.



2. Sorry, no input on that one.



3. It should be fairly easy to learn other languages, since Java is an Object-Oriented Programing Language, you should be able to handle most of the other languages as well.. The only issue you might encounter is working with pointers, but that should be of no concern if u stay away from C or C++. (Java only uses pseudo pointers)



So now to my opinion.

Java is a great language to start out with, but sadly its usage in the commercial environment isnt that significant.. at least to my opnion.. You should be able to achieve any program with it, u might have a slower program or some hardware-hungry program. It just depends...

Although there are many Java Projects on sourceforge, I couldnt find any commercially available software so far.



If anyone wants to enlighten me, feel free!



I hope that kind of helped you!



Bye,



Toby</description>
		<content:encoded><![CDATA[<p>You had 3 questions. So i will answer them first and then give you my opinion about it..</p>
<p>1. Not sure what software you use, but as far as i remember Open Office is written in Java. If you already started to code some, you probably use Eclipse or Netbeans, which are both written in Java.</p>
<p>2. Sorry, no input on that one.</p>
<p>3. It should be fairly easy to learn other languages, since Java is an Object-Oriented Programing Language, you should be able to handle most of the other languages as well.. The only issue you might encounter is working with pointers, but that should be of no concern if u stay away from C or C++. (Java only uses pseudo pointers)</p>
<p>So now to my opinion.</p>
<p>Java is a great language to start out with, but sadly its usage in the commercial environment isnt that significant.. at least to my opnion.. You should be able to achieve any program with it, u might have a slower program or some hardware-hungry program. It just depends&#8230;</p>
<p>Although there are many Java Projects on sourceforge, I couldnt find any commercially available software so far.</p>
<p>If anyone wants to enlighten me, feel free!</p>
<p>I hope that kind of helped you!</p>
<p>Bye,</p>
<p>Toby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.techiteasy.org/2008/11/21/learning-java-as-a-beginner/#comment-4229</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 21 Nov 2008 17:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://techiteasy.org/?p=1445#comment-4229</guid>
		<description>I&#039;d say it&#039;s not the language that matters, but the rationale, the logics of programming. Java is just one language syntax after all (J2EE is a platform, more complex).

Focus on the basics. Code a lot (learn by doing). Move quickly to object oriented stuff.

From what I remember, Sun&#039;s tutorial on JAVA is of high quality. Going over it perfectly (meaning being able to do all the examples by myself and building simple software) took me about 6 to 8 months 2 years ago.

Good luck.</description>
		<content:encoded><![CDATA[<p>I&#8217;d say it&#8217;s not the language that matters, but the rationale, the logics of programming. Java is just one language syntax after all (J2EE is a platform, more complex).</p>
<p>Focus on the basics. Code a lot (learn by doing). Move quickly to object oriented stuff.</p>
<p>From what I remember, Sun&#8217;s tutorial on JAVA is of high quality. Going over it perfectly (meaning being able to do all the examples by myself and building simple software) took me about 6 to 8 months 2 years ago.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
