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 78628 - Treat Global Type Defintion Hierarchy inclusion like subroutine library linking
Summary: Treat Global Type Defintion Hierarchy inclusion like subroutine library linking
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-20 18:53 UTC by bugbridge
Modified: 2006-06-24 02:40 UTC (History)
1 user (show)

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 bugbridge 2006-06-20 18:53:37 UTC
Original status: 3-Accepted; Suggested Status: NEW

Original submitter: nvrijn

Description:
This is one of 3 RFEs dealing with functionality required by "schema librarians".

 Treat Global Type Defintion Hierarchy inclusion 
    like subroutine library linking

  One specific requested functionality was the ability to take a small message
schema which had an include to the top level of a nested hierarchy of global
type definitions and AUTOMATICALLY GENERATE a flat schema, with no includes,
containing just the actual referenced definitions. 

  Similar to a link operation which extracts only the subroutines actually 
invoked by the program, for the runtime image.  The advantages are much the
same in both cases.

  The anticipated savings in run time processing (even if not verifying),
coupled with the ability to only update the version of those schemas that 
actually changed (rather than every schema referencing the global types
hierarchy if a single change was made there) are significant functionality
enhancers for anyone managing large quanities of schemas (i.e. the
schema librarian).

  That's also what was meant by "version control" functionality.  Essentially
provide a make utility for included schema hierarchies.
Comment 1 htt 2006-06-20 22:11:03 UTC
As mentioned in the Description, this is one of 3 enhancements dealing with
functionality required by "schema librarians."  The other two enhancements are
issue 78676 and issue 78677.