beans

  • Bipartite Graph

    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 »
  • Bipartite Graph

    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 »
  • Bipartite Graph

    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 »
  • Bipartite Graph

    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 »
  • Bipartite Graph

    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 »
Back to top button