Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] ClassLoader issues

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: Remko Popma <remko.popma AT azzurri.jp>
  • Cc: XOM-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] ClassLoader issues
  • Date: Fri, 17 Jan 2003 20:20:06 -0500

At 2:21 AM +0900 9/20/02, Remko Popma wrote:

3) What are the design priorities?
Does XOM have to be made to work in a distributed environment?
Even though thread-safety, a more common design goal, is explicitly not a XOM design goal?

On further reflection a few moths later, I think the difference is that a client who needs thread safety can add it with appropriate synchronization. A client who needs this to operate in a distributed environment can't add that capability short of modifying the source code.
--

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo AT metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| Processing XML with Java (Addison-Wesley, 2002) |
| http://www.cafeconleche.org/books/xmljava |
| http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://www.cafeaulait.org/ |
| Read Cafe con Leche for XML News: http://www.cafeconleche.org/ |
+----------------------------------+---------------------------------+



  • Re: [XOM-interest] ClassLoader issues, Elliotte Rusty Harold, 01/17/2003

Archive powered by MHonArc 2.6.24.

Top of Page