Other Considerations
Serialization
- all beans must implement java.io.Serializable
Default constructor
- beans must have a no-arg constructor
JAR files
- always deliver your Beans in a JAR file
- optionally include bitmaps, HTML help files, and internationalization support