Bültmann & Gerriets
Developing Java Beans
von Robert Englander
Verlag: O'Reilly Media
Reihe: Java (Addison-Wesley)
Reihe: Java Series
Hardcover
ISBN: 978-1-56592-289-1
Erschienen am 08.07.1997
Sprache: Englisch
Format: 234 mm [H] x 180 mm [B] x 19 mm [T]
Gewicht: 544 Gramm
Umfang: 316 Seiten

Preis: 30,00 €
keine Versandkosten (Inland)


Jetzt bestellen und voraussichtlich ab dem 3. November in der Buchhandlung abholen.

Der Versand innerhalb der Stadt erfolgt in Regel am gleichen Tag.
Der Versand nach außerhalb dauert mit Post/DHL meistens 1-2 Tage.

30,00 €
merken
klimaneutral
Der Verlag produziert nach eigener Angabe noch nicht klimaneutral bzw. kompensiert die CO2-Emissionen aus der Produktion nicht. Daher übernehmen wir diese Kompensation durch finanzielle Förderung entsprechender Projekte. Mehr Details finden Sie in unserer Klimabilanz.
Klappentext
Inhaltsverzeichnis
Biografische Anmerkung

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



Dedication;
Preface;
Intended Audience;
A Moment in Time;
How the Book Is Organized;
Conventions Used in This Book;
Acknowledgments;
How to Contact Us;
Providing Feedback to the Author;
Retrieving Examples Online;
Chapter 1: Introduction;
1.1 The Component Model;
1.2 The JavaBeans Architecture;
1.3 JavaBeans Overview;
1.4 Using Design Patterns;
1.5 JavaBeans vs. ActiveX;
1.6 Getting Started;
Chapter 2: Events;
2.1 The Java Event Model;
2.2 Events in the AWT Package;
Chapter 3: Event Adapters;
3.1 Demultiplexing;
3.2 Generic Adapters;
3.3 Event Adapters in the AWT Package;
3.4 Event Filtering;
3.5 Event Queuing;
Chapter 4: Properties;
4.1 Accessing Properties;
4.2 Indexed Properties;
4.3 Bound Properties;
4.4 Constrained Properties;
4.5 Handling Events for Specific Properties;
4.6 A java.awt Example;
Chapter 5: Persistence;
5.1 Object Serialization;
5.2 The java.io.Serializable Interface;
5.3 Class-Specific Serialization;
5.4 Walking the Class Hierarchy;
5.5 Serializing Event Listeners;
5.6 Versioning;
5.7 Object Validation;
5.8 The java.io.Externalizable Interface;
5.9 Instantiating Serialized Objects;
Chapter 6: JAR Files;
6.1 The jar Program;
6.2 The Manifest;
6.3 Using JAR Files with HTML;
6.4 Using JAR Files on the CLASSPATH;
6.5 Archive Signing;
6.6 An Alternative to the jar Program;
Chapter 7: The BeanBox Tool;
7.1 Running BeanBox;
7.2 Dropping Beans on BeanBox;
7.3 Editing a Bean's Properties;
7.4 Hooking Up Beans;
7.5 Saving and Restoring the BeanBox Form;
7.6 Adding Your Own Beans to BeanBox;
Chapter 8: Putting It All Together;
8.1 Defining the Temperature Control Simulator;
8.2 Building the Simulator;
8.3 A Sample Simulator Applet;
8.4 Creating a JAR File;
8.5 Recreating the Sample Using BeanBox;
Chapter 9: Introspection;
9.1 The BeanInfo Interface;
9.2 Providing Additional BeanInfo Objects;
9.3 Introspecting the Environment;
9.4 The BeansBook.SimulatorBeanInfo Classes;
Chapter 10: Property Editors and Customizers;
10.1 Property Editors;
10.2 Customizers;
Chapter 11: ActiveX;
11.1 The JavaBeans ActiveX Bridge;
11.2 Technology Mapping;
11.3 Using Beans in Visual Basic;
Design Patterns;
Event Objects;
Event Listeners;
Registering for Event Notification;
Registering for Unicast Event Notification;
Multiple Parameter Event Methods;
Property Access Methods;
Indexed Property Access Methods;
Constrained Property Access Methods;
Registering for Bound and Constrained Property Event Notifications;
Naming a BeanInfo Class;
The java.beans Package;
Colophon;



Robert Englander is Principal Engineer and President of MindStream Software, Inc. (www.mindstrm.com). He provides consulting services in software architecture, design, and development, as well as developing frameworks for use on client projects. His focus is in the areas of component architectures and distributed systems. Rob has built software in Java and C++ for clients ranging from small shops to large organizations. He has spoken at industry conferences, written articles for magazines and journals, and is the author of the OReilly book Developing Java Beans.


weitere Titel der Reihe