Effective Java Book Club

Me and a couple of colleagues are going to work through the new edition of the Java classic "Effective Java".
We are going at a moderate pace of one chapter each week.
I'd like to invite anybody interested in this to join us for discussion of the book's items.
To keep discussions separate and dedicated to the book, I have create a forum at [http://n2.nabble.com/Effective-Java-f34745.html|Nabble]
We will start discussing the first chapter on Mon, July, 21th (so that anybody has a chance to grab a copy and start reading).
This effort is not officially associated with the book, the author (Joshua Bloch), the publisher (Addison Wesley) or Sun Microsystems in any way.
"Effective Java" discusses intermediate to advanced topics and is the one Java-book I recommend to any serious Java developer who has mastered the basics.
See [http://java.sun.com/docs/books/effective/|Effective Java Home Page]

Thanks Philip.
Please note that there is absolutely no commercial interest at all plus the topic really is "Java Programming".
The book even is marketed by Sun itself and one of the two links is going to the book's page at sun.com.
The other is to an ad-free forum at a community site for a very specialized topic that does not fit into the forums here.
If there's anything that may benefit from this, it is sales of the book - though I doubt that that's necessary at all.

Similar Messages

  • Good Java Book

    Hi guys!
    I am trying to find a good book on JAVA that describes programming techniques and how to write a good, clean production code.
    Can anybody suggest anything on this?
    Thanks!
    PV

    Try these ...
    1) Design Patterns (Gamma, et al)
    2) Effective Java (Bloch)
    3) sourceforge.net (Onot a book, but plenty of Java code to look at and learn from)
    Good luck,
    -Derek

  • Java Books

    Hi all,
    I am a Java back-end,server-side programmer (junior to mid-level). Worked mostly on core Java. I would like to improve my Java programming skills. I know hundreds of books and tutorials are out there, but taught it might be a good idea to ask you guys first and have some idea before starting to buy any...
    Does anybody know a good Java book that I can buy or a good tutorial that I can use (in order to improve my Java programming skills)?
    Also I like to learn about 'web-services' (and maybe move toward that for my next job). Does anybody know of a good book or turorial for that?
    Any help is greatly appreciated.

    The Java Programming Language - 4th Edition
    Effective Java
    Refactoring
    Design Patterns: Elements of Reusable Object-Oriented Software
    Head First Design Patterns
    Refactoring to Patterns
    Java Design: Building Better Apps and Applets (2nd Edition)
    ~

  • Java book recommendations

    I do realize that there are other similar topics in circulation, but I haven't found a satisfying answer.
    I am currenty reading: Java How to program - Fourth edition, Deitel and Deitel
    I am looking for a somewhat more advanced book to read when I have finished this one. My goal is to create an online text-based game. One problem is that I don't know how my program is supposed to communicate with the homepage, but maybe there will be answers for that in the book I am currently reading later on..
    Grateful for any suggestions!

    http://java.sun.com/developer/Books/javaprogramming/
    The Java Programming Language - 4th Edition, Arnold, K., Gosling J., Holmes D. (2006).
    Head First Java, by Bert Bates and Kathy Sierra
    Thinking in Java (Free online), by Bruce Eckel
    Core Java, by Cay Horstmann and Gary Cornell
    Effective Java, by Joshua Bloch
    The Java Programming Language - 4th Edition
    Effective Java
    Refactoring
    Design Patterns: Elements of Reusable Object-Oriented Software
    Head First Design Patterns
    Refactoring to Patterns
    Java Design: Building Better Apps and Applets (2nd Edition)
    ~

  • Recommend an advanced java book

    hello,
    i'm not that new to java because i know all the concepts and all
    but i have reached a point where i need to move forward, so i feel i need a good book -a bit advanced not too much- to progress.
    I don't have my mind set on a specific aspect of java , i know java is a huge world, what i'm looking for is an all in all book , maybe later i can focus on one topic at a time.
    thanks,
    Merry Christmas to y'all

    The Java Programming Language - 4th Edition
    Effective Java
    Refactoring
    Design Patterns: Elements of Reusable Object-Oriented Software
    Head First Design Patterns
    Refactoring to Patterns
    Java Design: Building Better Apps and Applets (2nd Edition)
    ~

  • I would like to see a way to share books like all my co-workers do with Kindle. Additionally, as a college student I would like to find a way to share my notes with other colleagues or book club members.

    I would like to see a way to share books like all my co-workers do with Kindle. Additionally, as a college student I would like to find a way to share my notes with other colleagues or book club members.

    I would like to see a way to share books like all my co-workers do with Kindle. Additionally, as a college student I would like to find a way to share my notes with other colleagues or book club members.

  • Java Book Recommendation?

    Hi,
    I work a lot with scientific computation: reading in data, working with mathematical models, etc.
    However, I can't find a Java book that tackles those aspects in depth.
    Does anyone know of a good book on this topic?
    Regards,
    -mike

    mmeclimate wrote:
    I am sorry you feel that way about my questions! For example, in scientific computing, we work a lot with differential equations, Fourier transforms and so on. I can of course, write a program that will do those computations from scratch - which would take a lot of time! Or, what if there was a Java package that do these calculations? By having a book which focuses on these issues, one can save a lot of time! So, I believe you may have misunderstood my questions.
    That's a different question.
    Of course there exist libraries to aid in scientific and engineering computing.
    Can't give you names as I'm not (sadly) into that field any more, but I do know they exist.
    There are a few books that deal with Java and Scientific Computing that I found. These books prove that the questions that I posed here are relevant, and not a way of "give me the source" that you mentioned. Most people who replied to my questions were very polite as I have been - politeness is definitely an attitude that is much appreciated here!
    Most such questions are from schoolkids who don't want to put in their own effort but just want to copy and paste sourcecode and turn it in as their own for their homework assignments.
    That's how yours was understood to be as well.
    Here is a list of the books I found:
    - A Numerical Library in Java for Scientists and Engineers by Hang T. Lau
    - Java for Scientists and Engineers (2nd Edition) by Stephen J. Chapman
    - Essential Java for Scientists and Engineers by Brian Hahn
    - Java Programming for Engineers by Julio Sanchez and Maria P. Canton
    - Java Gently for Engineers and Scientists by Judith Bishop and Nigel Bishop
    - Java for Engineers and Scientists by Gary J. Bronson
    This is definitely a great list for people who want to apply Java in Science and Engineering.
    May look at some, especially the first :)

  • Whats a good JAVA book?

    What do you think is a good Java book for someone who has a little expericne with java? I have experience in COBOL and a little touch of C, and Visual Basic? Any suggestions?
    Thanks
    Justin

    I would suggest Java: an Introduction to Computer Science and Programming by Walter Savitch. This book assumes that the reader has no programming experience and it's aimed at students. I realize that you do have experience with COBOL, but I would recommend this one over the Core Java series to start out. Core Java volumes 1 and 2 are not good as an introduction for someone coming from a non-object oriented language. They would be a lot better for someone migrating from C++. They frequently refer to C++ and VB in their examples. They are excellent books, but better as a reference than an initial learning source.
    Ethan

  • Look for a good Java Book

    Hello,
    I m looking for a good java book.
    I know already about java In general:GUI,SWING ,applet and all basics things.
    i would like to buy a more advanced book.
    Any idea?
    Since all those books are expensive, i want to buy only one book a very good one.
    thanks a lot
    sebastien

    Please any ideas?
    it is very important for me
    i want to learn more about java i can do basic things like GUI,applet and some basic programs
    i want to learn more about java : Java Beans,Java networks,databases,SWING.....
    Any good book which covers many topics at once?
    thanks a lot
    sebastien

  • What's the best java book available?

    Anyone knows any good, detail java book available out there for
    beginer/intermediate level programmer? Greatly appreciated.

    hi,
    i would recommend Beginning Java 2 - SDK 1.4 Version, it's a good book for people starting off and moving to interm., the author covers the basics and more advanced topics later such as JDBC, working with XML and Java and Printing all in one book. Also half way through the book, once he starts talking about building GUI, he builds a small application, then for the next few chapters what ever is taught is also built into the app, the app he shows you how to build is something like ms paint. so he shows you not only how to write small programs but also building an application, i don't remember the size of it but i believe it was a few thousand lines long. he also builds a second app, smaller for working with databases later. the only problem is the size of the book and price, but if you have the time to read it, i'd recommend that one.

  • Any good Java books with Business Examples ?

    Can anyone recommend a Beginner Java book that has some good Business Examples ?
    (Don't recommend the SUN tutorial, as their examples are more for the rocket scientist).

    Not sure what you mean by business examples, but here goes.
    Check out Wrox for some excellent books - not all excellent.
    Check ot samspublishing for the same.
    I have a superb book called Learning java (O'Reilly) that I would recommend to anyone. It lacks complete examples, which I usually rely on, but is a major piece of work for the novice - I have found a large part of this book on the web also, can't remember where.
    My very favourite read is Wrox - J2EE Java server pages
    I would stilll recomend avoiding books by Manning which are generally incomplete and point to other books they have published for this other info.
    best,
    Kev

  • Java book

    Can anyone recommend a good java book for a complete beginner? I have a copy of 'simply java', but i cant get the initial projects to work and there isnt enough clear explanation as to howi fix errors in my code. I am a not attending a course, the book will need to be purely for home study.
    Any recommendations would be helpful and if u have used the simply java book maybe you can help me understand why the ATM project at the start of the book wont work for me.
    Cheers
    John

    [Head-First-Java|http://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1206973137&sr=8-1]
    Is not bad in combination with the tutorials here:
    [sun tutorials|http://java.sun.com/docs/books/tutorial/index.html]

  • Looking for a good beginner/intermediate Java book

    Hello everyone,
    I am looking for a good beginner/intermediate Java book. I have taken a couple of Java classes (Beginner programming + beginner Java) and have a fairly good understanding of the basics. What I want is a book that is going to build on that as well as give me some good practical problems to work on while I'm doing so. Can anyone recommend one or two good books that would fit the bill?
    Thanks!

    Those three books are all excellent, but are all beginner books. When it comes to intermediate books I think you need to go topic by topic.

  • Advanced java book needed

    i need a throrough java book to add to my collection which goes over the most advanced of java programming (reflection, polymorphism etc...) in hopefully one book which has clear examples. if you know of one please give me isbn or title/author id be so grateful. thanks!

    So many topics though!
    There is a book on Java thread ("Java Threads v2"?)
    There are several books on java optimization (like use StringBuffer instead of String)
    The Java Lang Spec 2 book.
    The Java Virtual Machine 2 book.
    The Java Native Inteface 2 book.
    I suspect the Sedgewick Algorithms book is good, unless you already have one for another language.
    There are some enterprise level books but no titles I can recall right now.
    And naturally there are books that apply to advanced java work like some of the design books (like the UML stuff.)

  • Java book which is fun.

    Please suggest a java book for beginners which will be useful and fun at the same time.

    Head First Java by Bert Bates and Kathy Sierra

Maybe you are looking for

  • How do I get Genius to work with music it should?

    How do I start a Genius playlist with Cold War Kids - Hang Me Up To Dry? There is no reason it shouldn't work, it's not like I don't have a lot of similar music. In my google search of the issue, many Genius playlists that people have posted included

  • Photoshop CS6 and the iMac

    Hello, I use Photoshop CS6 on a 2009 MacBook Pro and it runs great. I have 8GB of RAM I am going to be purchasing a 27" iMac soon, but i have heard there are a lot of problems with Photoshop and Mavericks working together. I am a computer novice so i

  • Who is online feature ; visibility of what users are in line (Excel login)

    Good morning: We are on BPC 7.5 Netweaver (not Microsoft) and need visibility of what users are on line in BPC (users logged in Excel client). Per SDN that functionality is available in BPC 7.5 for Microsoft under the BPC 7.0 MANAGEMENT CONSOLEĀ  per

  • Error (-50) cannot purchase music at this time

    Help! I've been trying do download music the past several weeks and each time I choose "download song" it prompts me to pay, but then i get an error message (-50) that says "itunes cannot proceed with purchase at this time. this is an itunes error. p

  • Error using DI API on Item Revaluation

    Dear All While on Revaluation of Item using DI API System gives error meaasage as "Internal Error 5002" ans displaya 'Material Revaluation failed'. Can any one help me to find the reason for this error and how to overcome the situation? With regards