JADE: Java Addition To Default Environment

Jun 29, 2004 04:36 · 79 words · 1 minute read

J.A.D.E. Java Addition to Default Environment is a library of several packages that go beyond the J2SE core functionality. There are a number of classes for scientific/mathematic use, but there are also other goodies like a superfast XML parser and a collection of classes that avoid garbage collection. (Of course, if you’ve been following the articles about Java GC, you’d know that the current garbage collectors don’t tend to be quite so icky when you create lots of objects.)