Guan Yang <[EMAIL PROTECTED]> writes:
> 1) Is it legally acceptable to implement GNU Classpath on the basis
> of javadoc documentation provided by Sun? The reason I ask this is
> because this documentation is *generated* from the actual
> classes.zip source code.
We do use javadoc documentation, since in many cases, this is the only
place where documentation exists on certain classes. We use the
javadocs generated by Sun, that reside on their website. We do not
generate our own javadocs from Sun's source. Under no circumstances
do we ever look at Sun's source or run programs against it.
> 2) Is there room in GNU Classpath for J2EE stuff?
Yes -- or at least something that provides equivalent functionality.