NetBeans the definitive guide
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...
Otros Autores: | , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing ; Cambridge [Massachusetts] :
O'Reilly
2002.
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627245406719 |
Tabla de Contenidos:
- Table of Contents; Preface; Is NetBeans for You?; Is This Book for You?; NetBeans and Java; What Is JavaBeansTM?; The Core Concept of NetBeans; NetBeans as the "Visual JDK"; All the Usual Features; NetBeans as a Tools Platform; NetBeans as an Open Source Community; Don't Be Cross that This Book Is Cross-Platform; Contents of the Accompanying Sources; Licensing of the Code Examples in This Book; Writing Conventions in This Book; Comments and Questions; Acknowledgments; Reviewers; Simeon Greene; Vaughn Spurlin; Jack Woehr; Jesse Glick; Tim Boudreau; Getting and Installing the IDE
- Platforms and RequirementsWhat Are the System Requirements to Run NetBeans?; Getting and Installing a JDK; The Java Development Kit; Relationship of JDK to JRE; Obtaining the JDK; What JVM flavors and version are known to be supported by the IDE?; Which IDE Distribution?; Installing Binary Distributions; Building the IDE from Source (Simple Builds); What You'll Need to Build the IDE; Setting Up and Performing the Build; Where Did Everything Go?; How Do I Install a Newly Built Version of NetBeans?; Running the IDE; Minimal Environment; How to Launch NetBeans; Switches to the runide.sh script
- Multiple NetBeans UsersTroubleshooting; Launching; X Window System issues; Appearance once launched; Updating the IDE Automatically; The Update Center; Configuring the Update Center; Setup Wizard; You're Now Running NetBeans; Concepts and Paradigms; NetBeans and the Java Abstract Model of Computing; Explorer; Objects in the User Interface; Data Objects, Nodes, Actions, and Properties; What has NetBeans Explorer got to hide?; Other file types; Tabs in the Explorer; The Filesystems view; How to mount and unmount JARs and directories; The Project view; The Javadoc view; The Runtime view
- Node ParadigmsExplorer views of Java classes; Cut, copy, and paste subnodes; Tools actions; Sometimes Explorer Gets Behind the Times; Does a file really need recompilation?; Is a version really up to date? Is a file really local or is it already in the repository?; Summary; Filesystems and the CLASSPATH; How branches of the host filesystem manifest themselves in NetBeans; How CLASSPATH is handled in the IDE; How to modify the IDE's CLASSPATH; Appending and prepending CLASSPATH to the IDE's CLASSPATH; Other CLASSPATH tricks; Creating Packages and Classes; Creating Packages; Creating Classes
- TemplatesServices; Compiler Services; Compiling your code; Compiler settings; Execution Services; Debugging Services; Workspaces; Editing; GUI Editing; Browsing; Running; Debugging; Persistence Across Sessions; Using Multiple Instances of Explorer; Using Multiple Instances of the Source Editor; Project Management; Managing Multiple Projects; Managing Project Builds Using Ant; Object Browser; Summary; Working with the Source Editor; Why Learn a New Editor?; Opening the Source Editor; Context Menus; Closing the Source Editor; Code Completion; Using Code Completion
- Taking advantage of code completion