Groups | Search | Server Info | Login | Register
Groups > comp.lang.java.programmer > #5527
| From | markspace <-@.> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Java tools and books |
| Date | 2011-06-22 10:08 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <itt7im$k22$1@dont-email.me> (permalink) |
| References | <itrkgl$5d3$1@theodyn.ncf.ca> |
On 6/21/2011 7:37 PM, William Colls wrote: > 1. Are there any reference books that you would consider essential. I > have O'Rielly's Java in a nutshell(4th edition). This only goes as far > as v 1.4. Is worth getting a newer edition? I'd definitely recommend getting a more recent source for Java, 1.4 is ancient. Besides sources already mentioned, I recommend Learning Java, by O'Reilly. It's decent teaching aid and it has enough material to use as a reference for a good long while. Make sure to get the most up to date version, which is 3rd iirc. For tools, get either NetBeans or Eclipse. Eventually learn the other. Ant is like the Unix tool "make", it automates builds from the command line. Learn it eventually, but it's kinda confusing if you're brand new. The IDEs will last you for a bit. Tomcat is something else entirely. Effectively it's a big bunch of libraries and a framework for doing websites (and that's not quite right: it's a "container," which means it calls you, you don't call it. Mostly.). Not recommending to pick up right away. Learn plain Java first. Do web programming only if you know you need to.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar
Java tools and books William Colls <william.colls@rogers.com> - 2011-06-21 22:37 -0400
Re: Java tools and books lewbloch <lewbloch@gmail.com> - 2011-06-22 00:49 -0700
Re: Java tools and books Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-06-22 08:12 -0300
Re: Java tools and books William Colls <william.colls@rogers.com> - 2011-06-22 09:05 -0400
Re: Java tools and books markspace <-@.> - 2011-06-22 10:08 -0700
csiph-web