| Author |
WSAD5 problem
|
daman sidhu
Ranch Hand
Joined: Aug 19, 2000
Posts: 184
|
|
Guys! Need your help!! Whenever i change the code in the servlets in the web project.. i need to rebuild the whole project for the changes to reflect.. is there anyway i can just recompile the servlet only.. cause it takes like 15 minutes for the project to recompile.. which is a real pain as it eats up a lot of time.. thanks in advance! Daman
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26168
|
|
|
You can't just recompile one class. But you can turn off some of the validations (HTML, XML.) This should speed things up a little. Also, consider having less code in your servlet. It can delegate to code in another project.
|
[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
|
 |
W Stoddard
Greenhorn
Joined: Dec 01, 2003
Posts: 8
|
|
This sounds like the bug I noticed in V 5.0.0 When I installed ptf001 the version goes to 5.0.2 and it solved my problem. Changes were not being reflected to the compiler for anything beit java source or JSP's, you could fix an error, hit save, but you would still see the old error being displayed. UNTIL you hit rebuild project.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: WSAD5 problem
|
|
|