NetBeans: the Definitive Guide : Developing, Debugging & Deploying Java Code

個数:

NetBeans: the Definitive Guide : Developing, Debugging & Deploying Java Code

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 645 p.
  • 言語 ENG
  • 商品コード 9780596002800
  • DDC分類 005.133

Full Description

As the Java programming language has increased in both functionality and complexity, developers have demanded more of their program editors. Gone are the days when a simple visual editor is sufficient for even small programming projects. While there are numerous IDEs available today for use by Java developers, one stands above the rest, not only for its functionality, but for its extensibility: NetBeans. In NetBeans: The Definitive Guide, you'll find out how to use this IDE to its fullest, making your Java programming more efficient and productive than ever before. You'll understand the basics of the IDE, and quickly be utilizing the various editor and explorer windows. You'll also master many of NetBeans advanced features, and be working with XML documents, CVS repositories, Javadoc trees, and web applications, all within the NetBeans framework. In addition to teaching you how to use the existing features of NetBeans, this work goes on to cover developing additional modules for NetBeans. Through this instructional portion of the book, you will master the NetBeans APIs, and learn how to enhance NetBeans for your own specific needs.
Whether you need to add customized behavior to handle your proprietary file formats, or want to redistribute NetBeans as a proprietary product, NetBeans: The Definitive Guide will allow you to master this open source IDE and all of its advanced features. Whether you are an enterprise developer looking for an IDE that can handle your complex program tasks, an open source developer looking to integrate NetBeans into your own visual projects, or a manager trying to maximize your team's development potential,NetBeans: The Definitive Guide is the book for you.

Contents

Preface 1. Getting and Installing the IDE Platforms and Requirements Getting and Installing a JDK Which IDE Distribution? Installing Binary Distributions Building the IDE from Source (Simple Builds) Running the IDE Updating the IDE Automatically You're Now Running NetBeans 2. Concepts and Paradigms NetBeans and the Java Abstract Model of Computing Explorer Creating Packages and Classes Services Workspaces Project Management Object Browser Summary 3. Working with the Source Editor Why Learn a New Editor? Opening the Source Editor Context Menus Closing the Source Editor Code Completion Editor Colorings Shortcuts Word Matching Indentation Engines and Code Formatting Automatic Edits Other Editor Functionality A Simple Example 4. Debugging Debugger Types Breakpoint Types Adding and Removing Breakpoints Setting Watches Starting the Debugger The Debugger Window The Variables View Remote Debugging in NetBeans 5. Compilation and Execution Services Using Custom Compilation and Execution Services Associating Services with Java Files Building with Ant 6. Customizing the Environment The Setup Wizard The ToolsAEOptions Dialog Configuring Toolbars Configuring Menus Configuring Editors Command Line Options Modules 7. Using Source Control (CVS) What Is CVS? The How, When, and Why of CVS in NetBeans Mounting CVS Sources Exploring Versioned Sources Common CVS Operations Unexpected results Uncommon CVS Operations Mounting a Generic Versioning System One Final Tip 8. GUI Building Creating a GUI Frame or Panel Adding Components to a GUI Container Configuring Components Building Menus Changing a Container's Layout Working with Borders Accessibility Copying a Source Object The Connection Wizard The GridBagLayout Customizer Adding Event Handlers Using the Code Generation Properties Working Around Code Generation Containers Within Containers Building Complex GUIs 9. JavaBeans Why Should I Make Beans? Creating JavaBeans Component Palette 10. Using Javadoc Javadoc Support in NetBeans Mounting Javadocs The Javadoc Search Tool Creating Javadoc 11. Working with XML Installing XML Support Overview XML Editors Beyond Editing XML Generating Java Classes 12. Developing Web Applications Why the IDE Supports Web Application Development How the IDE Provides Web Application Support Creating a Web Application Working with JSP and HTML Files Advanced Web Applications Features Packaging and Deploying Web Applications 13. Extending NetBeans What's Different About NetBeans? The Core and the Open APIs NetBeans for Bean Counters Getting and Installing the Open APIs Support Module Life Is Change Source Code for the Examples 14. Understanding the NetBeans APIs Design Philosophy of NetBeans User-Level Customization Modules-Overview Interacting with the IDE 15. The Open APIs APIs versus Core versus Modules Service Provider Interfaces and Client APIs Overview of the APIs and Their Purposes Modules, JARs, and Class Loaders Threading, Deadlocks, and How to Avoid Them 16. Developing Modules-the New Module Wizard The HelloWorld Module 17. Internals of the Running IDE The Activated Node(s) Cookies A Peek under the Hood Touring NetBeans with the Bean Browser Data Objects, Nodes, and Cookies Filesystems and the Repository Services Lookup Options UI Components Localization Wizards Jumping-off Places Special Folders in the System Filesystem 18. Creating the QuickPanel Module Abstractions Covered in This Chapter Creating the Project Files Drop-Down FilterNode-Filtering Which Children of a Node Are Displayed Creating the Methods Drop-Down Improving the Methods Drop-Down Creating the Module A Little Homework 19. A Mail-Based Filesystem Building a Mail Reader in the NetBeans Paradigm Implementing MailFileSystem Using bstractFileSystem and JavaMail Creating Folder Objects for ttachments Using FileSystem.Status Annotations to Mark Unread Messages BeanInfo-Displaying Filesystem Properties Using the Wizard Framework to Set Up Mail Accounts 20. Creating the User Interface for the Mail Client Creating a DataLoader for Messages Creating a Threaded Mail View Using Filter Nodes Creating a Mail Workspace 21. Score File Support Overview-Functionality to be Implemented Creating the Minicomposer Module Creating a UniFileLoader and MultiDataObject for *.score Files Creating an Editor Support for Scores Creating a Fixed ExecCookie to Play Scores Creating a Simple Template 22. Creating a Structural View of the Score Creating a ScoreCookie to Represent a Sequence of Notes Creating a ScoreSupport Lifecycle of the Score An OpenSupport Indicating Parse Errors on the Node 23. Compiling Scores Creating the Compilers Creating and Using the Compiler Cookie Displaying an Out-of-Date Badge on Score Icons 24. Executing Scores Creating the .au Player Executor Creating Player Configuration Support Creating a SystemOption for the Default Executor 25. Better Score Support in the Explorer The Clip Length Property Representing Notes as Subnodes Using Children.Keys Permitting Subnodes to Be Renamed or Deleted Permitting Subnodes to Be Added Making Read/Write Properties on Subnodes Reordering Subnodes Data Transfer-Cut, Copy, and Paste of Notes and Sequences 26. Tuning Modules for Performance & Memory Footprint Startup Performance vs. Runtime Performance Operating Principles Techniques 27. Producing Modules (Packaging & Distribution) Versioning Upgrading User Settings Bundling Extension Libraries Internationalization and Accessibility JavaHelp-Writing and Distributing Supporting User-Level Java APIs Creating the Module JAR File Within the IDE Creating a Build Script Using Ant Producing the .nbm File Publishing Using the Update Center Using Errormanager to Log Problems Testing 28. Building Your Distribution of NetBeans Do You Need Your Own Distribution? Licensing Selecting a Baseline Getting the Sources Customizing the Build Process Adding Modules to a "Stock" Distribution Creating Preconfigured Settings Branding A. A Tour of Existing Modules B. Useful Utility Classes C. Resources D. Future Plans E. Working with Open Source and NetBeans F. Additional Modules and Where to Find Them Index