Re: What about creating javax.sql.*

Tom Tromey <[email protected]> 09 Apr 2003 10:23:29 -0600
Newsgroups gmane.comp.java.classpath.extensions.discuss
Message-ID <[email protected]>
>>>>> "Mark" == Mark Wielaard <[email protected]> writes:

Mark> The javax.sql, javax.transaction and javax.transaction.xa packages are
Mark> part of GNU Classpath <http://www.gnu.org/software/classpath> and are,
Mark> as far as I know, mostly implemented.

>From what I recollect (I wrote transaction, years ago), it is mostly
API complete, and I think there aren't any stubs -- that is, if the
function exists, it ought to work.  OTOH, this code hasn't been
heavily tested.

You can check API completeness on Stuart's Japi site.  There's a link
from the gcj status page, and from the classpath page too.

Tom