Originally posted by Michael Huber:
Hello, I think I am basically at the intermediate level of Java by now. [...] are Java beans the same as Enterprise Java beans???
I'm suddenly getting a bad case of cognitive dissonance
Seriously, what you probably want to do is head over to
the Sun Java site; it's got great introductions, tutorials, online documentation and downloads on all of the technologies you mentioned, better than I could ever explain it.
JDBC, JCE, JAAS and the Java XML APIs are all part of
Java 2, Standard Edition (J2SE) and the rest can be found in
Java 2, Enterprise Edition (J2EE). After you've read the introductions and decided where you'd like to go next, you can find some great book recommendations in
the JavaRanch Bunkhouse Have fun: there's a huge and exciting world there for you to explore!
- Peter
[ August 21, 2004: Message edited by: Peter den Haan ]