Java: The Good Parts: Unearthing the Excellence in Java
What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available.

Every language eventually builds up crud, Java included. The core language has become increasingly large and complex, and the libraries associated with it have grown even more. Learn how to take advantage of Java's best features by working with an example application throughout the book. You may not like some of the features Jim Waldo considers good, but they'll actually help you write better code.

  • Learn how the type system and packages help you build large-scale software
  • Use exceptions to make code more reliable and easier to maintain
  • Manage memory automatically with garbage collection
  • Discover how the JVM provides portability, security, and nearly bug-free code
  • Use Javadoc to embed documentation within the code
  • Take advantage of reusable data structures in the collections library
  • Use Java RMI to move code and data in a distributed network
  • Learn how Java concurrency constructs let you exploit multicore processors
1140202989
Java: The Good Parts: Unearthing the Excellence in Java
What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available.

Every language eventually builds up crud, Java included. The core language has become increasingly large and complex, and the libraries associated with it have grown even more. Learn how to take advantage of Java's best features by working with an example application throughout the book. You may not like some of the features Jim Waldo considers good, but they'll actually help you write better code.

  • Learn how the type system and packages help you build large-scale software
  • Use exceptions to make code more reliable and easier to maintain
  • Manage memory automatically with garbage collection
  • Discover how the JVM provides portability, security, and nearly bug-free code
  • Use Javadoc to embed documentation within the code
  • Take advantage of reusable data structures in the collections library
  • Use Java RMI to move code and data in a distributed network
  • Learn how Java concurrency constructs let you exploit multicore processors
29.99 In Stock
Java: The Good Parts: Unearthing the Excellence in Java

Java: The Good Parts: Unearthing the Excellence in Java

by Jim Waldo
Java: The Good Parts: Unearthing the Excellence in Java

Java: The Good Parts: Unearthing the Excellence in Java

by Jim Waldo

Paperback

$29.99 
  • SHIP THIS ITEM
    In stock. Ships in 1-2 days.
  • PICK UP IN STORE

    Your local store may have stock of this item.

Related collections and offers


Overview

What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available.

Every language eventually builds up crud, Java included. The core language has become increasingly large and complex, and the libraries associated with it have grown even more. Learn how to take advantage of Java's best features by working with an example application throughout the book. You may not like some of the features Jim Waldo considers good, but they'll actually help you write better code.

  • Learn how the type system and packages help you build large-scale software
  • Use exceptions to make code more reliable and easier to maintain
  • Manage memory automatically with garbage collection
  • Discover how the JVM provides portability, security, and nearly bug-free code
  • Use Javadoc to embed documentation within the code
  • Take advantage of reusable data structures in the collections library
  • Use Java RMI to move code and data in a distributed network
  • Learn how Java concurrency constructs let you exploit multicore processors

Product Details

ISBN-13: 9780596803735
Publisher: O'Reilly Media, Incorporated
Publication date: 05/06/2010
Pages: 178
Product dimensions: 6.90(w) x 9.10(h) x 0.50(d)

About the Author

Jim Waldo is a Distinguished Engineer with Sun Microsystems Laboratories, where he investigates next-generation large-scale distributed systems. He is currently the technical lead of Project Darkstar, a multi-threaded, distributed infrastructure for massive multi-player on-line games and virtual worlds. Prior to his current assignment with Sun Labs, he was the lead architect for Jini, a distributed programming system based on Java.



Before joining Sun, Jim spent eight years at Apollo Computer and Hewlett Packard working in the areas of distributed object systems, user interfaces, class libraries, text and internationalization. While at HP, he led the design and development of the first Object Request Broker, and was instrumental in getting that technology incorporated into the first OMG CORBA specification.



Jim is a Professor of the Practice at Harvard University, where he teaches distributed computing and topics in the intersection of policy and technology in the department of computer science.



Jim received his Ph.D. in philosophy from the University of Massachusetts (Amherst). He also holds M.A. degrees in both linguistics and philosophy from the University of Utah. He is a member of the IEEE and ACM.

Table of Contents

Preface; Java and Me; You, the Audience; Conventions Used in This Book; Using Code Examples; How to Contact Us; Safari® Books Online; Acknowledgments; Chapter 1: An Introduction to Java; 1.1 What Is Java Good For?; Chapter 2: The Type System; 2.1 The Basics; 2.2 Why Have Three?; 2.3 Inside and Out; 2.4 Beware; 2.5 A Real Problem; Chapter 3: Exceptions; 3.1 The Basics; 3.2 The Why; 3.3 Use and Abuse; 3.4 The Dark Side; Chapter 4: Packages; 4.1 The Basics; 4.2 Packages and Access Control; 4.3 An Example; 4.4 Packages and the Filesystem; Chapter 5: Garbage Collection; 5.1 The Basics; 5.2 Garbage Collection and References; 5.3 Other Resources; Chapter 6: The Java Virtual Machine; 6.1 The Basics; 6.2 Security; 6.3 Portability; Chapter 7: Javadoc; 7.1 The Basics; 7.2 An Example; 7.3 Style Guides, Editors, and Nonterminating Discussions; Chapter 8: Collections; 8.1 The Basics; 8.2 Parameterized Types; 8.3 Advanced Topics; 8.4 Random Access; 8.5 Some Last Thoughts; Chapter 9: Remote Method Invocation and Object Serialization; 9.1 The Basics; 9.2 Object Serialization; 9.3 Subtypes in RPC Systems; Chapter 10: Concurrency; 10.1 The Basics; 10.2 Synchronizing; 10.3 Atomic Data; Chapter 11: The Developer Ecology; 11.1 IDEs; 11.2 JUnit; 11.3 FindBugs; 11.4 Other Tools; Colophon;
From the B&N Reads Blog

Customer Reviews