Guan Yang wrote:
>
> 2) Is there room in GNU Classpath for J2EE stuff?
> --
What are you interested in?
JSP, XML, Servlets are being done by Apache extensively. Tomcat will be the
reference implementation of JSP and Servlets
JTA and JMS I think are mostly framework and depend on JTS. Well,
JTS depends on CORBA OTS.
EJB and RMI-IIOP depend on CORBA which many people have already written
free Java ORBS.
JNDI is framework and some providers. It is needed for JDK 1.3 which is in
beta now. Java Mail is also some framework and a set of providers.
Take this all with a grain of salt since I am only familiar with some of
these technologies. Oh, I am not familar with the licensing restrictions on
these. You will have to check that when you try to download the
specifications and/or api documentation.
Mark Benvenuto