Introspection and JavaBeans?
of this project is to create a web app that can search a database of images
visually (given a sample image, its color, vector shapes, etc..) I need
to create a JavaBean class that wraps around eVes Low Level MediaCollection
class: http://evisionglobal.com/developers/documentation/api_guide/ How
do I deal with the aspects of introspection? I can only use gettx(), settx()
and is() right? Is there a good resource on the net to learn more about
the JavaBeans specification?
-Chris

