To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66635





------- Additional comments from [EMAIL PROTECTED] Fri Nov 10 11:09:44 -0800 
2006 -------
The issue is not so much performance as compatibility. One can learn what Types
an object is providing through the XTypeProvider interface. An alternative
interface to XTypeProvider would require to change all object implementations.

With regard to general ways of improving reflection. My personal view is that
objects should not implement XTypeProvider nor anything like that. This requires
too much per-object work, and thus taking more memory and programming work.
Objects should have minimal per-object information. For instance, an object
could have a method getSerivceGUID that returns an identifier for a service; and
the method implementation should be provided by the UNO framework. On the top of
this functionality everything else could be implemented, by browsing the
description of a service in a type library.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to