beans
-
Bean XML deserialization
With this example we are going to demonstrate how to deserialize a java Bean using the XMLDecoder. The XMLDecoder class…
Read More » -
Bean XML serialization
This is an example of how to serialize a java Bean using the XMLEncoder. The XMLEncoder class is a complementary…
Read More » -
Bean property change event listener
In this example we shall show you how to change a Bean’s property using an event listener. We will use…
Read More » -
List bean property names
With this example we are going to demonstrate how to list the names of a bean’s properties. We are using…
Read More » -
Get/Set a bean property
This is an example of how to get and set a bean property. We are using the Statement class. A…
Read More »