Essential JavaBeans fast: Essential Series
Autor John Hunten Limba Engleză Paperback – 27 iul 1998
Din seria Essential Series
- Preț: 40.77 lei
- 20% Preț: 327.02 lei
- 20% Preț: 328.13 lei
- 20% Preț: 323.93 lei
- 20% Preț: 324.74 lei
- 20% Preț: 302.67 lei
- 20% Preț: 322.96 lei
- 20% Preț: 323.59 lei
- 20% Preț: 267.82 lei
- 20% Preț: 326.70 lei
- 20% Preț: 322.63 lei
- 20% Preț: 298.81 lei
- 20% Preț: 628.52 lei
- 20% Preț: 320.53 lei
- 20% Preț: 321.99 lei
- 20% Preț: 326.84 lei
- 20% Preț: 301.88 lei
- 20% Preț: 234.57 lei
- 20% Preț: 327.66 lei
- 20% Preț: 625.78 lei
- 20% Preț: 322.17 lei
- 20% Preț: 327.98 lei
- 20% Preț: 626.10 lei
- 20% Preț: 323.93 lei
- 20% Preț: 320.71 lei
- 20% Preț: 325.88 lei
- 20% Preț: 628.70 lei
Preț: 194.62 lei
Preț vechi: 243.27 lei
-20% Nou
Puncte Express: 292
Preț estimativ în valută:
37.25€ • 38.69$ • 30.94£
37.25€ • 38.69$ • 30.94£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781852330323
ISBN-10: 1852330325
Pagini: 192
Ilustrații: XIV, 174 p.
Dimensiuni: 155 x 235 x 11 mm
Greutate: 0.3 kg
Ediția:Softcover reprint of the original 1st ed. 1998
Editura: SPRINGER LONDON
Colecția Springer
Seria Essential Series
Locul publicării:London, United Kingdom
ISBN-10: 1852330325
Pagini: 192
Ilustrații: XIV, 174 p.
Dimensiuni: 155 x 235 x 11 mm
Greutate: 0.3 kg
Ediția:Softcover reprint of the original 1st ed. 1998
Editura: SPRINGER LONDON
Colecția Springer
Seria Essential Series
Locul publicării:London, United Kingdom
Public țintă
Lower undergraduateCuprins
1 Introduction to JavaBeans.- Objectives.- Is this book for you?.- How to use this book.- Why have software components?.- What are JavaBeans?.- JavaBeans and other component models.- The JavaBeans package.- Bean terminology.- Builder tool support.- Building an application.- What you need to use JavaBeans.- How to get the BDK.- What you get in the BDK.- Program conventions.- 2 Using the BeanBox.- Objectives.- Starting the BeanBox.- The BeanBox.- TheBeanBox menus.- Working with Beans.- Connecting Beans together.- Adding Beans to the BeanBox.- Builder tools.- 3 The Delegation Event Model.- Objectives.- Background.- What is an event?.- Delegating responsibility for an event.- Event listeners.- Working with events.- Creating new events.- Defining new listener interfaces.- Multicast and unicast sources.- Events and Beans.- 4 Building Basic Beans.- Objectives.- The JavaBeans architecture.- Creating a bean.- The Beans conventions.- The Beanlnfo object.- The Counter and Alarm beans.- Packaging the beans.- Using the beans.- JavaBeans and you.- 5 Property Data Types.- Objectives.- Simple properties.- Bound properties.- Constrained properties.- Indexed properties.- 6 Reflection and Bean Introspection.- Objectives.- Reflection.- The introspection process.- How it actually works.- Experimenting with introspection.- 7 Beanlnfo Objects.- Objectives.- The jaya.beans package.- Beanlnfo objects.- The Beanlnfo interface.- Classes used with Beanlnfo.- The SimpleBeanlnfo class.- Additionallnfo objects.- The getBeanDescriptor method.- 8 An example BeanInfo Object.- Objectives.- The Clock bean.- The ClockBeanlnfo class.- The geticon ( ) method.- The getPropertyDescriptors ( ) method.- The getMethodDescriptors ( ) method.- Handling bound properties.- The manifest and JAR files.- 9 Bean Serialization.- Objectives.- Serialization in Java.- Serializing a bean.- Defining beans that can be serialized.- 10 Property Editors and Customizers.- Objectives.- Changing property values.- The Property Sheet.- Property Views.- Property Editors.- The PropertyEditor interface.- The PropertyEditorSupport class.- Registering a PropertyEditor.- Customizers.- 11 JavaBeans and ActiveX.- Objectives.- The Component Object Model.- What is ActiveX?.- ActiveX bridge.- Packaging a Bean.- Creating an ActiveX component.- Using the ActiveX component in a container.- Runtime support.- 12 Event Adapters.- Objectives.- Event adapters.- The use of event adapters.- Defining event adapters.- 13 RMI and Beans.- Objectives.- Non-graphical beans.- Remote Method Invocation.- the RMIClientBean.- The Manifest file.- Building the JAR file.- Using the RMI bean.- Appendix A: The Clock Bean.- Appendix B: The Monitor Bean.- Appendix C: The Alarm Bean.- Appendix D: The Multiplexer.- Appendix E: RMI beans.
Caracteristici
De-mystifies Java. Bean terminology * Written in the pacy style of the Essential series, this book gets the reader using the Java. Bean components quickly and effectively in their own applications * It can be read from start to finish, or can be dipped into as and when needed * Contains lots of examples