Eclipse IDE Pocket Guide

Ed Burnette

  • 出版商: O'Reilly
  • 出版日期: 2005-09-20
  • 售價: $630
  • 貴賓價: 9.5$599
  • 語言: 英文
  • 頁數: 130
  • 裝訂: Paperback
  • ISBN: 0596100655
  • ISBN-13: 9780596100650
  • 相關分類: Java 相關技術
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Description:

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.

 

Table of Contents:

Part I
Introduction

     What Is Eclipse? 

     Conventions Used in This Book 

     System Requirements 

     Downloading Eclipse 

     Installing Eclipse 

               3, 2, 1, Launch! 

               Specify a Workspace 

     Exploring Eclipse 

     Getting Upgrades 

     Moving On 
Part II
Workbench 101

     Views 

     Editors 

     Menus 

     Toolbars and Coolbars 

     Perspectives 

     Rearranging Views and Editors 

     Maximizing and Minimizing 
Part III
Java Done Quick

     Creating a Project 

     Creating a Package 

     Creating a Class 

     Entering Code 

     Running the Program 
Part IV
Debugging

     Running the Debugger 

     Setting Breakpoints 

     Single Stepping 

     Looking at Variables 

     Changing Code on the Fly 
Part V
Unit Testing with JUnit

     A Simple Factorial Demo 

     Creating Test Cases 

     Running Tests 

     Test First 
Part VI
Tips and Tricks

     Code Assist 

     Templates 

     Automatic Typing 

     Refactoring 

     Hover Help 

     Hyperlinks 

     Quick Fixes 

     Searching 

     Scrapbook Pages 

     Java Build Path 

     Launch Configurations 
Part VII
Views

     Breakpoints View 

     Console View 

     Debug View 

     Declaration View 

     Display View 

     Error Log View 

     Expressions View 

     Hierarchy View 

     Javadoc View 

     JUnit View 

     Navigator View 

     Outline View 

     Package Explorer View 

     Problems View 

     Search View 

     Tasks View 

     Variables View 
Part VIII
Short Takes

     CVS 

     Ant 

     Web Tools Platform 

     Testing and Performance 

     Visual Editor 

     C/C++ Development 

     AspectJ 

     Plug-in Development 

     Rich Client Platform 

     Standard Widget Toolkit 
Part IX
Help and Community

     Online Help 

               Getting Help 

               Help Topics 

     Eclipse Web Site 

     Community Web Sites 

     Reporting Bugs 

               New Account 

               Searching 

               Adding an Entry 

     Newsgroups 

     Mailing Lists 

     Conclusion 
Appendix
Commands 83
Index 113

商品描述(中文翻譯)

描述:



Eclipse是世界上最受歡迎的Java開發IDE。儘管有很多大部頭的書籍涵蓋了Eclipse的方方面面,但你真正需要的是一本快速、方便的指南,介紹在Java編程中一再使用的功能。你需要回答基本問題,例如:那個菜單在哪裡?那個命令再做什麼?我如何按專案設置我的classpath?



這本實用的口袋指南能夠快速讓你熟悉Eclipse。它涵蓋了基本概念,包括視圖和編輯器,以及一些不常被理解的功能,例如透視圖和啟動配置。你將學習如何編寫和調試Java代碼,以及如何將該代碼與Ant和JUnit等工具集成。你還將獲得一個充滿技巧和訣竅的工具箱,用於處理在Java開發週期中遇到的常見和有時意外的任務。



此外,《Eclipse IDE口袋指南》還有一個詳盡的附錄,詳細介紹了Eclipse的所有重要視圖、菜單和命令。



《Eclipse IDE口袋指南》是你在日常、每週或每月使用Eclipse時所需的資源。將它放在後袋中,或者只是扔進背包裡。有了這本指南,你就準備好應對Eclipse編程環境了。


 



目錄:



第一部分
介紹

     什麼是Eclipse?

     本書使用的約定


     系統要求

     下載Eclipse

     安裝Eclipse


         
     3、2、1、發射!

     
         指定工作區


     探索Eclipse

   
 獲取升級

     繼續前進
第二部分
工作台101

     視圖


     編輯器

     菜單

     工具欄和快捷欄

 
   透視圖

     重新排列視圖和編輯器

     最大化和最小化
第三部分
快速完成Java

     創建專案

     創建包


     創建類

   
 輸入代碼

     運行程序
第四部分
調試

     運行調試器

     設置斷點


     單步執行

     查看變量

     即時修改代碼
第五部分
使用JUnit進行單元測試

     一個簡單的階乘示例

     創建測試用例

     運行測試

   
 先測試後實現
第六部分
技巧和訣竅

   
 代碼輔助

     模板


     自動輸入

   
 重構