Java FAQ home < Free Books   
 
Title , author Where?
Cooking Beans in the enterprise by Henri Jubin go here!

1 - Introduction - How to use this book

Introduction 
The chile pepper story 
How to use this book 
2 - Introducing Beans

Definition 
Characteristics 
Where and how can beans be used 
Build a simple bean 
3 - Building blocks - The Java Beans API

Events - How the event mechanism works. 
Properties - Properties and property editors 
Introspection - Discovering how a bean behaves 
Serialization - Storing and retrieving beans 
4 - The Chile Pepper Application

Mapping the story to classes 
Mapping the classes to beans, defining the interfaces 
Building the beans 
Connecting the beans 
5 - Extending the Application

Internationalization 
Accessing a legacy DB 
Distribution / RMI 
Persistency 
Printing 
6 - Additional Topics

Building compound beans 
Using third party beans 
Special purpose beans - (TMB - H2B) 
Visual tools 
Appendix
Coding Guidelines 
Analysis and design artifacts 
JavaDoc - Documenting beans 
Javadoc of the chile pepper application 
Bibliography
Appendix C Moving C/C++ Legacy Code to Java