I work with someone who swears by Thinking in Java. He hasn't been working with java for all that long, but his code is solid so I'd vouch for that book.

If you are looking to get up to date with the new bits added with java 1.5 then I recommend Java 5.0 Tiger: A Developer's Notebook. Java 1.6 is in beta currently so I'm sure there will be something comparable coming out soon - it looks like a nice release.

For J2EE work you might take a look at Enterprise JavaBeans 3.0, 5th Edition. Working with EJB used to make grown men cry, but with version 3.0 they are actually quite reasonable to work with. The book is very chatty and takes awhile to go through, but there is also a lot of content.

I picked up Java Reflection in Action recently and have found it very useful. In the past I considered reflection in java tedious, inefficient, and indicative of a design problem in my application. The performance issues have been addressed for the most part, and reflection has matured - particularly relating to annotations (a java 1.5 feature).

For threading I have heard good things about Java Concurrency in Practice, but haven't had a chance to read it yet.


In reply to Re: (OT) Recommendations for Java books by imp
in thread (OT) Recommendations for Java books by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.