|
From: Bruce M. <ma...@xb...> - 2002-02-16 20:51:41
|
Chris,
Using JDOM and log4j are fine. The only issue about using JDOM is one o=
f
performance. There was a previous email exchange between several of us a=
bout
the performance of converting between DOM Documents and JDOM. This is re=
levant
since Xbeans that use JDOM would need to do this.
Everybody thought it wasn=B4t an expensive thing to do but nobody knew fo=
r sure.
Do you have any experience with this?
Bruce
Chris Cuilla wrote:
> I am wondering if it would be cool to add Apache's log4j (Apache licens=
e)
> and JDOM ("Apache-style open source license") to the Xbean distribution=
as
> well, since both of these would be very useful for the following reason=
s:
>
> 1. Many Java open source projects seem to be using log4j (JBoss, Jakart=
a
> projects, etc.) and it would be nice to follow along on this emerging
> "defacto standard". More specifically, it would be nice to build Xbeans
> that log things in a consistent fashion. Log4j would be the choice in t=
hat
> case.
>
> 2. JDOM is MUCH easier to deal with than the org.w3c.dom API. I find my=
self
> converting to JDOM to do many things and then converting back. Furtherm=
ore,
> some of the Xbeans I'd like to contribute would be better if I could =
rely
> on JDOM as a standard part of the Xbeans distribution.
>
> Thoughts?
>
> Chris
>
> _______________________________________________
> xbeans-interest mailing list
> xbe...@li...
> https://lists.sourceforge.net/lists/listinfo/xbeans-interest
|