How Introspection Works
Introspection is a special utility for JavaBeans that uses Reflection to determine the contents of a bean. As you probably know, JavaBeans are just Java classes that use specific naming conventions to support properties, methods, and events.
JavaBeans is Sun's answer to Microsoft's ActiveX controls, which coincidentally support properties, methods, and events. One of the differences between JavaBeans and ActiveX controls is that JavaBeans don't require any additional description files. ActiveX controls often use Interface Definition Language (IDL) files to define interfaces at compile time and have type libraries (essentially compiled IDL files) to define interfaces at runtime. Micro soft's .Net framework is moving away ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access