Java EE 5 Development with NetBeans 6 and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Start reading Java EE 5 Development with NetBeans 6 on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Java EE 5 Development with NetBeans 6 [Paperback]

David Heffelfinger
3.5 out of 5 stars  See all reviews (4 customer reviews)

List Price: $49.99
Price: $41.19 & FREE Shipping. Details
You Save: $8.80 (18%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it Tuesday, May 28? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition $16.49  
Paperback $41.19  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

October 31, 2008
This book shows you how to use NetBeans functionality to automate many of the tedious or repetitive tasks frequently encountered when developing enterprise Java applications, freeing up the developer to focus on the business logic specific parts of the application. The book is aimed at Java developers who wish to develop Java EE applications while taking advantage of NetBeans functionality to automate repetitive tasks and to ease their software development efforts. Familiarity with Java EE is not assumed.

Editorial Reviews

About the Author

David Heffelfinger is the Chief Technology Officer of Ensode Technology, LLC, a software consulting firm based in the greater Washington DC area. He has been architecting, designing and developing software professionally since 1995, he has been using Java as his primary programming language since 1996. He has worked on many large scale projects for several clients including the US Department of Homeland Security, Freddie Mac, Fannie Mae and the US Department of Defense. He has a Masters degree in Software Engineering from Southern Methodist University. David is editor in chief of Ensode.net (http://www.ensode.net), a web site about Java, Linux and other technology topics.

Product Details

  • Paperback: 400 pages
  • Publisher: Packt Publishing (October 31, 2008)
  • Language: English
  • ISBN-10: 1847195466
  • ISBN-13: 978-1847195463
  • Product Dimensions: 7.5 x 0.8 x 9.2 inches
  • Shipping Weight: 1.8 pounds (View shipping rates and policies)
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Best Sellers Rank: #1,655,562 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

3.5 out of 5 stars
(4)
3.5 out of 5 stars
Share your thoughts with other customers
Most Helpful Customer Reviews
5 of 5 people found the following review helpful
5.0 out of 5 stars A good Java EE book for Netbeans users January 7, 2009
Format:Paperback
I've been developing Netbeans plugin for Java EE development for the past eight years, and have knowledge of most part of the tools. When approached for help by Netbeans users, they were either guided to sparse documents in the Netbeans Knowledge base or a blog was written for their benefit. I wished for an one stop book, which I could point Netbeans users to. I'm glad to see that David Heffelfinger has written a book similar to what I wished for and published by Packt Publishing.

The book is written to help Java developers who want to learn Java EE, as well as seasoned Java EE developers who would want to use an IDE for their development. Since Netbeans is an ideal tool for Java EE 5 development, the book explains how to develop end to end Java EE application using Netbeans IDE. Netbeans has numerous Java EE development support tools to develop a full-fledged Java EE application fairly easily. This book is not to teach you all the principles of Java EE, but to put all the Java EE related Netbeans tools into perspective so that a novice user can easily navigate through the maze of tools offered by Netbeans to develop a Java EE application from scratch.

Over all Java EE 5 Development With Netbeans 6 is a good read. With lots of visual aids, the concepts are well explained. Though this book is not a dedicated book for learning Java EE technology, Java EE concepts are clearly explained where ever needed, which makes it an easy read for non Java EE developers. This book has enough information for a novice user to write an end-to-end Java EE application including the front end, back end, business logic, deployment and testing, although it does not cover all the Java EE technologies supported by Netbeans.

A pleasant and useful book to read.
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
4.0 out of 5 stars I needed this. February 24, 2009
Format:Paperback|Amazon Verified Purchase
This was a much needed book for me. I am a newbie with enterprise concepts in general. It helped me learn Java Server Pages, Java Server Faces, Enterprise Java Beans and other beans, interfacing the database, and various other details for working with Java 5 EE and Netbeans. It is one of the few precious resources available on its combined topic. I was especially happy that it included how to integrate Java client side applications with your enterprise server application.

This book was focused on Netbeans 6.1, and mentioned the menu paths and options for that during the tutorials. You had to figure out on your own how to do some details on Netbeans 6.5. Netbeans itself still has some bugs to further complicate some things.

I felt this book was too focused on the details and procedures of building it's particular tutorial examples. It may be a matter of preference, but I would of liked some more attention on the overview and philosophical concepts. I started having trouble keeping straight the general role or purpose of all the different EE features, and why they were invented. An organizational chart of how the different EE concepts or features fit together would of been a nice reference.
Comment | 
Was this review helpful to you?
5 of 7 people found the following review helpful
4.0 out of 5 stars try using this as the user manual for NetBeans 6 December 8, 2008
Format:Paperback
Heffelfinger has written an extensive user manual for NetBeans 6. That's what this book effectively is. The numerous screen captures and accompanying text walks you through the capabilities of NetBeans.

You can see how it uses windows of forms, where you type in various data, and it then makes HTML and XML markup based on that data. Far more robust than you manually writing markup, which is slower and highly error prone.

The text can also be used as a way to understand Java EE 5. This is more than just a way to write HTML. Using JSTL, it integrates to connecting to backend SQL databases. To this ends, NetBeans also is a top-down approach to generating SQL commands, which are then written as tags in markup. Useful if you only have a rudimentary knowledge of SQL. Similar to how NetBeans shields you from most HTML and XML.

Plus, NetBeans is also a front end to using java Servlets, JSP and JavaServer Faces. The first 2 have been around for several years and are quite mature. While JSF is newer, and is meant to be a standard web application framework, as an alternative to Struts or Spring. The book is an easy introduction to JSF, via NetBeans.

There is an awkwardness about many of the book's figures, however. The shading seems a little faded, and the contents of images inside the figures are not as crisply delineated as they could be. I think what happened is that screen captures were made of various NetBeans windows, converted to grayscale and then used as is. Perhaps some image enhancement steps could have been used to improve the renderings.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category