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 31978 - Improve XML module architecture and document it
Summary: Improve XML module architecture and document it
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on: 28009 18777 27930 28736
Blocks: 32048
  Show dependency tree
 
Reported: 2003-03-13 15:58 UTC by _ pkuzel
Modified: 2006-12-07 15:18 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 _ pkuzel 2003-03-13 15:58:24 UTC
ARCH process proposed by Sun requires each module
to document and improve it's architecture. It
forces developers to:

  - avoid duplicit code (e.g. two Xerces versions)
  - control all persistent data (e.g. no-serialiation)
  - identify all dependencies
  - minimize hacks&workarounds
  - document it
Comment 1 _ pkuzel 2003-03-17 14:00:25 UTC
Another duplicit bytecode:

 - resolver_nb and xml-commons' resolver-1.0
 - Xalan and JRE 1.4 (JAXP implementation detail)

Open dependency:

 - XNI
Comment 2 _ pkuzel 2003-03-17 19:13:48 UTC
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9264
tracks resolver patch.