Creator is too slow

HI,

I have been building a project that has 64 jsp's pages, and I'm using firebird . My database has 50 tables and 42 procedures. I'm using a Dell's computer with 1GB memory and CPU 2.80GHz. It takes 30 seconds to change a component name. And sometimes i can't even open a page.

Is there anyone with the same problem?

I'm giving up JSC...

please..help me!!!

[395 byte] By [danielabrasil] at [2007-11-26 9:27:55]
# 1

Hi danielabrasil,

Firstly, I would hope that you would stick around with JSC as other users have brought up a similar concern for the performance issue you are seeing. To address these very issues, our team is actively working on a patch that WILL signficantly improve the IDE's memory footprint you are noticing.

I can't provide you with any specifics as to when the patch will be released, but please rest assured that this is a high priority item for us and will get addressed promptly.

Thank you for your continued patience.

Sandeep

-Creator Team

skj at 2007-7-7 0:08:27 > top of Java-index,Development Tools,Java Tools...
# 2
So...the problem is not the database?
danielabrasil at 2007-7-7 0:08:27 > top of Java-index,Development Tools,Java Tools...
# 3

> So...the problem is not the database?

When the page is first opened, the metadata is obtained from the database once and cached. If the database connectivity is slow, you might find first page open little bit slow. But should not matter once the page is opened.

As Sandeep pointed out we are working on a patch, which will be available soon. As per our QA analysis this patch considerably improves the resource consumption and performance.

- Winston

http://blogs.sun.com/roller/page/winston?catname=Creator

wjprakash at 2007-7-7 0:08:27 > top of Java-index,Development Tools,Java Tools...
# 4

Hi danielabrasil,

As mentioned, we will be releasing a patch, but in the meanwhile our QA team has requested to see whether you would be willing to part your Application to us for testing on our upcoming patch release?

This patch should help a lot of people in the community, but getting real-world customer scenario applications to test against, would definetly help make this the highest quality release possible.

If you wish, you can send the application (zipped) to

cfqa-testapps AT sun DOT com

and I will pass it along to the appropriate people. Please, let me know if you're willing to do this.

Sandeep

--Creator Team

skj at 2007-7-7 0:08:27 > top of Java-index,Development Tools,Java Tools...
# 5
Sure..I'm new in JSC , but I'd like to help and be helped..Maybe the problem isn't the IDE...who knows...I have just to send the program, right?
danielabrasil at 2007-7-7 0:08:27 > top of Java-index,Development Tools,Java Tools...
# 6
I 've alredy sent to you.Have you received it?
danielabrasil at 2007-7-7 0:08:27 > top of Java-index,Development Tools,Java Tools...
# 7

Hi danielabrasil,

There's 2 ways of doing this.

1) You can send the WAR file containing your application, or

2) Zipped project directory + exported Data sources

and we can work from that.

Can you also please (cc) the following alias.

raveqa-testapps AT sun DOT com

Our team appreciates your help. Thank you.

Sandeep

--Creator Team

skj at 2007-7-7 0:08:27 > top of Java-index,Development Tools,Java Tools...
# 8

Hi Daniel,

It may not be the database that is exhibhiting this slow performance.

I would suggest you to checo out with changing the $creator/etc/creator.conf file for :

"-J-Xmx512m" in netbeans_default_options

Also , check out this doc for more tips: http://performance.netbeans.org/howto/jvmswitches/index.html

Best Regards,

Sakthi

sakthivelgopal at 2007-7-7 0:08:27 > top of Java-index,Development Tools,Java Tools...
# 9

Hi danielabrasil,

Just in case you didn't get my email response, the message you sent to the alias bounced. Apparently, we can only handle *.zip files, so if you can provide your application as a *.zip file it should go through this time.

Thanks again.

Sandeep

--Creator Team

skj at 2007-7-7 0:08:27 > top of Java-index,Development Tools,Java Tools...
# 10

You asked for it, you got it...the Java Studio Creator team has provided significant design-time performance with this latest hot fix. Connect to the Update Center http://developers.sun.com/prodtech/javatools/jscreator/downloads/updates/index. html and get it today!

Note: This hot fix requires Sun Java Studio Creator 2 Update 1. If you need to upgrade from Java Studio Creator 2, see the Downloads page http://developers.sun.com/prodtech/javatools/jscreator/downloads/index.jsp.

Comments? A new forum thread has been started to consolidate discussion about the hotfix and issues related to IDE performance. Come on over to Get Improved Performance with Hot Fix 2 at http://swforum.sun.com/jive/thread.jspa?threadID=105441 and let us know what you think.

vspurlin at 2007-7-7 0:08:27 > top of Java-index,Development Tools,Java Tools...