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 112098

Summary: Eager init of CreationFactory during startup
Product: guibuilder Reporter: _ rkubacki <rkubacki>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: blocker CC: issues, jglick
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ rkubacki 2007-08-06 17:31:05 UTC
o.n.m.form.j2ee performs some activity during startup to register stuff into o.n.m.form.CreationFactory. Generally this
is kind of work that we want to avoid and do lazily only if it is really needed.
Comment 1 Tomas Pavek 2007-09-10 13:41:25 UTC
This should be solved in future by some kind of layer or meta-inf registration (private API).
Comment 2 Jesse Glick 2010-03-01 09:43:00 UTC
@ServiceProvider and Lookups.forPath should make it quite easy to do this.
Comment 3 Tomas Pavek 2010-08-25 13:00:23 UTC
Best to be done together with bug 30660.