|
From: Vincent M. <vm...@oc...> - 2001-08-01 09:56:02
|
----- Original Message -----
From: "Steve Freeman" <st...@m3...>
To: <moc...@li...>
Sent: Wednesday, August 01, 2001 9:37 AM
Subject: Re: [Mockobjects-java-dev] What is mo_java1_compatibility.jar ?
>
> ----- Original Message -----
> From: "Vincent Massol" <vm...@oc...>
> To: <moc...@li...>
> Sent: Monday, July 30, 2001 11:58 AM
> Subject: [Mockobjects-java-dev] What is mo_java1_compatibility.jar ?
>
>
> > In <root>/src/core, there is jar file (mo_java1_compatibility.jar)
> > containing sources. What is it and why are the sources in it not
expanded,
> > like the rest ?
> >
>
> They're some extra classes to allow Tim to run
> the MO library on java 1.1.8, that should be
> picked up in the classpath. The default library
> runs in Java 1.2+
>
Ok. Then 2 things :
* Why are they not expanded as the other java source files ? We could have
the following directory structure:
<root>/src/framework
|_ share (or java)
|_ com ...
|_ jdk1.1
|_ com ...
|_ examples
|_ com ...
|_ tests
|_ com ...
<root>/src/extensions
|_ vaj
|_ share (or java)
|_ examples (if applicable)
|_ tests (if applicable)
|_ eziba
|_ atg
|_ ...
* Why don't we use the collection classes for JDK 1.x instead of writing our
own (http://java.sun.com/products/javabeans/infobus/) ?!
or
* Why do we use JDK 1.2 specific classes and not the generic classes
(Vector, Hashtable, ...) ?
> Steve
-Vincent
|