Re: Java Application (ie no gui, applets, etc) Beginners Books?

From: Ryan Stewart (zaphod_at_no.texas.spam.net)
Date: 01/07/04


Date: Wed, 7 Jan 2004 06:44:59 -0600


"Andrew Thompson" <andrew64@bigNOSPAMpond.com> wrote in message
news:NAPKb.81579$aT.80172@news-server.bigpond.net.au...
> Sorry, Mark, have few actual suggestions for you, but..
>
> "Markis Landis Gardner" <math_nospam_math@bellsouth.net> wrote in
> message news:%4JKb.2167$Gh.695@bignews6.bellsouth.net...
> | I am looking for a good beginners Java book that does not teach
> applets or
> | web programming. Just what I call console programming. I want
> to first
> | learn that then work my way up to GUI's and applets and web
> programming. I
>
> I feel you've made a good choice.
> 1) It is simpler debugging from the command line.
> 2) The 'drag-n-drop' GUI design IDE's that most
> people scream for when they are learning Java,
> don't teach you how to do things from the command
> line. When something goes wrong (as it invariably does)
> they have no clue how to fix it.
> 3) Command line classes can have a GUI put on top
> later (one of the advantages of OO)
>
> Having had my little rave, I will give
> you the link to Sun's Java tutorial trails
> http://java.sun.com/docs/books/tutorial/java/index.html
>
> Unfortunately a lot of Sun's examples
> seem to both abuse OO to jam all
> functionality of the example into a
> single class, as well as have a tendency to
> use examples that assume you want a GUI.
>
> [ I think that there will be better recommendations,
> but I just thought I'd suggest it in case you were
> not be aware of them. ]
>
> HTH (and all the best in your learning)
>
> --
> Andrew Thompson
> * http://www.PhySci.org/ PhySci software suite
> * http://www.1point1C.org/ 1.1C - Superluminal!
> * http://www.AThompson.info/andrew/ personal site

Ah, and on that note, look here often as you learn and have questions,
assuming you're using the latest version:
http://java.sun.com/j2se/1.4.1/docs/api/index.html

Or the downloadable version (which will save you a ton of time later unless
you always have perfect net connectivity):
http://java.sun.com/j2se/1.4.1/download.html



Relevant Pages

  • Re: Eclipse compiler compliance
    ... Andrew Thompson wrote: ... But note that all you require to compile compatible for Java 1.3 classes ... * I am referring to compilation from the command line or from any tool that ...
    (comp.lang.java.programmer)
  • Re: Java compatibility issues (WAS: MF having issues?)
    ... What 'Command' Howard? ... English users or to those using other computer languages. ... but I think if you've done programming in some other languages, ... The Java example has the same issue as above, but an additional one in that a lot of Java programmers don't realize that String literals are themselves objects, and so you can use the dereferencing operator '.' ...
    (comp.lang.cobol)
  • Re: NetBeans IDE 5.0
    ... Andrew Thompson wrote: ... I'm just a newbie in java and java IDE's at all. ... So you have a wealth of experience developing applications ... from the command line? ...
    (comp.lang.java.programmer)
  • Re: JComboBox into JHeader
    ... Andrew Thompson wrote: ... Web-based interfaces? ... Command line stuff? ... ..something not Java? ...
    (comp.lang.java.gui)
  • Re: package adding
    ... why did it work fine with visual studio 6.0 then? ... > with Java? ... > Dump the crap and start using the command ... > Andrew Thompson ...
    (comp.lang.java.programmer)