or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

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

 

Developing Java Beans [Paperback]

Robert Englander
3.4 out of 5 stars  See all reviews (22 customer reviews)

List Price: $29.95
Price: $22.76 & FREE Shipping on orders over $25. Details
You Save: $7.19 (24%)
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 Friday, May 24? Choose One-Day Shipping at checkout. Details
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

June 8, 1997

Java Beans is the most important new development in Java this year. Beans is the next generation of Java technology that not only adds features the language lacked, but also lets Java programs interoperate with a number of development environments. The initial release includes a bridge for Microsoft's ActiveX/COM; future releases will include bridges for Netscape's LiveConnect and IBM's OpenDoc.

Since it's a "component architecture" for Java, Beans can be used in graphical programming environments, like Borland's JBuilder, or IBM's VisualAge for Java. This means that someone can use a graphical tool to connect a lot of Beans together and make an application, without actually writing any Java code -- in fact, without doing any programming at all. Graphical development environments let you configure components by specifying aspects of their visual appearance (like the color or label of a button) in addition to the interactions between components (what happens when you click on a button or select a menu item).

One important aspect of Java Beans is that components don't have to be visible. This sounds like a minor distinction, but it's very important: the invisible parts of an application are the parts that do the work. So, for example, in addition to manipulating graphical widgets, like checkboxes and menus, Beans allows you to develop and manipulate components that do database access, perform computations, and so on. You can build entire applications by connecting pre-built components, without writing any code.

Developing Java Beans is for people who need to stay up-to-date with the latest developments in programming technology. Minimally, developing Beans means adopting several simple design patterns in your code. However, that's only the beginning. To take full advantage of the Java Beans architecture, you should understand how to write classes that are serializable, use events for communication between classes, know when and how to provide BeanInfo classes that give graphical environments more information about your components, and provide property editors and customizers that let graphical tools work with more complex Beans.

The book covers:

  • Events, event listeners, and adapters
  • Properties, indexed properties, bound properties, constrained properties, and vetoable property changes
  • Persistence, serialization, versioning, and object validation
  • Packaging Beans using JAR files
  • The BeanBox, a prototypical development tool
  • Reflection and introspection
  • Property editors and customizers
  • The ActiveX bridge; using Java Beans in Visual Basic programs


Editorial Reviews

From Library Journal

O'Reilly books are rarely for neophytes, but advanced users swear by them, and these will be no exception. Englander covers a hot Java subtopic for students, programmers, and professionals already familar with Java and object-oriented programming. He discusses events, event adapters, properties, persistence, java archive files, the BeanBox tool, property editors, ActiveX, and the java.beans Package. Flanagan's work is the book Java programmers want nearby when they are at the keyboard. A complete ready-reference work, this belongs in all collections supporting programmers. Java is a constantly changing language so Nutshell will be coming out often with new editions; always have the newest one on hand. Reese goes beyond simple applet design to relational databases, SQL, object-oriented database applications, application servers, and remote object manipulation. The examples used throughout the book are based on a banking application designed in Java.
Copyright 1997 Reed Business Information, Inc.

From the Publisher

Java Beans is probably the most important new development in Java this year. Beans is the next generation of Java technology that not only adds features the language lacked, but also lets Java programs interoperate with a number of development environments. The initial release includes a bridge for Microsoft's ActiveX/COM; future releases will include bridges for Netscape's LiveConnect and IBM's OpenDoc. Since it's a "component architecture" for Java, Beans can be used in graphical programming environments, like Borland's Latte or Symantec's Visual Cafe. This means that someone can use a graphical tool to connect a lot of beans together and make an application, without actually writing any Java code -- in fact, without doing any programming at all. Graphical development environments let you configure components by specifying aspects of their visual appearance (like the color or label of a button) in addition to the interactions between components (what happens when you click on a button or select a menu item). One important aspect of Java Beans is that components don't have to be visible. This sounds like a minor distinction, but it's very important: the invisible parts of an application are the parts that do the work. So, for example, in addition to manipulating graphical widgets, like checkboxes and menus, Beans allows you to develop and manipulate components that do database access, perform computations, and so on. You can build entire applications by connecting pre-built components, without writing any code. Developing Java Beans is for people who need to stay up-to-date with the latest developments in programming technology. Minimally, developing Beans means adopting several simple design patterns in your code. However, that's only the beginning. To take full advantage of the Java Beans architecture, you should understand how to write classes that are serializable, use events for communication between classes, know when and how to provide BeanInfo classes that give graphical environments more information about your components, and provide property editors and customizers that let graphical tools work with more complex Beans. The book covers: Events, event listeners, and adapters Properties, indexed properties, bound properties, constrained properties, and vetoable property changes Persistence, serialization, versioning, and object validation Packaging Beans using JAR files The BeanBox, a prototypical development tool Reflection and introspection Property editors and customizers The ActiveX bridge; using Java Beans in Visual Basic programs

Product Details

  • Paperback: 320 pages
  • Publisher: O'Reilly Media; 1st edition (June 8, 1997)
  • Language: English
  • ISBN-10: 1565922891
  • ISBN-13: 978-1565922891
  • Product Dimensions: 7 x 0.8 x 9 inches
  • Shipping Weight: 1.3 pounds (View shipping rates and policies)
  • Average Customer Review: 3.4 out of 5 stars  See all reviews (22 customer reviews)
  • Amazon Best Sellers Rank: #2,116,290 in Books (See Top 100 in Books)

More About the Author

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

Customer Reviews

Almost 300 pages, half are I found worthless. J. West  |  1 reviewer made a similar statement
This is not a good tutorial about Java Beans. Cees van Barneveldt  |  1 reviewer made a similar statement
Corrected examples should be put on the Web site. mgart@netegrity.com     
Most Helpful Customer Reviews
12 of 12 people found the following review helpful
2.0 out of 5 stars writing is good but examples are poor March 23, 1999
Format:Paperback
The writing is pretty good. Reading this book, a Java programmer can understand the Java Beans concepts. But the examples are extremely sloppy: full of errors, some don't compile, some exhibit incompetent Java threads programming concepts.

Corrected examples should be put on the Web site. This is the only O'Reilly book I've read that wasn't very good.

Comment | 
Was this review helpful to you?
6 of 6 people found the following review helpful
2.0 out of 5 stars Confusing book about beans January 11, 2001
Format:Paperback
This is not a good tutorial about Java Beans. In order to explain the Java Bean concept you have to start with the Java Beans specifications of Sun. This would answer question about which things are relevant and why they are relevant in JavaBeans development. Now the the reader almost jumps into a long winded explanation about events and adapters, wondering why this is relevant and what the writer wants to explain. To make matters worse: the example contains errors! Basically, after the first three chapters I was utterly confused.

This book also needs a clearer description about the use of Java Beans. In a next update we definitely need a chapter about how JavaBeans are used in Java Server Pages.

Comment | 
Was this review helpful to you?
4 of 4 people found the following review helpful
4.0 out of 5 stars Good book, but not only about Java Beans though. November 8, 2000
By A Customer
Format:Paperback
This book is titled "Developing Java Beans". It spends lots of time to talk about the detailed architecture of Event model and other important topics used in Beans. It is well written and easy to follow. However, may not be the good book for those poeple in a rush just want to how to write a Java Beans.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
4.0 out of 5 stars java beans
A nice little text with useful snippets of code, and advice on

applying them. However, the order of presentation can be a little

confusing. Read more
Published on May 1, 2005 by zombie hoffa
1.0 out of 5 stars Events? Adaptors? Applets? What about Beans?
I've been programming for 10 years, and I have 2 bookcases full of ORA and ADW books. I have to say that this is among the most confusing programming books I've seen. Read more
Published on June 2, 2003 by Joe B
4.0 out of 5 stars A good book for the uninitiated
Actually I bought this book about two years ago, and at that time Java Beans were gaining popularity as an instance of component model for distributed computing. Read more
Published on September 5, 2000 by Sandeep K. Shukla
3.0 out of 5 stars Good book for JB concepts but examples do have errors!
Comprehensive and thorough on topics covered. However, examples do not work and even with compilation errors. Nonetheless, the concept and JB feature in discussion is there.
Published on July 17, 2000 by Lily Wu
4.0 out of 5 stars Good primer if you want to learn about Java IDEs.
It covers the basics very well and is a good book for an novice to intermediate java programmer. It would form a good foundation for someone that is moving on to an IDE, such as... Read more
Published on July 6, 2000 by Timothy R Darrough
2.0 out of 5 stars Very disappointed!
The book wastes so much time explaining things that are basic components of Java and doesn't go straight to JavaBeans architecture and what JavaBeans are. Read more
Published on May 20, 2000 by Mohamed Almubarak
2.0 out of 5 stars I am disappointed
I was disappointed with this book. Almost 300 pages, half are I found worthless. I have programmed in Swing and JDBC, I wanted to start getting into some Java Bean development. Read more
Published on March 20, 2000 by J. West
4.0 out of 5 stars Good for those who want to start Bean development
Has good introduction, as some reviewers have complained, it does not have many examples,but the theoretical part has been dealt quite extensively.
Published on March 9, 2000 by Jay
4.0 out of 5 stars Good for those who want to start Bean development
Has good introduction, as some reviewers have complained, it does not have many examples,but the theoretical part has been dealt quite extensively.
Published on March 9, 2000 by Jay
3.0 out of 5 stars Just an "OK" book
I bought this book to learn how to write Java Beans, after buying another book that was totally useless. This one did cover all I needed to know in a clear manner. Read more
Published on January 28, 2000 by Thomas Almy
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

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!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category