Beginning NetBeans IDE : for Java developers / Geertjan Wielenga.
This is a guide for getting started learning and using the free and open source NetBeans IDE. 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. You'll learn what NetBeans is and how to use it; how to in...
Saved in:
Online Access: |
Full Text (via Skillsoft) |
---|---|
Main Author: | |
Format: | eBook |
Language: | English |
Published: |
[Berkeley, CA] :
Apress,
2015.
|
Series: | Expert's voice in Java.
|
Subjects: |
Table of Contents:
- At a Glance; Contents; About the Author; About the Technical Reviewer; About the Illustrator; Acknowledgments; Foreword; Preface; Introduction ; Chapter 1: Installing and Setting Up; What Is NetBeans IDE?; Advantages of the IDE; Downloading the IDE; Installing the IDE; Using Mac OSX; Chapter 2: Getting Started; Hello World; Exploring the IDE; Project Views; File Views; Hierarchy Views; Service Views; Supporting Views; Output Window; Properties Window; Action Items Window; Tasks Window; Notifications Window; Chapter 3: Java Editor; Overview; Getting Started.
- Opening a File Opening a File Without a Project; Reconfiguring the Source Editor; Changing Keyboard Shortcuts, Fonts, and Colors; Comparing Differences Between Two Files; Typing; Finishing and Concatenating ; Matching Other Words in a File; Text Selection Shortcuts ; Macros ; Code Snippets; Code Completion; Code Completion Tricks; Customizing Settings for Code Completion; Templates ; Code Templates; Adding, Changing, and Removing Code Templates; Code Template Syntax; Changing the Expander Shortcut for Code Templates; File Templates ; Java Hints ; Java Members.
- Implements and Overrides JavaBeans ; Imports ; Javadoc ; Formatting; Indenting Blocks of Code Manually; Changing Formatting Rules ; Navigation; Navigating Within the Current Java File; Viewing and Navigating Members of a Class; Moving the Insertion Point and Scrolling the Window; Customizing Code Folds; Hiding Sections of Code ; Bookmarking Lines of Code; Navigating from the Source Editor; Switching Between Open Files; Jumping to Related Code and Documentation; Jumping Between Areas Where You Have Been Working; Jumping from the Source Editor to a File's Node ; Search and Replace.
- Finding Usages Renaming; Finding; Replacing; Other File Searches; Tracking Notes; Adding, Removing, and Changing Action Item Tags; Filtering Action Items ; Chapter 4: Using Wizards and Plugins; Overview; General; Application Structure ; Project Groups; Viewing Java Packages; Comprehensive Service Integration; Plugin Manager ; Java SE ; Java EE ; Embedded ; Cloud ; Chapter 5: Putting the Pieces Together; Setting Up; Creating the Java EE Server Application; Generating JPA Entity Classes; Exposing Data to Frontend Clients; Generate JSF Pages from Entity Classes.
- Generate RESTful Web Services from Entity Classes Generate RESTful JavaScript Clients from RESTful Web Services; Deploying the Application; Chapter 6: Analysis and Refactoring; Analysis; Manual Refactoring; Deleting Code Safely; Changing a Method's Signature; Encapsulati ng a Field; Moving a Class to a Different Package ; Moving Class Members to Other Classes; Moving Code to a Superclass; Moving Code to Subclasses; Creating a Method from Existing Statements; Creating an Inter face from Existing Methods; Extracting a Superclass to Consolidate Common Methods.