Am 19.03.2002 17:50:29, schrieb "Remy Maucherat" <[EMAIL PROTECTED]>: >> Howdy folks-- >> >> as you have probably noticed I've been porting lots of stuff from HEAD >> to the SLIDE_1_0 branch, and I think I've finally reached the point >> where the porting can be considered finished, meaning that all >> portable changes (mostly bugfixes) are in the 1.0 branch too. >> >> As I've written before, we have the option to include some new >> features in the next 1.0 release, namely: >> >> - J2EE stores >> - XML file-desc stores >> - WebdavFile and file-chooser GUI >> - (there's probably more, but...) >> >> I've not tested any of these myself, but I think it'd be nice to >> include them and dub the next release 1.1.0. > >+1. >I agree those features are significant, so if they are added to the 1.0 >branch, releasing it as 1.1 makes sense.
I've taken a look at the XMLFileDescriptorsStore, and it looks like it needs some work before being released. System.out.println()s all over the place, and I'm not quite sure the use of instance variables in many places makes it perform correctly in heavily multithreaded situations. I [personally] also don't like how it's functionality is splitted into 3 publicly visible classes. I think the idea is nice however, so I might attempt to clean it up some(rainy)day ;o) -chris _______________________________________________ /=/ cmlenz at gmx.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
