vote up 2 vote down star
1

Hello

I'm clearly in need of improving my knowledge in this Java field, or I'm doomed to produce "look the same but not exactly" code.
I'm already have the bases... but I'm looking for a training / tuturial oriented only to this.

Thanks

flag

80% accept rate
2  
Seems like this should perhaps be a Community Wiki. – McWafflestix May 14 at 17:57

6 Answers

vote up 4 vote down check

The book written by one of the designers of Java Generics, Philip Wadler

link|flag
+1 Naftalin & Wadler's book is, by far, the best resource on this difficult subject. – Julien Chastang May 14 at 19:28
Woow. A whole books for the subject ? Classy. – Antoine Claval May 15 at 8:34
vote up 13 vote down
link|flag
Effective java sounds like a great books,i will have to buy it. Thanks for the chapter. – Antoine Claval May 15 at 8:38
vote up 0 vote down

It sounds like maybe you're missing out on some design patterns and refactoring techniques. There's not really any way to learn this over night, but if you read up on some of the design patterns that are out there, it might get you thinking about how you could write code to be a little more generic and reusable.

link|flag
i'v read tree of this resource ( two times for the head first ... ) and no, it's more generics than pattern who misse to my developper toolbox. ( And the sun generics tutorial is a bit dry ) – Antoine Claval May 15 at 8:37
vote up 0 vote down

I would suggest getting Cay Horstmann's book 'Big Java'. This is the book that I have used for all 3 of my college Java courses.

http://www.amazon.com/Big-Java-Cay-S-Horstmann/dp/0470105542/ref=pd_sim_b_1

link|flag
vote up 0 vote down

You seek the one called Skeet.

I've learned more about generics reading his answers to questions tagged Generics than in any book.

link|flag
I'd vote you down for a gratuitous Skeet joke, but it's true. :| – mmyers May 14 at 19:17
vote up 0 vote down

Hello, for a good and short introduction I recommend the PDF Generics in the Java Programming Language by Gilad Bracha.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.