On Tue, 2004-04-06 at 16:54, robert burrell donkin wrote: > IIRC the plan was to phase out betwixt but i see there's still a > dependency in the build and some references in the code. is betwixt > going to be used for the upcoming release (and if so, where)? > > (i've made quite a lot of progress on betwixt over the last few months > and can probably look at some performance improvements if it's going to > be used in the 1.0 release.)
It will be used in the 1.0 release, but as we move forward we will start integrating the components which do not use betwixt. We won't be using betwixt far beyond the 1.0 release. We are using generated xpp3 readers and writers which is about as fast as you can get. For other areas of general xml -> object mapping we use xstream which is orders of magnitude faster than betwixt, easier to use and just better tested. > - robert > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
