This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 18273 - Declare and implement XML-based BeanInfo processing.
Summary: Declare and implement XML-based BeanInfo processing.
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on: 22422
Blocks: 17815
  Show dependency tree
 
Reported: 2001-12-03 09:48 UTC by Petr Nejedly
Modified: 2009-01-07 15:24 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Nejedly 2001-12-03 09:48:31 UTC
Define a XML-based BeanInfo description format, implement it
(in core?), make a single entry point in APIs that will merge
the XML BI lookup with standard java.beans.Introspector lookup
and implement soft caching on that level.

Originally suggested by P.Hrebejk:
http://www.netbeans.org/servlets/ReadMsg?msgId=148771&listName=nbdev

My thoughts on the topic:
http://www.netbeans.org/servlets/ReadMsg?msgId=149293&listName=nbdev
Comment 1 _ ttran 2002-02-06 16:51:16 UTC
I don't believe we'll be able to do this for 3.4, changed target to 4.0
Comment 2 Jaroslav Tulach 2003-01-20 12:34:25 UTC
Make dependent on the possibility to register such declarative beaninfos.
Comment 3 Jaroslav Tulach 2009-01-07 15:24:35 UTC
BeanInfos are not used that much anymore.