views:

413

answers:

6

I'm moving from .Net to java. So i wanted to know any good community blog site like CodeBetter.com, of java developers.

EDIT: i'm looking for something more than just coding examples, like CodeBetter.com or Artima.com, which influence your thinking.

+1  A: 

It's all Java 1.4, and it's not a blog site, but exampledepot.com has a lot of good code snippets that usually work in 1.5+, even if there is a better way now.

drhorrible
@drhorrible - Actually, i'm looking for something more than just coding examples, like CodeBetter.com which influence your thinking..
Akshay
+1  A: 

How about these?

Java Practices

Java Specialists

Alan Moore
A: 

I would really recommend Effective Java 2nd edition, it covers a lot of best practices: http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683/ref=sr_1_1?ie=UTF8&s=books&qid=1231398269&sr=1-1

You can also see the authors short presentation on some items in the book here: http://www.youtube.com/watch?v=pi_I7oD_uGI

JavaLobby also has a ton of articles on different aspects of Java Technology: http://java.dzone.com/

Editor's daily blog at java.net has daily posts about a lot off stuff that happens in the Java World: http://weblogs.java.net/blog/editors/

I am not sure if any off these perfectly matches your experience with CodeBetter.com, but they should at least keep you informed in the Java world.

Edit: I also recommend Java Specialist that Alan M suggested.

Staale
A: 

I recently answered a similar question with reference to moving from C++ to Java. It may be less relevant here but you may still find it useful.

Hemal Pandya
Making the link on 'similar question', instead of 'It', might be a better idea. It would make it more obvious. Just a suggestion. :)
Adeel Ansari
Makes sense. Since the link is to the answer I included 'answered a' as well :-)
Hemal Pandya
+1  A: 

http://wheelersoftware.com/ Very nice coverage of java spring and its latest features. I like to read his articles.

Paul Whelan
+1  A: 

If you search a blog community look for Javalobby. There's a lot of articles of weblogs and developers.

alepuzio