50
Used, New, and Out of Print Books - We Buy and Sell - Powell's Books
Cart |
|  my account  |  wish list  |  help   |  800-878-7323
Hello, | Login
MENU
  • Browse
    • New Arrivals
    • Bestsellers
    • Featured Preorders
    • Award Winners
    • Audio Books
    • See All Subjects
  • Used
  • Staff Picks
    • Staff Picks
    • Picks of the Month
    • 50 Books for 50 Years
    • 25 Best 21st Century Sci-Fi & Fantasy
    • 25 PNW Books to Read Before You Die
    • 25 Books From the 21st Century
    • 25 Memoirs to Read Before You Die
    • 25 Global Books to Read Before You Die
    • 25 Women to Read Before You Die
    • 25 Books to Read Before You Die
  • Gifts
    • Gift Cards & eGift Cards
    • Powell's Souvenirs
    • Journals and Notebooks
    • socks
    • Games
  • Sell Books
  • Blog
  • Events
  • Find A Store

Don't Miss

  • Powell's Essential List: 25 Best Sci-Fi and Fantasy Books
  • Summer Sale: 20% Off Select Books
  • United Stories of America: 20% Off Select Nonfiction Titles
  • Powell's Author Events
  • Oregon Battle of the Books
  • Audio Books

Visit Our Stores


Michelle Carroll: What We're Watching: The Threequel (0 comment)
Do we love books? Yes, of course, obviously! We’re obsessed with them. But that doesn’t mean we’re not just as obsessed with so many of the great movies and television shows being released today...
Read More»
  • Michelle Carroll: What We're Watching: The Threequel (0 comment)
  • Kelsey Ford: Powell's Picks Spotlight: Emma Seckel's 'The Wild Hunt' (0 comment)
  • Rodrigo Fresán: “The Book You Wrote Is Equal to the Songs You Heard”: Rodrigo Fresán's Playlist for 'The Remembered Part' (0 comment)

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##

Eclipse Ide Pocket Guide: Using the Full-Featured Ide

by Ed Burnette
Eclipse Ide Pocket Guide: Using the Full-Featured Ide

  • Comment on this title
  • Synopses & Reviews

ISBN13: 9780596100650
ISBN10: 0596100655



All Product Details

View Larger ImageView Larger Images
Ships free on qualified orders.
Add to Cart
$9.95
New Trade Paperback
Available at a Remote Warehouse. Ships separately from other items. Additional shipping charges may apply. Not available for In Store Pickup. More Info
Add to Wishlist
QtyStore
20Remote Warehouse

Synopses & Reviews

Publisher Comments

More and more Java programmers are drawn every day to the convenience and power of this open-source IDE, which packs a code editor, compiler, debugger, text editor, GUI builder, and other components into a single user-friendly application. But there's more to the story. Lately, Eclipse has come to be known as the IDE for anything, and nothing at all, meaning that you can use it to develop software in just about any language, not just Java.

Yes, Eclipse is that good. It doesn't just catch your errors before you compile, it also suggests solutions. All you need to do is point and click. And Eclipse is free--what could be better? How about a handy guide that not only brings beginners up to speed on the IDE, but also gives experienced Eclipse developers a pocket-sized quick reference for important views, menus, commands, and preferences--all described in clear, easy to understand language?

The new Eclipse IDE Pocket Guide is the ultimate no fluff user's manual for the Eclipse, in particular the Java Development Toolkit (JDT). The book offers just enough background and overview for those who have never used it before, starting with an explanation of important IDE concepts, such as Views and Editors, and how they work in Eclipse.

The main focus of the book is on building practical development tools with Eclipse (and all of its many Java plug-ins) for web development, application design and modeling, performance and testing, and more. Experienced users will appreciate the book's command reference for common, repetitive tasks and its coverage of Perspectives and Launch Configurations. You'll also find instructions for debugging and integration with tools like Ant, JUnit, andCVS.

If you're not already using Eclipse, download it and grab a copy of the Eclipse IDE Pocket Guide today. You'll be productive with Exclipse in no time.

Synopsis

Eclipse is the world's most popular IDE for Java development. And although there are plenty of large tomes that cover all the nooks and crannies of Eclipse, what you really need is a quick, handy guide to the features that are used over and over again in Java programming. You need answers to basic questions such as: Where was that menu? What does that command do again? And how can I set my classpath on a per-project basis?

This practical pocket guide gets you up to speed quickly with Eclipse. It covers basic concepts, including Views and editors, as well as features that are not commonly understood, such as Perspectives and Launch Configurations. You'll learn how to write and debug your Java code--and how to integrate that code with tools such as Ant and JUnit. You'll also get a toolbox full of tips and tricks to handle common--and sometimes unexpected--tasks that you'll run across in your Java development cycle.

Additionally, the Eclipse IDE Pocket Guide has a thorough appendix detailing all of Eclipse's important views, menus, and commands.

The Eclipse IDE Pocket Guide is just the resource you need for using Eclipse, whether it's on a daily, weekly, or monthly basis. Put it in your back pocket, or just throw it in your backpack. With this guide in hand, you're ready to tackle the Eclipse programming environment.


About the Author

Ed Burnette is editor of the articles section at eclipse.org, and author of the web site's "The Rich Client Platform (RCP) Tutorial" series. Ed also co-authored Eclipse in Action (Manning) and runs the eclipsepowered.org site, where he can often be found hanging out in the Eclipse community forums. He's written everything from multi-user servers to compilers to commercial video games since earning a Bachelor of Science degree in computer science from North Carolina State University. He is a Principal Systems Developer at SAS, and lives near Research Triangle Park, NC.

Table of Contents

Copyright; Chapter 1: Introduction; 1.1 What Is Eclipse?; 1.2 Conventions Used in This Book; 1.3 System Requirements; 1.4 Downloading Eclipse; 1.5 Installing Eclipse; 1.6 Exploring Eclipse; 1.7 Getting Upgrades; 1.8 Moving On; Chapter 2: Workbench 101; 2.1 Views; 2.2 Editors; 2.3 Menus; 2.4 Toolbars and Coolbars; 2.5 Perspectives; 2.6 Rearranging Views and Editors; 2.7 Maximizing and Minimizing; Chapter 3: Java Done Quick; 3.1 Creating a Project; 3.2 Creating a Package; 3.3 Creating a Class; 3.4 Entering Code; 3.5 Running the Program; Chapter 4: Debugging; 4.1 Running the Debugger; 4.2 Setting Breakpoints; 4.3 Single Stepping; 4.4 Looking at Variables; 4.5 Changing Code on the Fly; Chapter 5: Unit Testing with JUnit; 5.1 A Simple Factorial Demo; 5.2 Creating Test Cases; 5.3 Running Tests; 5.4 Test First; Chapter 6: Tips and Tricks; 6.1 Code Assist; 6.2 Templates; 6.3 Automatic Typing; 6.4 Refactoring; 6.5 Hover Help; 6.6 Hyperlinks; 6.7 Quick Fixes; 6.8 Searching; 6.9 Scrapbook Pages; 6.10 Java Build Path; 6.11 Launch Configurations; Chapter 7: Views; 7.1 Breakpoints View; 7.2 Console View; 7.3 Debug View; 7.4 Declaration View; 7.5 Display View; 7.6 Error Log View; 7.7 Expressions View; 7.8 Hierarchy View; 7.9 Javadoc View; 7.10 JUnit View; 7.11 Navigator View; 7.12 Outline View; 7.13 Package Explorer View; 7.14 Problems View; 7.15 Search View; 7.16 Tasks View; 7.17 Variables View; Chapter 8: Short Takes; 8.1 CVS; 8.2 Ant; 8.3 Web Tools Platform; 8.4 Testing and Performance; 8.5 Visual Editor; 8.6 C/C++ Development; 8.7 AspectJ; 8.8 Plug-in Development; 8.9 Rich Client Platform; 8.10 Standard Widget Toolkit; Chapter 9: Help and Community; 9.1 Online Help; 9.2 Eclipse Web Site; 9.3 Community Web Sites; 9.4 Reporting Bugs; 9.5 Newsgroups; 9.6 Mailing Lists; 9.7 Conclusion; Appendix A: Commands; A.1 Edit Commands; A.2 File Commands; A.3 Help Commands; A.4 Navigate Commands; A.5 Perspective Commands; A.6 Project Commands; A.7 Refactor Commands; A.8 Run/Debug Commands; A.9 Search Commands; A.10 Source Commands; A.11 Text-Editing Commands; A.12 View Commands; A.13 Window Commands;


What Our Readers Are Saying

Be the first to share your thoughts on this title!




Product Details

ISBN:
9780596100650
Binding:
Trade Paperback
Publication date:
09/20/2005
Publisher:
O'Reilly Media
Series info:
Pocket Guide
Language:
English
Pages:
127
Height:
.36IN
Width:
4.29IN
Thickness:
.50
Series:
Pocket Guide
Number of Units:
1
Illustration:
Yes
Copyright Year:
2005
UPC Code:
2800596100652
Author:
Ed Burnett
Author:
Ed Burnette
Author:
Burnette
Author:
Ed Burnette
Subject:
Personal Computers-General
Subject:
eclipse ide java ibm workbench

Ships free on qualified orders.
Add to Cart
$9.95
New Trade Paperback
Available at a Remote Warehouse. Ships separately from other items. Additional shipping charges may apply. Not available for In Store Pickup. More Info
Add to Wishlist
QtyStore
20Remote Warehouse
Used Book Alert for book Receive an email when this ISBN is available used.
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
  • Twitter
  • Facebook
  • Pinterest
  • Instagram

  • Help
  • Guarantee
  • My Account
  • Careers
  • About Us
  • Security
  • Wish List
  • Partners
  • Contact Us
  • Shipping
  • Sitemap
  • © 2022 POWELLS.COM Terms

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##