- page 1
- NetBeans IDE Field Guide: Developing Desktop, Web, Enterprise, and Mobile Applications, Second Edition
- NetBeans IDE Field Guide: Developing Desktop, Web, Enterprise, and Mobile Applications, Second Edition
- Table of Contents
- Copyright
- Foreword to the First Edition
- Foreword to the First Edition
- Preface
- About the Authors
- Acknowledgments for the Second Edition
- Acknowledgments for the First Edition
- Chapter 1. Download, Installation, and First Project
- Downloading the IDE
- Installing the IDE
- Setting a Proxy
- First NetBeans IDE Project
- Chapter 2. NetBeans IDE Fundamentals
- Creating a Project
- Configuring the Classpath
- Creating a Subproject
- Creating and Editing Files
- Setting Up and Modifying Java Packages
- Compiling and Building
- Viewing Project Metadata and Build Results
- Navigating to the Source of Compilation Errors
- Running
- Creating and Running Tests
- Debugging the Application
- Integrating Version Control Commands
- Managing IDE Windows
- Chapter 3. IDE Project Fundamentals
- Introduction to IDE Projects
- Choosing the Right Project Template
- Creating a Project from Scratch
- Importing a Project Developed in a Different Environment
- Navigating Your Projects
- Working with Files Not in the Project
- Creating Packages and Files in the Project
- Configuring the Project s Classpath
- Changing the Version of the JDK Your Project Is Based On
- Changing the Target JDK for a Standard Project
- Referencing JDK Documentation (Javadoc) from the Project
- Adding Folders and JAR Files to the Classpath
- Making External Sources and Javadoc Available in the IDE
- Structuring Your Projects
- Displaying and Hiding Projects
- Compiling a Project
- Running a Project in the IDE
- Deploying a Java Project Outside of the IDE
- Building a Project from Outside of the IDE
- Customizing the IDE-Generated Build Script
- Running a Specific Ant Target from the IDE
- Completing Ant Expressions
- Making a Menu Item or Shortcut for a Specific Ant Target
- Chapter 4. Versioning Your Projects
- Setting up CVS in NetBeans IDE
- Checking Out Sources from a CVS Repository
- Putting a Project into CVS
- Keeping Track of Changes
- Updating Files
- Committing Changes
- Ignoring Files in CVS Operations
- Adding and Removing Files from a Repository
- Working with Branches
- Working with Patches
- Working with Versioning Histories
- Working with Other Version Control Systems
- Chapter 5. Editing and Refactoring Code
- Opening the Source Editor
- Managing Automatic Insertion of Closing Characters
- Displaying Line Numbers
- Generating Code Snippets without Leaving the Keyboard
- Using Code Completion
- Inserting Snippets from Code Templates
- Using Editor Hints to Generate Missing Code
- Matching Other Words in a File
- Generating Methods to Implement and Override
- Generating JavaBeans Component Code
- Creating and Using Macros
- Creating and Customizing File Templates
- Handling Imports