Book description
Beginning NetBeans IDE is your authoritative guide for getting started learning and using the free and open source NetBeans IDE. Written by Geertjan Wielenga, who has worked on the NetBeans Team since 2004, it shows you what the IDE is all about and how to use it with real-world case studies built from the ground up as you learn all about the IDE.
In this book, you get a tour of the various, essential, and key NetBeans features, including a range of wizards and plug-ins. Then, you start building a more complex Java EE-based application using Maven with the NetBeans IDE. And, you learn how to improve that application by exploring the NetBeans refactoring, testing, debugging, and profiling tools.
After reading and using this guide, you'll come away with a working case study and many insights into how to understand and optimally make use of NetBeans IDE.
Table of contents
- Cover
- Title
- Copyright
- Dedication
- Contents at a Glance
- Contents
- About the Author
- About the Techincal reviewer
- About the Illustrator
- Acknowledgments
- Foreword
- Preface
- Introduction
- Chapter 1: Installing and Setting Up
- Chapter 2: Getting Started
- Chapter 3: Java Editor
- Chapter 4: Using Wizards and Plugins
- Chapter 5: Putting the Pieces Together
-
Chapter 6: Analysis and Refactoring
- Analysis
-
Manual Refactoring
- Deleting Code Safely
- Changing a Method’s Signature
- Encapsulating a Field
- Moving a Class to a Different Package
- Moving Class Members to Other Classes
- Creating a Method from Existing Statements
- Creating an Interface from Existing Methods
- Extracting a Superclass to Consolidate Common Methods
- Changing References to Use a Supertype
- Unnesting Classes
- Quick Access to Keyboard Shortcuts
- Chapter 7: Testing and Code Quality
-
Chapter 8: Debugging
- Getting Started
- Debugger Windows
-
Steps
- Executing Code Line By Line
- Executing a Method Without Stepping Into It
- Resuming Execution Through the End of a Method
- Continuing to the Next Breakpoint
- Continuing to the Cursor Position
- Stepping Into the JDK and Other Libraries
- Limiting the Classes that You Can Step Into for a Library
- Backing Up from a Method to its Call
- Breakpoints
- Watches
- Threads
- Code Changes
- GUI Snapshot
- Chapter 9: Profiling and Tuning
- Chapter 10: Versioning
- Index
Product information
- Title: Beginning NetBeans IDE: for Java Developers
- Author(s):
- Release date: August 2015
- Publisher(s): Apress
- ISBN: 9781484212578
You might also like
book
Sams Teach Yourself Java in 21 Days (Covers Java 11/12), 8th Edition
In just 21 days, you can acquire the knowledge and skills necessary to develop applications on …
book
Java Projects - Second Edition
Learn how to build scalable, resilient, and effective applications in Java that suit your software requirements. …
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …