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

Summary: Speed up startup of web/advanced module
Product: javaee Reporter: _ rkubacki <rkubacki>
Component: CodeAssignee: _ rkubacki <rkubacki>
Status: VERIFIED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 22848, 27212, 29897, 30358    
Bug Blocks:    

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