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

From: Andrew Thompson (andrew64_at_bigNOSPAMpond.com)
Date: 01/07/04


Date: Wed, 07 Jan 2004 08:39:09 GMT

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


Relevant Pages

  • Re: AppleCommander 1.3.5
    ... Java package, you'd do something like this from the command line: ... Please don't take me the wrong way, when I did try the GUI version, ... home dot woh dot rr dot com slash jbmatthews ...
    (comp.sys.apple2.programmer)
  • Re: How to make java client app to download jar package from server autoly?
    ... why would you want to use Java to ... command line, as opposed to a program with a GUI? ... JVM needs to load, loads some basic classes, load ... A GUI would be a disaster for this type of work - there is no way I'm ...
    (comp.lang.java.programmer)
  • Re: AppleCommander 1.3.5
    ... Java package, you'd do something like this from the command line: ... Please don't take me the wrong way, when I did try the GUI version, ... and I'm sure that for the reasons you developed ...
    (comp.sys.apple2.programmer)
  • Re: Command Line Interface
    ... > Netbean's 'console window' which it uses for user input and output. ... > understand the problem is tho that Java is a interpretted language and I ... > GUI for them I wanted to impliment a streamed command line mode to edit them ... > in the apps GUI' instead of having to provide dialogs for all of them. ...
    (microsoft.public.vc.mfc)
  • Re: problem in java question
    ... a lot of books are being marketed on the notion that studying ... GUI based applications directly, and specifically applets, is the best ... the last time I had cause to look for Java books**. ...
    (comp.lang.java.programmer)