beans
-
servlet
Java Servlet Bean Example
Servlets are modules of the Java code that run in a server application to answer the client requests. In this…
Read More » -
jsf
JSF Managed Beans Example
In this example we will talk about the basics of the JSF Standard and the Managed Bean concept. With these…
Read More » -
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 » -
beans
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 » -
beans
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 » -
beans
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 » -
beans
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 »