Bean introspection..

can anybody tell me pls..what is java bean introspection and how it works?thanx
[100 byte] By [jvmana] at [2007-11-26 12:23:30]
# 1

> what is java bean introspection and how it works?

Bean introspection is the process of discovering the properties, methods and events a Java Bean provides. The discovering is done by using the reflection API. For further information you may read the Java Beans section in the Java Tutorial http://java.sun.com/docs/books/tutorial/javabeans/

With kind regards

F.-M. Jaeschke

fm_jaeschkea at 2007-7-7 15:23:34 > top of Java-index,Desktop,Developing for the Desktop...
# 2
Read JavaBeans specification (section 8) and tutorial: http://java.sun.com/docs/books/tutorial/javabeans/introspection/
UncleSAMa at 2007-7-7 15:23:34 > top of Java-index,Desktop,Developing for the Desktop...