What is the standard way to get or set a property of a bean?

China
May 5, 2011 12:16am CST
Package - java.beans can use Class - Expression and Statement to get and set a property of a bean. It is the standard way. Does any one can give me some examples about it.
1 response
@jackycui (32)
• China
5 May 11
Below is a example about it, you can understand it easily. http://www.javaol.net/2011/04/getting-and-setting-a-property-of-a-bean/
• China
8 May 11
Actually, it is a good may to use standard method to getting and setting a property of a Java Bean.