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 29473 - Speed up startup of web/advanced module
Summary: Speed up startup of web/advanced module
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: PERFORMANCE
Depends on: 22848 27212 29897 30358
Blocks:
  Show dependency tree
 
Reported: 2002-12-11 16:13 UTC by _ rkubacki
Modified: 2003-02-21 09:08 UTC (History)
0 users

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 2002-12-11 16:13:40 UTC
Creates WebDataFactory.

Register listeners that updates web.xml when
content of WEB-INF/lib is updated.

Modifies actions of WEB-INF node.

Registers XML catalog for DD.

Takes 95ms to process manifest sections and
800ms!!! to perform restored
Comment 1 _ rkubacki 2003-01-27 10:25:01 UTC
Checking in web/advanced/src/org/netbeans/modules/web/ie/WebModule.java;
/cvs/web/advanced/src/org/netbeans/modules/web/ie/WebModule.java,v 
<--  WebModule.java
new revision: 1.58; previous revision: 1.57
done
Processing log script arguments...
More commits to come...
Checking in
web/advanced/src/org/netbeans/modules/web/taglib/TagLibSupport.java;
/cvs/web/advanced/src/org/netbeans/modules/web/taglib/TagLibSupport.java,v
 <--  TagLibSupport.java
new revision: 1.22; previous revision: 1.21
done
Processing log script arguments...
Comment 2 _ rkubacki 2003-02-18 14:50:58 UTC
ModuleInstall is eliminated. Manifest sections are simplified.
Comment 3 akemr 2003-02-21 09:08:38 UTC
Verified