Downloadliste

Projektbeschreibung

Foxtrot is a small and powerful API for using
threads with the Java(TM) Foundation Classes
(JFC/Swing). It is based on a new concept, the
Synchronous Model, which greatly increases ease of
use.

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.

2003-02-19 12:32
2.0

Die gesamte Umstellung wurde überarbeitet. Es ist nun möglich, benutzerdefinierte EventPumps und WorkerThreads Stecker. In bestimmten Fällen ist es auch möglich, mit Veranstaltungen und Filter ihnen zu interagieren, aber nicht mit JDK 1.4. Foxtrot sollte nun auch mit JDK 1.2. Einige Fehler mit JDK 1.4.x wurden behoben.
Tags: Major feature enhancements
The entire implementation was reworked. It is now possible to plug in custom EventPumps and WorkerThreads. In certain cases it is also possible to interact with events and filter them, but not with JDK 1.4. Foxtrot should now also work with JDK 1.2. Some bugs with JDK 1.4.x were fixed.

2003-01-20 18:15
2.0 beta 2

Tags: Minor bugfixes

2002-12-14 21:08
2.0 beta 1

Die gesamte Umsetzung wurde überarbeitet. Es ist nun möglich, benutzerdefinierte EventPumps und WorkerThreads Stecker. In bestimmten Fällen ist es möglich, mit Veranstaltungen und filtern (aber nicht mit JDK 1.4 Wechselwirkungen). Foxtrot sollte nun auch mit JDK 1.2. Schnittstellen wurden foxtrot.WorkerThread und foxtrot.EventPump aufgenommen. Die foxtrot.Worker.set / getEventPump () und foxtrot.Worker.set / getWorkerThread ()-Methoden kamen hinzu. Die foxtrot.pumps.EventFilter und foxtrot.pumps.EventFilterable Schnittstellen hinzugefügt wurden. Alle Tests wurden umgeschrieben mit JUnit 3.8.1.
Tags: Major feature enhancements
The whole implementation was reworked. It is now possible to plug in custom EventPumps and WorkerThreads. In certain cases, it is possible to interact with events and filter them (but not with JDK 1.4). Foxtrot should now also work with JDK 1.2. Interfaces were added to foxtrot.WorkerThread and foxtrot.EventPump. The foxtrot.Worker.set/getEventPump() and foxtrot.Worker.set/getWorkerThread() methods were added. The foxtrot.pumps.EventFilter and foxtrot.pumps.EventFilterable interfaces were added. All tests were rewritten using JUnit 3.8.1.

2002-09-09 21:38
1.3

Diese Veröffentlichung fügt eine neue Klasse, foxtrot.Job, für Aufgaben, die nicht kontrolliert werfen Ausnahmen, und ein entsprechendes Verfahren foxtrot.Worker.post (Job Job), die nicht entfernt wird geprüft Ausnahmen. Es kann genau so, wie foxtrot.Task verwendet werden. Ein neues Beispiel wurde hinzugefügt, um zu zeigen, wie man mit einem Foxtrot JProgressBar verwenden.
Tags: Major feature enhancements
This release adds a new class, foxtrot.Job, for tasks that do not
throw checked Exceptions, and a corresponding method
foxtrot.Worker.post(Job job) that does not throw checked Exceptions.
It can be used exactly as foxtrot.Task. A new example has been added
to show how to use Foxtrot with a JProgressBar.

2002-05-13 20:07
1.2

Diese Version benötigt JDK 1.3.x oder höher. Es ist jetzt kompatibel mit Java (TM) Web Start-Technologie.
Tags: Major feature enhancements
This version requires JDK 1.3.x or higher. It is
now compatible with Java(TM) Web Start technology.

Project Resources