Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Java book for experienced coder

  • 13-04-2007 10:32am
    #1
    Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭


    So....my problem is this: I have 7 years coding experience. I'm a good coder. However, I haven't coded java in 5 years and now I'm being thrown back in the deep end.

    I don't need to learn about loops and such basics (though I accept that any book will have this), but I do need to re-learn about (for example) threading and exception handling, again though, I already have the basics down on these.....I'm certain that my java is lacking though. I came across a finally clause this morning and was like "wtf? oh....vauge...memories....coming....back".

    I don't want to be mollycoddled by a book though.

    Any suggestions?


Comments

  • Registered Users, Registered Users 2 Posts: 995 ✭✭✭cousin_borat


    What about some of the concepts in Spring and EJB 3.0. Inversion of Control, Dependency injection, probably most appropriate for you the Spring JDBC component which takes care of the Checked Exception problem of JDBC. Theres an excellent book on Java Reflection which is also worth reading, can't think of the name will get back to you.


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    Cheers. :)


  • Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭Hobbes


    "SCJP Sun Certified Programmer for Java 5".

    Will explain the stuff while requiring you to have some knowledge already of Java and prepares you for the exam as well.


  • Registered Users, Registered Users 2 Posts: 500 ✭✭✭warrenaldo


    i would second Hobbes book. i am a java programmer with 2 years experience - not a lot i know. i am studying for this certificcation as it seems to me the best refresher guide there is. and its great reference material for most of the basics.

    was using it last week to find out the best type of collection to use to fit my particular problem - great aid.


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    Thanks lads. Seriously considering that actually. May just do the exam too. I take it that it'll be a while before scjp for J6 comes out?


  • Advertisement
  • Moderators, Entertainment Moderators Posts: 18,009 Mod ✭✭✭✭ixoy


    Khannie wrote:
    Thanks lads. Seriously considering that actually. May just do the exam too. I take it that it'll be a while before scjp for J6 comes out?
    I'd imagine it must be soon - Sun launched Java 6 last as the standard JRE last week and all the Java updates are now pushing it...


  • Registered Users, Registered Users 2 Posts: 7,518 ✭✭✭matrim


    Does anyone know a similar book but for C++. I'm in a similar position to the OP but will be using C++ instead of java


  • Registered Users, Registered Users 2 Posts: 5,618 ✭✭✭Civilian_Target


    APress does a book called Pro Java which is pretty good - just explains all the niggly java stuff without defining things like classes for you...


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    Well...I've ordered the scjp book. The exam looks handy enough for an experienced coder so I reckon I'll just do it. For the sake of 200 odd euro it'd be nice to have on the CV.

    Thanks for the suggestions lads.


  • Closed Accounts Posts: 89 ✭✭Colin Mac


    matrim wrote:
    Does anyone know a similar book but for C++. I'm in a similar position to the OP but will be using C++ instead of java
    Accelerated C++


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 995 ✭✭✭cousin_borat


    EJB 3.0 is a very good area to be knowledgeable especially the Java Persistance API since it will be competing with O/R frameworks like Hibernate and Ibatis.

    Heres a good E-Book on the subject you need to have an account on TSS to get it.

    http://www.theserverside.com/tt/books/wiley/masteringEJB3/index.tss


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    scjp book arrived today. Weighs in at 800 pages. :( That's gonna take me a while to get through. On average I'll be giving it just 40 minutes a day.

    edit: Read the first 10 pages there over lunch. First impressions are that it's perfect for me. No nonsense.


Advertisement