DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5967>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5967 DOM-IDOM Integration Summary: DOM-IDOM Integration Product: Xerces-C++ Version: 1.6.0 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The DOM interfaces have lightweight smart pointers to referenced counted implementation objects, while the IDOM interfaces eliminate the smart pointer and the reference counting. The proposal is simply to add lightweight smart pointers to the IDOM implementation. Reference counting is still eliminated, but the smart pointers facilitate an interface that retains familiarity with the Java version of xerces and allows for different back ends (implementations) to be plugged in. One back end would be the IDOM itself, while others could be application specific adapters (for those that want to provide a DOM API to their application), database adapters, etc. ------- Additional Comments From [EMAIL PROTECTED] 2002-01-22 20:17 ------- Created an attachment (id=1054) Refactoring changes installment 1 ------- Additional Comments From [EMAIL PROTECTED] 2002-01-22 20:20 ------- Created an attachment (id=1055) Refactoring changes installment 2 ------- Additional Comments From [EMAIL PROTECTED] 2002-01-22 20:20 ------- Created an attachment (id=1056) Refactoring changes installment 3 ------- Additional Comments From [EMAIL PROTECTED] 2002-01-22 20:27 ------- Created an attachment (id=1057) Refactoring changes installment 1 ------- Additional Comments From [EMAIL PROTECTED] 2002-01-22 20:28 ------- Created an attachment (id=1058) Refactoring changes installment 2 ------- Additional Comments From [EMAIL PROTECTED] 2002-01-22 20:29 ------- Created an attachment (id=1059) Refactoring changes installment 3 ------- Additional Comments From [EMAIL PROTECTED] 2002-01-22 20:31 ------- The three attachments are in zip format. Please ignore the first three, as I erroneously attached them as text. ------- Additional Comments From [EMAIL PROTECTED] 2002-01-29 15:06 ------- Created an attachment (id=1087) A few updated files --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
