Downloadliste

Projektbeschreibung

Java Supplements is a free library of utility
classes which extends and enhances the
functionality of the classes provided by the
normal Java API. It provides robust and reliable
code for doing many of the tasks which Java
developers commonly find themselves writing code
for again and again, such as catching
InterruptedExceptions on Thread.sleep() calls or
reading files into a byte array.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-23 03:44
1.4.1

Diese Veröffentlichung fügt StringInputStream und StringOutputStream. Sie fügt hinzu, mehr Bit Manipulation Methoden. Javadoc Einige Probleme wurden bereinigt.
Tags: Minor feature enhancements
This release adds StringInputStream and StringOutputStream. It adds more Bit manipulation methods. Some javadoc issues have been cleaned up.

2005-04-16 01:07
1.4.0

Diese Version bereinigt viele den Code und voll maven-IZES den Build-Prozess. Es fügt auch neue Funktionen für die Manipulation von Zeichenketten, Dateien und Objekten.
Tags: Major feature enhancements
This release cleans up a lot of the code and fully maven-izes the build process. It also adds new functionality for manipulating strings, files, and objects.

2003-12-28 04:02
1.3.1

Diese Veröffentlichung fügt deltree () und moveDir ()-Methoden, um die Dateien Objekt-und Unit-Tests für LRUCache. Es behebt einige Fehler mit sich bewegenden ein Verzeichnis mit dem Files.move ()-Methode und ein Fehler in LRUCache, dass das Entfernen der ältesten Einträge aufgrund einer ungültigen Signatur der Methode verhindert hatte.
Tags: Minor feature enhancements
This release adds deltree() and moveDir() methods to the Files object
and unit tests for LRUCache. It fixes some bugs with moving a directory
with the Files.move() method and an error in LRUCache that was
preventing removal of the eldest entries due to an invalid method
signature.

2003-12-22 05:12
1.3.0

Diese Veröffentlichung fügt ein javas.beans Paket mit ListDelegateBean für das Aufstellen von Listen mehr JavaBean-freundlich, ein javas.xml Paket mit XML-Dienstprogramme, verbesserte Fehlerbehandlung in ServletContexts.getFileFromWar (), um die JavaLogging Commons Logging-Code zu ersetzen, zunächst maven build Integration, eine modifizierte eclipse. classpath Datei, die Variablen für JUnit und Servlet-Gläser Anstelle von Pfaden bezieht, wurde für einige Formatierungen Fragen, und das Verpacken von allen Code / Anmerkungen zu 80 Zeichen.
Tags: Major feature enhancements
This release adds a javas.beans package with ListDelegateBean for making
Lists more JavaBean-friendly, a javas.xml package with XML-related
utilities, enhanced error handling in ServletContexts.getFileFromWar(),
Commons Logging to replace the JavaLogging code, initial maven build
integration, a modified eclipse .classpath file which refers to
variables for junit and servlet jars instead of hardcoded paths, fixes
for some formatting issues, and wrapping of all code/comments to 80
chars.

2003-05-20 07:47
1.2.1

Diese Version bietet die Möglichkeit, Ausnahmen von der UnifiedHttpServlet werfen und fügt Methoden für den Umgang schnelle Erzeugung von Zufallszahlen in einer Multi-Thread-Kontext.
Tags: Minor bugfixes
This version adds the ability to throw Exceptions to the
UnifiedHttpServlet and adds methods for handling fast
generation of random numbers in a multi-threaded
context.

Project Resources