Amazon cover image
Image from Amazon.com
Image from Google Jackets
Image from Coce

Developing Java Beans F2.1

By: Material type: Computer fileComputer filePublication details: "O'Reilly Media, Inc." 1997Description: 298p. 24.00 cm x 17.80 cm x 1.80 cmISBN:
  • 1565922891
  • 9781565922891
Subject(s): DDC classification:
  • 23 005.4
Online resources: Summary: 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. <i>Developing Java Beans</i> 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: <ul><li>Events, event listeners, and adapters</li> <li>Properties, indexed properties, bound properties, constrained properties, and vetoable property changes </li> <li>Persistence, serialization, versioning, and object validation</li> <li>Packaging Beans using JAR files</li> <li>The BeanBox, a prototypical development tool</li> <li>Reflection and introspection</li> <li>Property editors and customizers</li> <li>The ActiveX bridge; using Java Beans in Visual Basic programs</li></ul>
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)

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. <i>Developing Java Beans</i> 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: <ul><li>Events, event listeners, and adapters</li> <li>Properties, indexed properties, bound properties, constrained properties, and vetoable property changes </li> <li>Persistence, serialization, versioning, and object validation</li> <li>Packaging Beans using JAR files</li> <li>The BeanBox, a prototypical development tool</li> <li>Reflection and introspection</li> <li>Property editors and customizers</li> <li>The ActiveX bridge; using Java Beans in Visual Basic programs</li></ul>

Text language (ISO-639-1 code): en

There are no comments on this title.

to post a comment.
Share