Book Image

Java EE Development with NetBeans 7 [Video]

By : David Heffelfinger, David R Heffelfinger
Book Image

Java EE Development with NetBeans 7 [Video]

By: David Heffelfinger, David R Heffelfinger

Overview of this book

Develop professional enterprise Java EE applications by taking advantage of the time-saving features of the NetBeans 7 IDE About This Video • Use the features of the popular NetBeans IDE along with keyboard shortcuts to accelerate development of Java EE applications • Take advantage of the NetBeans debugger to get rid of bugs that may creep into your Java EE code • Learn about all the major Java EE APIs as well as tips on how to effectively use the NetBeans IDE to save time when developing Java EE applications In Detail Oracle's popular NetBeans IDE has several features that greatly simplify Java EE development, but with many features and great flexibility, Java developers can become overwhelmed by the options available in NetBeans. This video course provides hands-on instructions that show you how to take control of the environment and make use of these features to make your Enterprise Java application development more efficient and productive than ever before so that you can concentrate on the important parts of your application. Java EE Development with NetBeans 7 shows you how to develop applications using the most important and latest Java EE technologies and APIs such as JavaServer Faces (JSF) 2.0, Enterprise JavaBeans (EJB) 3.1, and the Java Persistence API (JPA 2.0). The course is a practical guide explaining the various features of the NetBeans IDE related to Enterprise application development. Java EE Development with NetBeans 7 covers all the major Java EE technologies, APIs, and the rapid development capabilities of the NetBeans IDE such as wizards and keyboard shortcuts. While focusing on NetBeans features, you will learn how to develop aesthetically pleasing web-based user interfaces using Java Server Faces. You’ll also learn how to take advantage of automated transaction handling and scalability via Enterprise JavaBeans, and how to simplify database access through the Java Persistence API. By the end of this course, you will be able to develop Enterprise applications quickly and easily by taking advantage of several time-saving features of Oracle's NetBeans IDE.
Table of Contents (6 chapters)
Chapter 2
NetBeans Debugger
Content Locked
Section 2
Inspecting Variable Values
View the value of any variable in the scope by inspecting the variable's values in the variables window - Step into the methods and inspect the variables in scope Inspect the expression values Add new watches by highlighting code Add arbitrary expressions to the variables window - Step into the methods and inspect the variables in scope - Inspect the expression values - Add new watches by highlighting code - Add arbitrary expressions to the variables window