Nicht aus der Schweiz? Besuchen Sie lehmanns.de
Java Garage - Eben Hewitt

Java Garage

(Autor)

Buch | Softcover
480 Seiten
2004
Prentice Hall (Verlag)
978-0-321-24623-3 (ISBN)
CHF 64,20 inkl. MwSt
  • Titel ist leider vergriffen;
    keine Neuauflage
  • Artikel merken
Takes a fresh look at Java. This work explains J2SE 5.0 classes, inheritance, interfaces, type conversions, event handling, exceptions, file I/O, multithreading, inner classes, Swing, and JARs. It provides real working code and instructions for making usable applications. It also includes FAQs for speedy reference and a glossary on steroids.
Enter your Java Garage...where you do your work, not somebody else's. It's where you experiment, escape, tinker, and ultimately succeed. Java Garage is not your typical Java book. If you're tired of monotonous "feature walks" and dull tutorials, put down those other Java books and pick up Java Garage. Java guru Eben Hewitt takes a fresh look at this popular programming language, providing the insight and guidance to turn the regular programmer into a master. The style is straightforward, thought-provoking and occasionally irreverent. You'll learn the best ways to program with everything that matters: J2SE 5.0 classes, inheritance, interfaces, type conversions, event handling, exceptions, file I/O, multithreading, inner classes, Swing, JARs, etc. Hewitt provides real working code and instructions for making usable applications that you can exploit and incorporate into your own personal projects with ease. Need answers quickly? The book also includes FAQs for speedy reference and a glossary on steroids that gives you the context, not just the definition. With Java Garage, you'll learn the best way to create and finish projects with finesse. Think 'zine. Think blog.But, please, do not think of any other Java book you have ever seen.

About the AuthorEben Hewitt Eben is a Sun Certified Java Programmer, Sun Certified Web Component Developer, Sun Certified Java Developer, and Senior Java Programmer/Analyst for Discount Tire Company in Scottsdale, AZ. He is the Garage Series Editor, and the author of four other programming books, including the acclaimed Java for ColdFusion Developers, and the forthcoming More Java Garage. He has been an invited speaker on Java at regional user groups. Eben has a Master's Degree in Literary Theory, and had his first full-length, original play produced in New York City in 1996. Questions haunt him in this Champagne-light and Orwellian time:Who will win, Struts or Faces?What if they trade Johnson to the Yankees?At long last, have we left no sense of decency? He and his family, Alison, Zoë, Mister Apache Tomcat, Doodle, and Noodle, burn to ashes every summer.

1. What is the Java Garage.

2. Java Buzz.

3. Java Editions and Platforms.

4. Compiling and Running Java Applications.

    Installing the SDK.

    Compiling Source Code.

    Compiling into a Directory Other Than Your Source Directory.

    Running Programs.

    Setting the Classpath.

    Setting the Classpath at Compile Time.

    Setting the Path.

5. Where to Write Code.

    Integrated Development Environments.

6. Primitive Types.

    About Java Primitives.

    Integer Types.

    Real Numbers.

    Characters.

    Logical Representations.

7. Operators.

    Operator Precedence.

    Arithmetic Operators.

    Incrementing and Decrementing Operators.

    Relational Operators.

    Conditional Operators.

    Ternary Operator.

    Binary Numbers and Logical Operators.

    Shift Operators.

8. Control Statements.

    If/Else.

    Switch/Case and Breaks.

    While Loop.

    Do-While Loop.

    For Loop.

    Complex For Loop.

    Nested For Loop.

    Continue and Labels.

    Enhanced For Loop (for each loop).

9. Classes.

    What Is a Class?

10. Fridge: Mmm-mmm Lamb Chops and a Manhattan.

11. Classes Reloaded.

    Using External Code in Your Programs:import.

    Constructing Objects.

    Using Enums.

    Methods Allow Variable-Length Parameter Lists.

    Wrapper Classes.

    Autoboxing.

    The Class Named Class.

12. Inheritance.

    Getting Your Inheritance.

13. Strings.

    Creating String Objects.

    String References and Immutability.

    Doing Stuff with Strings.

    Character Data Encoding.

    Useful String Methods.

    Better Efficiency with StringBuffers.

14. Arrays.

    Creating Arrays.

    Using Arrays.

    Using Stacks.

    ArrayLists and toArray.

15. Documenting Your Code with Javadoc.

    Writing Javadoc Comments.

    Using Javadoc Tags.

    Using the Javadoc Tool.

    Changing Javadoc Styles.

    Generating Javadoc in Eclipse.

    Generating Javadoc with Ant.

16. Abstract Classes.

    Dude, Where's My Implementation?

    What Is an Abstract Class?

    Using Exceptions with Abstract Classes.

    Using an Abstract Class Polymorphically.

17. Interfaces.

    Some Reasons Why Interfaces Are Very Cool.

    How to Write an Interface.

    Interfaces Versus Abstract Classes.

    Constants.

    Interface Inheritance.

    Implementing Interfaces.

18. Casting and Type Conversions.

    Casting.

    Casting Between Primitives and Wrappers.

    Casting with Reference Types.

19. Inner Classes.

    Regular Inner Classes.

    Using Method Local Inner Classes.

    Using Anonymous Inner Classes.

    Static Inner Class.

20. Blog: Inner Classes and Event Handlers.

21 Handling Exceptions.

    Exceptions.

    What an Exception Is.

    Dealing with Exceptions.

    Built-in Exceptions.

    Throwing Exceptions.

    Catching Exceptions.

    Using Finally.

    Different Ways of Handling Exceptions.

    Wrapping an Exception.

    Toolkit:A Custom Exception.

    Exceptions and Inheritance.

    Exception Handling Pretty Good Practices.

22. File Input/Output.

    Files and Directories.

    Files.

    File IO:Reading and Writing Stream Data.

    Readers and Writers.

23. Fridge: Guacamole.

24. Using Regular Expressions.

    Purpose of Regex.

25. Creating GUIs with Swing.

    Anatomy of a Swing App:Stuff You Typically Need to Do in Swing.

    Adding User Controls.

    User Controls.stepInto().

    Spacing and Aligning Components.

    JeditorPane.

    JtabbedPane.

    LayoutManagers Overview.

    Switch (LAYOUT_MANAGERS) {.

    Handling Action Events.

    Creating Menus.

    A Note About Mixing Swing and AWT Components.

26. Blog Entry: Software Development Black Market.

27. Dates and Times.

    Dates.

    Time.

28. Using Timer Tasks.

    Using TimerTask to Do Stuff at Intervals.

    Stopping a Timer Thread.

    Creating a Timer for a Swing GUI Application.

29. Applets.

    Differences Between Extending JApplet and Applet.

    Writing an Applet.

    A Few Applet Tricks.

30. Fridge: Big Daddy Flapjacks.

31. Using System and Runtime.

    Using the System.

    Forcing the Garbage Collector to Run.

    Suggesting Kindly That the Garbage Collector Run.

    Executing an External Application in Java.

    Interacting with the User.

    Toolkit: A Simple Calculator.

    Determine Number of Processors on the Current Machine.

    Determine When Your Application Is About to Exit.

    System Properties.

32. Using the Java Development Tools.

    Using Common SDK Tools.

    Discovering Other SDK Tools.

33. FAQ.

    Setting the CLASSPATH.

    Setting JAVA_HOME in Windows.

    Setting the PATH in Windows.

    Checking Current Java Version.

    Compiling and Running Programs.

    Primitive Data Types.

    Declaring and Initializing Variables.

    Class Definition.

    Package Declaration.

    Import Declaration.

    Inheritance.

    Defining and Implementing an Interface.

    Exceptions.

    Working with JARFiles.

    What Is the Java Virtual Machine?

    What's In the SDK?

34. Packaging & Deploying Java Applications.

    Herding Cats.

    Creating JARFiles with Eclipse.

    Creating an Icon for Your Java Application on Windows.

35. Toolkit.

    A Name Data Class.

    Credit Card Validator.

    Application:RSSAggregator.

    Application:DrawingPad:Garage Doodler.

36. System.Exit.

    Java Glossary on Steroids.

Index.

Erscheint lt. Verlag 26.8.2004
Verlagsort Upper Saddle River
Sprache englisch
Maße 178 x 235 mm
Gewicht 694 g
Themenwelt Informatik Programmiersprachen / -werkzeuge Java
Mathematik / Informatik Informatik Web / Internet
ISBN-10 0-321-24623-3 / 0321246233
ISBN-13 978-0-321-24623-3 / 9780321246233
Zustand Neuware
Haben Sie eine Frage zum Produkt?
Mehr entdecken
aus dem Bereich
mit über 150 Workouts in Java und Python

von Luigi Lo Iacono; Stephan Wiefling; Michael Schneider

Buch (2023)
Carl Hanser (Verlag)
CHF 41,95
Einführung, Ausbildung, Praxis

von Christian Ullenboom

Buch | Hardcover (2023)
Rheinwerk (Verlag)
CHF 69,85