[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: ANN: SAX 2.0 extension proposals.

  • From: David Brownell <david-b@p...>
  • To: David Megginson <david@m...>
  • Date: Mon, 28 Feb 2000 21:06:30 -0800

Re: ANN: SAX 2.0 extension proposals.
David Megginson wrote:
> 
> David Brownell writes:
>  > David Megginson wrote:
>  > >
>  > > David Brownell <david-b@p...> writes:
>  > >
>  > > > However, I do wonder what you think about the fact that this will
>  > > > need to run in environments where calls like System.getProperty()
>  > > > aren't allowed, or which may not support dynamic loading.
>  > >
>  > > Suggestions?
>  >
>  > Same approach used in classes like "java.lang.System" -- the API has
>  > static class methods, but implementation of the class is unspecified.
>  > It varies between environments; the reference implementation can be
>  > changed.
> 
> That's not a good parallel, though, because there's always only one
> java.lang.System class in any given Java installation (as far as I
> know) 

Any given class loader has only one implementation of a class, true.

But my point is that this is for supporting adequate defaulting
in _any_ Java environment.


>	-- on the other hand, if I install a future version of both
> IBM's XML4J and James Clark's XP (for example) into the same Java
> installation, then I would get two different versions of
> org.xml.sax.helpers.XMLReaderFactory and whichever happens to be first
> on the classpath will always get hit.

Which would be absolutely no problem, and might even be a benefit.

If you care about which parser you get, then ask for it.  Else
you asked for a default, and you got one.  Anyone who can control
a system property can do the same to a class path, but the converse
isn't true.  Software setting up a controlled environment for running
components (a preferred model) will assemble it at runtime using
class loader primitives and such, but can't set system properties
differently.

- Dave

***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/threads.html
***************************************************************************

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.