Performance Tunning

can somebody give me some tips on performance tunning for a database application developed using swing.thank youRanjith.M
[142 byte] By [saju_m] at [2007-9-27 16:47:28]
# 1
Find out what's broken before you start fixing.
mgbolusm at 2007-7-6 1:05:30 > top of Java-index,Core,Core APIs...
# 2
Here is about a million tips: http://www.javaperformancetuning.com/tips/rawtips.shtmlEnjoy.fitz
fitzbenfield at 2007-7-6 1:05:30 > top of Java-index,Core,Core APIs...
# 3
> Find out what's broken before you start fixing.more concrete: use -Xrunhprof to generate profiling data and then evaluate this with a proper tool. there is a free one named PerfAnal (somewhere on the sun pages) and hpjmeter from HP.robert
r_klemme at 2007-7-6 1:05:30 > top of Java-index,Core,Core APIs...
# 4

you will find tools here:

http://developer.java.sun.com/developer/technicalArticles/GUI/perfanal/

http://www.hp.com/products1/unix/java/hpjmeter/index.html

you will find useful info here:

http://dmoz.org/Computers/Programming/Languages/Java/Development_Tools/Performance_and_Testing/

robert

r_klemme at 2007-7-6 1:05:30 > top of Java-index,Core,Core APIs...
# 5
i want the the information about software performance tunning.1)what is mean by performace tunning?2)How it is achieved?3)where it is used?4)advantages of performance tunning.and some more information about software performace tunning.
ambirwar at 2007-7-6 1:05:30 > top of Java-index,Core,Core APIs...