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 - Eager init of CreationFactory during startup
Summary: Eager init of CreationFactory during startup
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-08-06 17:31 UTC by _ rkubacki
Modified: 2011-10-13 15:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.