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 37983 - Improve DD API documentation in the area of concurrent access
Summary: Improve DD API documentation in the area of concurrent access
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks: 37386
  Show dependency tree
 
Reported: 2003-12-10 15:49 UTC by Petr Jiricka
Modified: 2007-07-31 13:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2003-12-10 15:49:45 UTC
The DD API documentation should more accurately
describe the behavior in the case of concurrent
editing. I.e. cases like: what happens if a client
is using the API, and the deployment descriptor
file is modified externally? Will the client be
notified about this? How about if the file is
modified in the IDE's editor, but these changes
have not been written out to the disk yet? <br>Or,
what will happen if the file was modified
externally, but the resulting file is unparsable?
If the file is modified programmatically through
the API at the time when the file is unparseable,
what will the behavior be?
Comment 1 Milan Kuchtiak 2004-01-16 16:09:17 UTC
New Section created : 12. Resolving Concurrency
where use cases are listed and the solution described.

http://web.netbeans.org/doc/ddapi_architecture.html#conc
Comment 2 Dan Kolar 2007-07-31 13:50:26 UTC
v