Re: new to Java - best resource?



Beth In Alaska wrote:
I'm a procedural programmer (vb mostly) and I've gotten a fabulous opportunity to score a donated copy of BEA Weblogic Platform for my organziation (small non-profit). I've got a great o'reilly safari subscription and the java code is making sense (I'm starting with Heads Up Java, which is fun and entertaining) and I love the oo concept. What I am confused about is the many types of programs that can be created : whats a servlet do as opposed to an EJB. I understand JSP pages, thank goodness, and what a jar is. But there lots of words being thrown around that I am unsure i understand - is there a beginners java glossary anywhere?

Thanks in advance,

Beth In Alaska



You can try Sun's "The Really Big Index".
http://java.sun.com/docs/books/tutorial/reallybigindex.html

The "Java Language Specification, Third Edition" for reference.
http://java.sun.com/docs/books/jls/third_edition/html/j3TOC.html

"JavaTM 2 Platform Standard Edition 5.0 Overview for reference.
http://java.sun.com/j2se/1.5.0/docs//guide/

JDK 5.0 Documentation for reference.
http://java.sun.com/j2se/1.5.0/docs

"Java 2 Platform Standard Edition 5.0 API Specification" for reference.
http://java.sun.com/j2se/1.5.0/docs/api/

And along with all of that "The Java Developers Almanac 1.4" for examples outside the tutorials.
http://javaalmanac.com

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
.



Relevant Pages

  • Re: Need help
    ... The "Java Language Specification, Third Edition" for reference. ... "Java 2 Platform Standard Edition 5.0 API Specification" for reference. ...
    (comp.lang.java.programmer)
  • Re: learning java
    ... The "Java Language Specification, Third Edition" for reference. ... "Java 2 Platform Standard Edition 5.0 API Specification" for reference. ...
    (comp.lang.java.help)
  • Re: How java passes object references?
    ... Which everybody knows, it doesn't in Java. ... The reason I think this is a useful clarification is that when you got to the part about how passing by reference might work, it seems you went off track at least partly because you didn't understand the nature of the above. ... is a pointer pointing at the memory block. ... Assignments to local variables, or even to class members, do not allocate memory. ...
    (comp.lang.java.programmer)
  • Re: The Java no pointer big fat lie!
    ... > reference types, it wouldn't be a good comparison. ... and what you can't - and there is a big difference in Java to C and C++. ... You cannot change it in the language itself, ... Thus I would distinguish pointers from ...
    (comp.lang.java.programmer)
  • Re: call by reference
    ... We started learning Java about one month ago, and they just don't believe me when i try to explain that there is a confusion when passing reference types as an argumetn to a function. ... The actual parameter must be an L-value. ...
    (comp.lang.java.programmer)