[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-server] Re: Fwd: XML Server



> Yes. If you have XSLT on top of DOM and DOM on top of
> some other storage - you have XSLT on top of any storage.
>
> What's wrong with this design?
>

These kinds of highly abstracted layered architectures
run in slow motion if they are built in pure Java.   Use alot
of Reflections and do "synchronized"+"Thread"s less than
perfectly and watch it come to literally a standstill.

Java is wonderful to work with, but it  requires clean, precise
code to perform acceptably.

This will be true for some time to come.

Best Wishes,

Ann Tecklenburg