This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 152047 - usable 'apply code change' for Web and EE despiteDoS
Summary: usable 'apply code change' for Web and EE despiteDoS
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-31 22:49 UTC by Vince Kraemer
Modified: 2009-02-19 21:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2008-10-31 22:49:40 UTC
there are a couple subproblems for this:

1. ACC and DoS seem like they conflict... say I have an edit to a servlet in a large web app, where directory deploy
times are significant.  That means DoS may actually slow me down... since I have to wait for the app to redeploy, even
in a situation where the edit is something that ACC could easily handle (without a redeploy).

2. It seems like directory deployed EAR projects cause another kind of issue. The Apply code changes button causes a
compile... but it doesn't copy the code from the subproject's build directory to the EAR project's gfdeploy directory...

It would be nice to have these types of performance optimizations worked out some more.