reklama - zainteresowany?

Eclipse - Helion

Eclipse
ebook
Autor: Steve Holzner
ISBN: 978-05-965-5262-6
stron: 336, Format: ebook
Data wydania: 2004-04-22
Księgarnia: Helion

Cena książki: 126,65 zł (poprzednio: 147,27 zł)
Oszczędzasz: 14% (-20,62 zł)

Dodaj do koszyka Eclipse

Java programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it doesn't fix them--that's up to you: fix them, compile again, and hope that nothing goes wrong this time.Eclipse, the popular Java integrated development environment (IDE) provides an elegant and powerful remedy for this common, frustrating scenario. It doesn't just catch your errors before you compile, it also suggests solutions. All you need to do is point and click. And it's free--what could be better? Still, if you're like most programmers, mastering a new technology--no matter how productive it will make you in the long run--is going to take a chunk out of your productivity now. You want to get up to speed quickly without sacrificing efficiency.O'Reilly's new guide to the technology, Eclipse, provides exactly what you're looking for: a fast-track approach to mastery of Eclipse. This insightful, hands-on book delivers clear and concise coverage, with no fluff, that gets down to business immediately. The book is tightly focused, covering all aspects of Eclipse: the menus, preferences, views, perspectives, editors, team and debugging techniques, and how they're used every day by thousands of developers. Development of practical skills is emphasized with dozens of examples presented throughout the book.From cover-to-cover, the book is pure Eclipse, covering hundreds of techniques beginning with the most basic Java development through creating your own plug-in editors for the Eclipse environment. Some of the topics you'll learn about include:

  • Using Eclipse to develop Java code
  • Testing and debugging
  • Working in teams using CVS
  • Building Eclipse projects using Ant
  • The Standard Widget Toolkit (SWT)
  • Web development
  • Developing Struts applications with Eclipse
From basics to advanced topics, Eclipse takes you through the fundamentals of Eclipse and more. You may be an Eclipse novice when you pick up the book, but you'll be a pro by the time you've finished.

Dodaj do koszyka Eclipse

 

Osoby które kupowały "Eclipse", wybierały także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka Eclipse

Spis treści

Eclipse eBook -- spis treści

  • Eclipse
    • SPECIAL OFFER: Upgrade this ebook with OReilly
    • A Note Regarding Supplemental Files
    • Preface
      • Whats Inside
      • Conventions Used in This Book
      • What You'll Need
      • Using Code Examples
      • We'd Like to Hear from You
    • 1. Essential Eclipse
      • 1.1. Eclipse and Java
        • 1.1.1. Some Background
        • 1.1.2. A Word About the Common Public License (CPL)
      • 1.2. Getting Eclipse
      • 1.3. Understanding Eclipse
        • 1.3.1. The Eclipse Platform
        • 1.3.2. The Platform Kernel
        • 1.3.3. The Eclipse Workbench
        • 1.3.4. The Eclipse Workspace
        • 1.3.5. The Team Component
        • 1.3.6. The Help Component
      • 1.4. Views and Perspectives
      • 1.5. Working with Eclipse
        • 1.5.1. Creating a Java Project
        • 1.5.2. Creating a Java Class
        • 1.5.3. Using Code Assist
        • 1.5.4. Running Your Code
        • 1.5.5. Using the Scrapbook
      • 1.6. Using Quick Fix
      • 1.7. A Word About Project Management
    • 2. Java Development
      • 2.1. Developing Java Code
        • 2.1.1. Creating New Methods
        • 2.1.2. Creating New Classes
        • 2.1.3. Creating New Packages
      • 2.2. Building and Running Code
        • 2.2.1. Using JAR and .class Files
        • 2.2.2. Setting the Launch Configuration
        • 2.2.3. Selecting the Java Runtime
      • 2.3. Creating Javadoc
      • 2.4. Refactoring
        • 2.4.1. Renaming Elements
        • 2.4.2. Moving Elements
        • 2.4.3. Extracting Interfaces
      • 2.5. Some Essential Skills
        • 2.5.1. Viewing Type Hierarchies
        • 2.5.2. Browsing Java Code
        • 2.5.3. Searching Code
      • 2.6. Customizing the Development Environment
    • 3. Testing and Debugging
      • 3.1. Testing with JUnit
        • 3.1.1. Creating a Test Application
        • 3.1.2. Installing JUnit
        • 3.1.3. Testing an Application with JUnit
      • 3.2. Debugging
        • 3.2.1. A Buggy Program
        • 3.2.2. Setting a Breakpoint
        • 3.2.3. Stepping Through Code
        • 3.2.4. Resuming Execution Until Encountering a Breakpoint
        • 3.2.5. Setting Breakpoint Hit Counts
        • 3.2.6. Configuring Breakpoints
          • 3.2.6.1. Checking a condition
          • 3.2.6.2. Multithreaded debugging
          • 3.2.6.3. Watchpoints
          • 3.2.6.4. Method breakpoints
          • 3.2.6.5. Exception breakpoints
        • 3.2.7. Evaluating Java Expressions and Changing Values
        • 3.2.8. Using Hot Code Replacement
          • 3.2.8.1. Targeting earlier JREs
    • 4. Working in Teams
      • 4.1. How Source Control Works
      • 4.2. Understanding CVS
      • 4.3. Finding a CVS Server
        • 4.3.1. Creating a Repository
        • 4.3.2. Connecting to CVS
      • 4.4. Adding a Project to the CVS Repository
        • 4.4.1. Creating a Repository Location
        • 4.4.2. Sharing Projects
        • 4.4.3. Committing Files
        • 4.4.4. Checking Projects Out
        • 4.4.5. Updating Code
        • 4.4.6. Comparing Code with Local History
        • 4.4.7. Committing Code
        • 4.4.8. Synchronizing Code
        • 4.4.9. Creating a Patch
        • 4.4.10. Tagging Versions
        • 4.4.11. Creating Branches
    • 5. Building Eclipse Projects Using Ant
      • 5.1. Working with Ant
      • 5.2. JARing Your Output
      • 5.3. Configuring Ant in Eclipse
      • 5.4. Catching Errors in Build Files
    • 6. GUI Programming: From Appletsto Swing
      • 6.1. Creating AWT Applications
      • 6.2. Creating Swing Applications
      • 6.3. Using Eclipse Plug-ins
      • 6.4. Using the V4ALL Plug-in
        • 6.4.1. Adding a V4ALL Editor to a Project
        • 6.4.2. Designing the GUI
        • 6.4.3. Creating a Method
        • 6.4.4. Generating and Editing the Code
        • 6.4.5. Running the Result
    • 7. SWT: Buttons, Text, Labels, Lists, Layouts, and Events
      • 7.1. Java Graphics
        • 7.1.1. AWT
        • 7.1.2. Swing
        • 7.1.3. SWT
      • 7.2. An SWT Example
      • 7.3. Working with Buttons
      • 7.4. Working with Composites and Layouts
      • 7.5. Working with Lists
      • 7.6. Using V4ALL with SWT
    • 8. SWT: Menus, Toolbars, Sliders, Trees, and Dialogs
      • 8.1. Working with Menus
      • 8.2. Working with Toolbars
      • 8.3. Working with Sliders
      • 8.4. Working with Trees
      • 8.5. Working with Dialogs
      • 8.6. Opening Internet Explorer in anSWT Window
    • 9. Web Development
      • 9.1. Installing and Testing Tomcat
      • 9.2. Creating a JSP
      • 9.3. Creating a Servlet
      • 9.4. Creating a Servlet in Place
      • 9.5. Connecting to a JavaBean
      • 9.6. Using the Sysdeo Tomcat Plug-in
        • 9.6.1. Writing JSP with the Sysdeo Tomcat Plug-in
        • 9.6.2. Writing Servlets with the Sysdeo Tomcat Plug-in
        • 9.6.3. Debugging Web Projects
      • 9.7. Deploying Web Applications
    • 10. Developing Struts Applicationswith Eclipse
      • 10.1. Struts and Eclipse
      • 10.2. Creating the View
      • 10.3. Creating the Controller
      • 10.4. Creating the Model
      • 10.5. Using the Easy Struts Plug-in
    • 11. Developing a Plug-in: The Plug-in Development Environment, Manifests, and Extension Points
      • 11.1. All You Really Need Is plugin.xml
      • 11.2. Using the Plug-in Development Environment
      • 11.3. Using the Run-time Workbench
      • 11.4. Creating a Standard Plug-in
        • 11.4.1. Creating an Action Set
        • 11.4.2. Creating a Menu
        • 11.4.3. Creating an Action
        • 11.4.4. Writing the Code
        • 11.4.5. Automatically Customizing a Perspective
    • 12. Developing a Plug-in: Creating Editors and Views
      • 12.1. Creating a Multi-Page Editor
        • 12.1.1. Creating the Code
        • 12.1.2. Dissecting the Wizard
        • 12.1.3. Coding a Multi-Page Editor
      • 12.2. Creating a View
        • 12.2.1. Adding Items to the View
        • 12.2.2. Configuring View Actions
      • 12.3. Deploying a Plug-in
    • 13. Eclipse 3.0
      • 13.1. A Look at Eclipse 3.0
      • 13.2. Creating a Java Project
      • 13.3. Changes to the Eclipse Platform
      • 13.4. Changes to the Java Development Tools
        • 13.4.1. Quick Hierarchy Views
        • 13.4.2. Creating Constructors from Fields
        • 13.4.3. Creating Factory Methods
        • 13.4.4. Smart Insert Mode
        • 13.4.5. Creating Block Comments
        • 13.4.6. New Views
        • 13.4.7. Additional Changes
      • 13.5. Other Changes
    • Index
    • Colophon
    • SPECIAL OFFER: Upgrade this ebook with OReilly

Dodaj do koszyka Eclipse

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.