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

Summary: Declare and implement XML-based BeanInfo processing.
Product: platform Reporter: Petr Nejedly <pnejedly>
Component: -- Other --Assignee: issues@platform <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: jpokorsky, jtulach, phrebejk
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 22422    
Bug Blocks: 17815    

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.