<?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: What advice will you give for a J2EE fresher?</title>
	<atom:link href="http://veerasundar.com/blog/2009/04/what-advice-will-you-give-for-a-j2ee-fresher/feed/" rel="self" type="application/rss+xml" />
	<link>http://veerasundar.com/blog/2009/04/what-advice-will-you-give-for-a-j2ee-fresher/</link>
	<description>Java / Web developer</description>
	<lastBuildDate>Wed, 08 Feb 2012 10:28:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2009/04/what-advice-will-you-give-for-a-j2ee-fresher/comment-page-1/#comment-2161</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Mon, 28 Sep 2009 07:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=357#comment-2161</guid>
		<description>@alwajdi

Yes. Maven is a better choice than Ant for big projects. I would suggest to know about Ant also since most of the JEE freshers will be starting to work on a relatively small projects and Ant will definitely help them in that.</description>
		<content:encoded><![CDATA[<p>@alwajdi</p>
<p>Yes. Maven is a better choice than Ant for big projects. I would suggest to know about Ant also since most of the JEE freshers will be starting to work on a relatively small projects and Ant will definitely help them in that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alwajdi</title>
		<link>http://veerasundar.com/blog/2009/04/what-advice-will-you-give-for-a-j2ee-fresher/comment-page-1/#comment-2160</link>
		<dc:creator>alwajdi</dc:creator>
		<pubDate>Sat, 26 Sep 2009 17:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=357#comment-2160</guid>
		<description>regarding the Ant build scripts, I think it is better to learn Maven as it is easier to use although there&#039;s a bit of problems setting up the dependency packages.</description>
		<content:encoded><![CDATA[<p>regarding the Ant build scripts, I think it is better to learn Maven as it is easier to use although there&#8217;s a bit of problems setting up the dependency packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dreamz &#187; Blog Archive &#187; Learning Java alone doesn&#8217;t make you Java developer</title>
		<link>http://veerasundar.com/blog/2009/04/what-advice-will-you-give-for-a-j2ee-fresher/comment-page-1/#comment-251</link>
		<dc:creator>Dreamz &#187; Blog Archive &#187; Learning Java alone doesn&#8217;t make you Java developer</dc:creator>
		<pubDate>Tue, 12 May 2009 17:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=357#comment-251</guid>
		<description>[...] these new APIs are also included as part of the Java course. Earlier, I&#8217;ve blogged about the technologies that a JEE fresher must be knowing, where I shared a similar thought. Apart from the technologies that I&#8217;d mentioned (JUnit, [...]</description>
		<content:encoded><![CDATA[<p>[...] these new APIs are also included as part of the Java course. Earlier, I&#8217;ve blogged about the technologies that a JEE fresher must be knowing, where I shared a similar thought. Apart from the technologies that I&#8217;d mentioned (JUnit, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinakaran</title>
		<link>http://veerasundar.com/blog/2009/04/what-advice-will-you-give-for-a-j2ee-fresher/comment-page-1/#comment-254</link>
		<dc:creator>Dinakaran</dc:creator>
		<pubDate>Sat, 04 Apr 2009 06:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=357#comment-254</guid>
		<description>My list would be some thing like this :

1.First prepare for SCJP - Read Kathy Seira&#039;s scjp holy bible  Head First Java  first  and then read SJP certification material. It&#039;s important for one to understand the java objects and collections.It adds meaning every time you read through these books . Give yourself some real challenege  by taking up some  test in javablackbelt.com and get a couple of belts . It&#039;s really tough , believe me.

2.Grab a latest copy of Head First Servlets and JSP , it&#039;s really a cool book .Understand the basic web project and it&#039;s structure.

3.Install Tomcat ,  try out the samples . Hello World would be a good start.Don&#039;t use a IDE for these . Learn to write code in text pad or any text editor and compile it manually.

4.Learn Ant build and give yourself some time to  write scripts to package , build and deploy WAR.

The era of J2EE has passed by , with Java 6 having released , let&#039;s call it JEE.

Cheerz,
D</description>
		<content:encoded><![CDATA[<p>My list would be some thing like this :</p>
<p>1.First prepare for SCJP &#8211; Read Kathy Seira&#8217;s scjp holy bible  Head First Java  first  and then read SJP certification material. It&#8217;s important for one to understand the java objects and collections.It adds meaning every time you read through these books . Give yourself some real challenege  by taking up some  test in javablackbelt.com and get a couple of belts . It&#8217;s really tough , believe me.</p>
<p>2.Grab a latest copy of Head First Servlets and JSP , it&#8217;s really a cool book .Understand the basic web project and it&#8217;s structure.</p>
<p>3.Install Tomcat ,  try out the samples . Hello World would be a good start.Don&#8217;t use a IDE for these . Learn to write code in text pad or any text editor and compile it manually.</p>
<p>4.Learn Ant build and give yourself some time to  write scripts to package , build and deploy WAR.</p>
<p>The era of J2EE has passed by , with Java 6 having released , let&#8217;s call it JEE.</p>
<p>Cheerz,<br />
D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veerasundar</title>
		<link>http://veerasundar.com/blog/2009/04/what-advice-will-you-give-for-a-j2ee-fresher/comment-page-1/#comment-253</link>
		<dc:creator>Veerasundar</dc:creator>
		<pubDate>Thu, 02 Apr 2009 04:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=357#comment-253</guid>
		<description>Hi Ryan,

Thanks for your comments. I completely agree on the EE6 part.</description>
		<content:encoded><![CDATA[<p>Hi Ryan,</p>
<p>Thanks for your comments. I completely agree on the EE6 part.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

