November 05, 2003
05 November 2003 - Jakarta Commons Primitives 1.0 Released
ANNOUNCEMENT:
The Jakarta Commons Team is proud to announce the first release of Jakarta Commons Primitives.
Apache Jakarta Commons Primitives provides a collection of types and utilities optimized for working with Java primitives (boolean, byte, char, double, float, int, long, short). Generally, the Commons-Primitives classes are faster, smaller and easier to work with than their purely Object based alternatives.
DOWNLOADS (source and binaries -- from mirror):
- Binaries: http://jakarta.apache.org/site/binindex.cgi
- Source Code: http://jakarta.apache.org/site/sourceindex.cgi
For more information on Jakarta Commons Primitives, see the Jakarta Commons Primitives web site.
Posted by Tetsuya Kitahata at November 5, 2003 03:27 AMProject Info -- Apache Commons Primitives
Apache Commons Primitives is a set of collection and utility classes for primitive types. The Java language has a clear distinction between Object and primitive types. A lot of functionality is provided for Object types, including the Java Collection Framework. Relatively little functionality is provided by the JDK for primitives. This package addresses this by providing a set of utility and collection classes for primitives.
Releases can be downloaded from http://commons.apache.org/downloads/download_primitives.cgi
Project Website http://commons.apache.org/primitives/ Programming Languages Java Categories library Mailing Lists http://commons.apache.org/mail-lists.html Bug/Issue Tracker http://issues.apache.org/jira/browse/PRIMITIVES Project Management Committee Apache Commons Access to the source code:
Browse http://svn.apache.org/viewvc/commons/proper/primitives/trunk SVN Direct http://svn.apache.org/repos/asf/commons/proper/primitives
http://www.apachenews.org/archives/000100.html
[ Category : Apache Jakarta ] (PDF)(XML)

