Catálogo de publicaciones - libros

Compartir en
redes sociales


Pro NetBeans™ IDE 5.5 Enterprise Edition

Adam Myatt

Resumen/Descripción – provisto por la editorial

No disponible.

Palabras clave – provistas por la editorial

Software Engineering/Programming and Operating Systems

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2007 SpringerLink

Información

Tipo de recurso:

libros

ISBN impreso

978-1-59059-788-0

ISBN electrónico

978-1-4302-0381-0

Editor responsable

Springer Nature

País de edición

Reino Unido

Fecha de publicación

Información sobre derechos de publicación

© Apress 2007

Tabla de contenidos

Refactoring

Adam Myatt

Refactoring capabilities are very important when working in the software industry. Anyone who has ever had to overhaul an existing code base has run into issues with changing code. One of the most common examples is moving classes between packages and having to manually edit the package statements at the top of each file. Another example is wanting to delete an element in code (such as a class member, an old utility method, and so on) and not knowing if code in your application still uses that element.

Part 2 - The NetBeans Coding Experience | Pp. 289-315

Generating and Accessing Javadoc

Adam Myatt

One of the most important aspects of writing code is documentation. Project documentation should not only cover system design, architecture, and logic, but also include details on how each class and method functions. The Java platform provides a very useful documentation tool called .

Part 3 - NetBeans and Professional Software Development | Pp. 319-331

Managing Version Control

Adam Myatt

An important aspect of software development is controlling your source code. In single and multideveloper projects, it is essential to ensure the longevity of your code by storing the files somewhere other than on the developers’ computers. It is also important to be able to track versions of individual source files and be able to control changes.

Part 3 - NetBeans and Professional Software Development | Pp. 333-352

Managing Compilation and Projects with Ant

Adam Myatt

Many problems can occur while building and developing software. One of the biggest challenges is attempting to build and compile a software application on a platform other than the one for which it was developed. Imagine three programmers working on the same application on three different platforms: Linux, Windows, and Mac.

Part 3 - NetBeans and Professional Software Development | Pp. 353-366

JUnit Testing

Adam Myatt

Untested code has the potential to contain errors and bugs. Whether caused by an invalid assumption, an explicit coding mistake, or an otherwise unknown issue, bugs that appear in code cause problems. Developers lose time trying to find the mistake, organizations lose productivity, and companies lose money. For more critical systems, human lives can be lost if a software glitch occurs. This is why developers test code.

Part 3 - NetBeans and Professional Software Development | Pp. 367-378

Using Code Coverage Tools

Adam Myatt

You know that it is important to write accurate and effective tests for your code. But how do you measure the effectiveness of your tests? In a perfect world, you would write a test for every class, every method, and every line of code. Depending on the complexity of your code base, this may be easy or extremely difficult.

Part 3 - NetBeans and Professional Software Development | Pp. 379-394

Working with NetBeans Developer Collaboration Tools

Adam Myatt

In today’s fast-paced global economy, a determining element for success is the ability to collaborate and share information among numerous teams. Being able to communicate complex sets of data, send email, chat online, and digitally share computer screens can give software development teams a significant advantage.

Part 3 - NetBeans and Professional Software Development | Pp. 395-411

Using NetBeans Database Tools

Adam Myatt

Programmers often require database access tools for the purposes of development and testing. All too often, developers need to be able to add or remove a record from a specific table in order to test some code.

Part 3 - NetBeans and Professional Software Development | Pp. 413-428