Netbeans 6.0 Visual Web Pack Performance Improvements
One of the main concerns of Netbeans VWP 5.5.1 is its performance. The performance degrades when the project size grows. A dedicated tiger team has been formed to look in to the performance of VWP. We did several performance studies and much of our findings are reported at http://wiki.netbeans.org/wiki/view/VW_PerformanceTigerTeam. Some of the problems have been fixed and some more will be fixed soon. I did a bench mark with a real world project of about 50 pages. Here are the results.
| Netbeans 5.5.1 | Netbeans 6.0 | |||
| Mac | Windows | Mac | Windows | |
| Opening the project (No pages Opened) | 8 secs | 15 secs | 5 secs | 12 secs |
| Opening first Page | 1:05 min | 1:40 min | 9 secs | 15 secs |
| Dropping a Table Component | 12 secs | 20 secs | 5 secs | 8 secs |
Posted at 07:19PM Jun 29, 2007 | Permanent link to this entry
Posted by Chris on July 02, 2007 at 08:05 AM PDT #
Posted by Winston Prakash on July 02, 2007 at 10:51 AM PDT #
Posted by Alexis MP on July 02, 2007 at 11:33 AM PDT #
Posted by Winston Prakash on July 02, 2007 at 11:36 AM PDT #
Posted by fabio on July 03, 2007 at 10:05 AM PDT #
JSF 1.1 components with package com.sun.rave.web.ui.*
JSF 1.2 components with package com.sun.web.ui.*
When you create a J2EE 1.4 project you get JSF 1.1 components and JSF 1.2 components while creating Java EE 5 project
This is true for NB 5.5 & 5.5.1 also
Posted by Winston Prakash on July 03, 2007 at 10:41 AM PDT #
Posted by Prathamesh on July 04, 2007 at 11:40 PM PDT #
Posted by Steve Michael on July 05, 2007 at 07:14 PM PDT #
Posted by Winston Prakash on July 09, 2007 at 02:38 PM PDT #
Posted by yud on July 10, 2007 at 03:54 PM PDT #
Posted by mark on July 11, 2007 at 11:03 AM PDT #
Posted by yudi on July 11, 2007 at 06:06 PM PDT #
Winston, I am experiencing the same issue from Prathamesh post (above). As you can imagine, larger projects would take some time to manually re-factor to support 1.2. Is there a way to either inter-mix JSF versions within the same project or is there an easy upgrade path to JSF1.2.
Posted by frank on August 09, 2007 at 06:15 AM PDT #
ok
Posted by 81.96.67.145 on November 19, 2007 at 11:13 AM PST #
Hi Winston,
We're using Netbeans 6.0 and noticing that after deploying our woodstock based app onto sun app server 9.1 and hitting our simple page with our IE 6 browser that the page load time seems higher than we believe it should be. I've noticed a serious halt like action that occurs on the client side which I believe is related to all the woodstock generated output which relies heavily on dojo/dijit. Have you noticed this too? Adding 20 textboxes and a couple of buttons to the visual jsf page should show this issue. Is there any way around this delay (a setting in web.xml or faces config) ?
Thanks for the help,
Dan
Posted by Dan on March 11, 2008 at 10:14 PM PDT #
Woodstock team is putting tremendous efforts to fix these problems. You can find the details at
https://woodstock.dev.java.net/servlets/ProjectForumMessageView?messageID=23417&forumID=2879
If you are interested in installing the latest components, read
http://wiki.netbeans.org/wiki/view/UpdatingWoodstockLibraryInNetBeans6
Posted by Winston Prakash on March 12, 2008 at 01:55 PM PDT #