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 191123 - Use Fast Swap for deployment to WebLogic
Summary: Use Fast Swap for deployment to WebLogic
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: PLAN
Depends on: 194741
Blocks:
  Show dependency tree
 
Reported: 2010-10-19 09:42 UTC by Petr Jiricka
Modified: 2011-10-17 09:28 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 Petr Jiricka 2010-10-19 09:42:00 UTC
Currently, NetBeans does full redeployment when deploying to WebLogic. We should take advantage of Fast Swap to improve performance of redeployment. This is especially important with respect to Deploy on Save, as every time the user saves a file in the editor, the app is redeployed.
Comment 1 Petr Hejl 2011-10-17 09:28:47 UTC
Done. Though there may be issues with the WL runtime.