[EMAIL PROTECTED] wrote:
>
> I'm working on the schedule utility and I need a sorted tree.
>
> How does every feel about using the Sun collections library?
>
> Initially we can include the library (200k) as a seperate download.
> But then eventually when more folks are using Java2 it's already
> included.
>
> If we decide to use it, we can add both the import statements
> for the JDK1.1 version and 1.2 version. For now just comment
> out the 1.2 imports so were compatable on 1.1. That way it's easy to switch in the
>future.
I'm -0. I think it is profitable to have the Collection libraries, as
you mentioned, and also nice to have 1.1 compatibility. However, I
don't like having to download a separate class when I already have the
classes, and then refer to the different locations of the duplicates (in
a 1.2 case).
However, I don't have [at the moment] any better ideas, so I don't want
to stop progress. If I come up with anything, I'll certainly let you
know.
Also, I think you should put together a propsoal for the scheduler
service (and I do think it should be a service) and post it to the list
before coding. This is a major initiative (one I meant to get to but
never have had time), and requires some careful thought. I for one
would like the ability to have the scheduler on a different machine,
communication via XML-RPC, and some other goodies. Although these all
don't have to be phase 1, they do have impact on the archtiecture you
use. Post a proprosal and let's all hash this out before getting too
deep into code. Cool?
Thanks for getting started on this!
-Brett
>
> I think a collections library is needed, and I don't see the practicality of
>creating one from scratch.
>
> Thoughts ... votes?
>
> Thanks,
> Dave
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]