> Gianugo Rabellino wrote: > > I don't know if/how this has been discussed before (from a quick > > search doesn't look like it has), but there is an issue in the SWCL > > which is bugging us quite a bit and that I need to sort out somehow. > > > > The current DASL basicsearch spec allow for ordered result via the > > pseudo-sql <dav:orderby> clause. The current implementation of > > SearchMethod, though, extends XMLResponseBase which puts the results > > into an Hashtable, thus losing the order in which resources were > > presented by the server. > > > > The fix is not a big deal but (be it commons-collections based - IMO > > preferrable - or tied to JDK 1.4's Linked stuff), but before delving > > into it myself and providing a patch, I wanted to make sure that I'm > > not seriously overlooking something (I would then happily wear my > > dumbass hat) and, in that case, that it would be a welcome addition > > before the next release. Comments? > > +1 > > That would be a nice contribution we would need for our project as well! > > I'm sure Martin (Dulisch) will apply the patch as soon he has been > granted karma for CVS :-) > > I agree that the commens-collections solution is preferable as JDK 1.3 > is still "supported" AFAIK.
There seems to be a consensus to utilize commons-collections, so I will comply, as it really doesn't matter for me. But what is meant by JDK 1.4's Linked stuff? If you refer to LinkedList, that's even present in JDK 1.2. Regards, Ingo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
