|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: SOX (some observations)
Here are some comments on element factory API based my experiences with Docuverse DOM SDK design. 1. Document factory is just as important as element factory. Document factory should be registry-based, possibly taking advantage of the Java Activation Framework. 2. Document factory and element factory should not be combined. Docuverse DOM SDK does combine them into a single interface (DOMFactory) and it turns out that there is little benefit and troublesome to combine the two factories. 3. It should be possible to have multiple element factories. This is needed when the user wants to augment the element factory provided by the document factory. 4. Class.newInstance is very slow and should be avoided if possible. Docuverse DOM SDK handles element-specific class instatiation using the Prototype design pattern. For each element type, you provide an instance to the PrototypeFactory and each factory method clones the prototype. This is considerably faster than newInstance. It also allows you to have your own default attribute values as well as 'default' children (i.e. all table elements can have tbody, thead, tfoot elements pre-inserted). Anyway, I am preparing to redesigning the factory framework in the DOM SDK so this SOX effort is very timely for me. Don Park Docuverse xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








