| Author |
About Profiling
|
siva prakash
Ranch Hand
Joined: Aug 24, 2004
Posts: 80
|
|
Hi all , I am new to web programming and now iam using WSAD5.0, i am having following doubts , Pls help me 1) what is profiling ? 2) what is publishing? 3) what is difference between them ? hoping for result, i remain, Prakash
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
Prakash, Profiling is a perspective in WSAD. It lets you see performance statistics about your application. For example, you can see how much memory is in use. Publishing is what WSAD calls the process of putting your web app on the server.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
Posted in new thread by mistake:
Hi Jeanne, thanks for ur reply. that means i need not profile every time , and when ever i change code , should i for rebuilding project or publishing the server. what is difference between rebuilding the project and publishing . Thanks, siva
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
Siva, You wouldn't even profile every time you change code. Only if you are trying to solve a performance problem or gather statistics. It's good to get working code before you worry about its performance. Rebuilding a project doesn't publish to the server. Rebuilding is for compiling, publishing is for running. When in doubt, publish (or restart the EAR on the server.)
|
 |
 |
|
|
subject: About Profiling
|
|
|