开发者

Slowness of Netbeans Platform Apps - how to mitigate?

We are developing a commerical application (pretty complex) in java using Netbeans IDE. We have 2 options in netbeans to create it- 1. Develop Java desktop app 2. Netbeans Platform app

We have requirement that application startup and response times should be very very fast, should be modular etc. We did Proof of Technology by creating apps using both approaches mentioned above. We found Netbeans platform apps are very slow during startup and during screen navigation compared to pure Swing based desktop apps. We tried to implement suggestions provided at http://wiki.netbeans.org/Category:Performance:FAQ and in other blogs and forums to improve on speed of the app but w开发者_运维问答ere not successful.

We feel for creating a complex desktop app Netbeans platform app would be better suited, but its not meeting our performance requirements (startup and response times, memory footprints, CPU usage guidelines etc).

Can any one guide us on how to mitigate our problem of improving performance of Netbeans Platforms apps?

Thanks in advance for your help.

-bhan


Some may not think this is an 'answer' but it is what you will need to do...

  1. Engage the community that NetBeans developers have established for these types of questions. See http://netbeans.org/community/lists/top.html... I would recommend that you subscribe to dev@platform.netbeans.org and start asking specific questions about the platform there. You can read through the archive here: http://netbeans.org/projects/platform/lists/dev/archive

  2. File issues that include enough detail for someone to attempt to replicate your results or include sample projects that will let someone focus on the problem that you have encountered.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜