Saturday, September 6, 2008

Wanna learn Java / J2EE

A friend has pointed a very good site for learning Java development (from scratch or just another level).

Its fully loaded and even a high-school student can learn Java by using the tutorials on this site.
My first take was that the official Sun Java Tutorial is the best resource for learning the language. But, when I just skimmed thru the contents, within minutes I was convinced that this one is damn good and better than the official tutorial.

The site is http://www.javapassion.com/
It covers a wide spectrum of Java Technologies – from Core Java to Struts ; from Advanced Java programming to Java Server Faces and web-services.
The training guide uses NetBeans IDE which I don’t prefer much. However, once you get some hands-on exercises on NetBeans, you can switch over to Eclipse IDE (look out for Jboss Eclipse IDE for web-development)

One more site that I would like to mention here is http://www.java2s.com/. This site contains a lot of useful and reusable code snippets not only for java, but also for many other programming languages and even sql queries.

At present in the industry, a standard requisite for someone who wants to call himself/herself a Java developer is to know J2EE along with some frameworks like
Struts Spring Hibernate (for database access)

No comments: