Freeform Framework 1.1.1 (Default branch)
Grok Headline matches for Freeform Framework 1.1.1 (Default branch)
Freeform Framework 1.1.1.Alpha (Default
branch)
Freeform Framework 1.1.1.Alpha (Default
branch)
03/17/2005 03:34 AM
Freeform Framework is a PHP5-based Web application development
framework with a clear, scalable and extensible MVC architecture.
Developed with simplicity in mind, it has class and resource
packaging, automatic class discovery and loading, extensible and
replaceable templating, security and session handling systems, an
optional persistence API that does not use schema files, and class
generators/enhancers or SQL builders.
Changes:
Minor bugfixes in the util package, a demo application, and support
for ADODB record sets in the util package.
Freeform Framework 1.0.0 (Freddy branch)
Freeform Framework 1.0.0 (Freddy branch)
03/25/2005 07:06 AMFreeform Framework is a PHP5-based Web application development
framework with a clear, scalable and extensible MVC architecture.
Developed with simplicity in mind, it has class and resource
packaging, automatic class discovery and loading, extensible and
replaceable templating, security and session handling systems, an
optional persistence API that does not use schema files, and class
generators/enhancers or SQL builders.
Cake/PHP framework 0.2.6 (Default
branch)
Cake/PHP framework 0.2.6 (Default
branch)
04/15/2005 03:23 PMCake is an Model-View-Controller framework (a
structure of libraries, classes, and run-time
infrastructure) for PHP, based on Ruby on Rails.
It features CRUD (Create-Read-Update-Delete) for
database access, and simplified querying so you
shouldn't need to write SQL for basic operations.
It has a request dispatcher with custom URLs, fast
and flexible templating, and works from a Web site
subdirectory with very little Apache configuration
involved (requires .htaccess files and
mod_rewrite to work)
Cake/PHP framework 0.2.7 (Default
branch)
Cake/PHP framework 0.2.7 (Default
branch)
04/18/2005 11:03 AM
Cake is an Model-View-Controller framework (a
structure of libraries, classes, and run-time
infrastructure) for PHP, based on Ruby on Rails.
It features CRUD (Create-Read-Update-Delete) for
database access, and simplified querying so you
shouldn't need to write SQL for basic operations.
It has a request dispatcher with custom URLs, fast
and flexible templating, and works from a Web site
subdirectory with very little Apache configuration
involved (requires .htaccess files and
mod_rewrite to work)
Changes:
A code generator, scripts/add.php, was added to
create controllers, views, and models on demand.
New form generators in Controller include
input_tag(), input_password_tag(),
input_file_tag(), and radio_tags(). The new Flay
class parses text to HTML using a pseudo-code
similar to Textile's. The new Folder class for
browsing disk directories was added. Data
validation (using regular expressions) is now done
in Model. Bugfixes and cleanups were done.
Studs MVC Framework+ 0.9.5 (Default
branch)
Studs MVC Framework+ 0.9.5 (Default
branch)
04/09/2005 10:50 PM

Studs MVC Framework+ contains a port of Apache's Jakarta
Struts to PHP, though the libraries included in the rest of the
project are much more vast. In order to implement the
Struts port, it was necessary to build a core, object-oriented
API in the style of the JDK and the Jakarta Commons, a
servlet container to handle HTTP requests and to invoke
servlet classes, and finally, a parsing engine for JSP-style
template pages. In the end, the result is an environment
which is very similar to that provided by a J2EE Web
Container, only everything is implemented in PHP. While it
was possible to carry over many of the concepts, designs
and mechanisms from J2EE, some limitations do exist due to
the nature of the PHP programming language, such as the
lack of checked exceptions (runtime only).
Changes:
This release includes important bugfixes. Studs now runs
successfully on Windows platform, as a critical path bug has
been resolved. A new sample application was added entitled
"Golflog". Studs form taglibs have been spruced up, the
phase code generated fixed a serious namespace issue and
some PHP 5 compatibility was put in place.
Neural Net Framework 0.2 (Default
branch)
Neural Net Framework 0.2 (Default
branch)
04/18/2005 12:50 PM
NNF is a library written in plain C that
implements multilayer feed-forward neural
networks. It's fast and easy to incorporate in
your own application. It includes different
activation functions and the delta error
back-propagation algorithm. Saving and loading
routines are included. It is released under the
Lesser General Public License.
Changes:
The learning algorithms were completed for all the
respective activation functions. Two minor bugs
were fixed. More documentation was written.
Distributed Multiplatform Framework
0.4.4 (Default branch)
Distributed Multiplatform Framework
0.4.4 (Default branch)
03/17/2005 03:33 AM

Distributed Multiplatform Framework is a
component-based programming framework using XML
(or currently a hardcoded variant) as the
repository. The samples are implemented either in
console or wxWidgets. This shows the independence
of the GUI or UI.
Changes:
A complete plugin API that lets the GUI sample load a database form
and a login wizard was added. The login wizard has only been tested
under Windows.
Dwarf server framework 1.2.4 (Default
branch)
Dwarf server framework 1.2.4 (Default
branch)
02/01/2005 09:45 PM
Dwarf is a modular Java framework for developing
network server applications based on Internet
standards. While focused on building service-based
applications like Web servers, mail servers, and
messaging services, it can also be used for other
applications. The core consists of several
packages, which provide a multithreaded kernel,
security based on the standard Java 2 Platform
Security architecture and the JAAS, logging,
configuration, and a management system.
Modularity and a fine-grained API allow one to
extend the server, to reuse the existing services
for a new application, or even create new services
based on the existing ones.
Changes:
Reverse DNS lookup is added to the utility class DNSClient. Request
queue optimization is added to the MultiThreadServer class. Setting
the singleRequest parameter to true prevents simultaneous handling of
multiple equal requests.
PLUM Web Application Framework 0.3
(Default branch)
PLUM Web Application Framework 0.3
(Default branch)
06/17/2005 05:01 PM
PLUM is a flexible and extensible PHP5 framework
for creating Web sites and Web apps. All document
processing is done by its modules, not PLUM
itself. It doesn't use any template systems. It
produces output from XML using XSL transformations.
License: GNU Lesser General Public License (LGPL)
Changes:
Config and Registry object rewritten. Output now behaves as module.
All class names changed to contain prefix 'PLUM_' to better match PEAR
naming convention. New File handler for Images added. A lot of small
bugfixes and enhancements.

Dwarf server framework 1.3 (Default
branch)
Dwarf server framework 1.3 (Default
branch)
04/11/2005 07:35 AM
Dwarf is a modular Java framework for developing
network server applications based on Internet
standards. While focused on building service-based
applications like Web servers, mail servers, and
messaging services, it can also be used for other
applications. The core consists of several
packages, which provide a multithreaded kernel,
security based on the standard Java 2 Platform
Security architecture and the JAAS, logging,
configuration, and a management system.
Modularity and a fine-grained API allow one to
extend the server, to reuse the existing services
for a new application, or even create new services
based on the existing ones.
Changes:
Preliminary support for non-blocking TCP/IP services based on the
request/response protocol model was added. Console commands may now
start their own thread and so be used for job scheduling.
Framework for Java Database Connectivity
1.0.0 (Default branch)
Framework for Java Database Connectivity
1.0.0 (Default branch)
04/08/2005 08:28 PMThe Framework for Java Database Connectivity
(JDBC) was implemented to demonstrate the ease
with which a Java application may be designed to
access a source code repository using a relational
query language, such as SQL. The design was made
general enough to accommodate easy access to
virtually any data source. The framework supports
parsing of the SQL query along with calculations
supported within the SQL 92 standard
specifications. Access to the data source is
performed through the creation of a specific plug-in.
Seagull PHP Application Framework
0.4.0dev2 (Default branch)
Seagull PHP Application Framework
0.4.0dev2 (Default branch)
03/19/2005 03:21 AM

Seagull aims to deliver the following:
independence of data, logic, and presentation
layers, an extensible component architecture,
reduction of repetitive programming tasks,
simplified data access, comprehensive error
handling, module workflow routines, form handling
without the donkey work, component reuse,
authentication management, integration with PEAR
libraries, PHP coding standards, platform/PHP
version/browser independence, self-generating
documentation, and quality end-user docs.
Changes:
A new front controller and search engine-friendly URLs, categories
that were converted to a nested set, an improved install wizard,
significant CSS refinements, a new Brazilian Portuguese translation,
the integration of PEAR's HTTP::Download package, cleaner separation
between data manipulation and presentation, ntegration of Flexy
plugins, and full PHP 5 compatibility.
Silicon Navigator Unveils Rocket
Framework -- First Native Framework for
the OpenAccess Database; Framework Co
Silicon Navigator Unveils Rocket
Framework -- First Native Framework for
the OpenAccess Database; Framework Co
04/06/2005 08:32 PMBusiness Wire UK Apr 7 2005 12:47AM GMT
Midgard Components Framework 2.3.1
(Development branch)
Midgard Components Framework 2.3.1
(Development branch)
04/04/2005 12:46 PM

The Midgard Components Framework (also called
MidCOM) is an advanced component architecture
which extends the Midgard Web content management framework. It
provides mechanisms for building a Web site using components without
much need for writing code to glue all this together. The
administration site gets built automatically by using those
components. Goodies like a caching engine and subrequests make site
building even easier.
Changes:
The sessioning subsystem cooperates with Nemein Authentication. A
"Live Mode" in the caching engine allows for continuously updated
status pages (f.x. during a bulk upload). Iconv is now used centrally
through the i18n service. The number type has a new, improved storage
handler using its own code to work around decimal separator locale
differences (PHP behaves a bit oddly here).
Horde Application Framework 3.0.4
(FRAMEWORK_3 branch)
Horde Application Framework 3.0.4
(FRAMEWORK_3 branch)
03/29/2005 09:16 AM
The Horde Application Framework is a modular, general-purpose Web
application framework. It provides an extensive array of classes that
are targeted at the common problems and tasks involved in developing
modern Web applications.
Changes:
An XSS vulnerability has been fixed. Support for the
mime_magic extension has been re-added. The SQL
configuration and Oracle support have been improved. An
PostgreSQL specific upgrade script has been added. The
Horde_Tree_select class has been added. IMAP folder trees,
IMAP message threads, and IMSP support have been
improved. Configuration files are now automatically created
if possible. Dutch, Finnish, French, German, Hungarian,
Italian, Japanese, Norwegian Bokmaal, Slovak, and
Slovenian translations have been updated. Lots of
improvements and bugfixes have been made.
Midgard Components Framework 2.3.0
(Development branch)
Midgard Components Framework 2.3.0
(Development branch)
03/17/2005 03:35 AM

The Midgard Components Framework (also called
MidCOM) is an advanced component architecture
which extends the Midgard Web content management framework. It
provides mechanisms for building a Web site using components without
much need for writing code to glue all this together. The
administration site gets built automatically by using those
components. Goodies like a caching engine and subrequests make site
building even easier.
Changes:
This is the first integration build for the upcoming 2.4 release,
featuring: a full-scale on-demand indexing daemon based on Lucene,
generic metadata handling including integration into the navigation
subsystem, advanced base classes to ease component authoring, a
completely reworked and centralized site configuration system, and
many smaller improvements throughout the entire system.
Horde Application Framework 3.0.4-RC2
(FRAMEWORK_3 branch)
Horde Application Framework 3.0.4-RC2
(FRAMEWORK_3 branch)
03/22/2005 03:52 PM
The Horde Application Framework is a modular, general-purpose Web
application framework. It provides an extensive array of classes that
are targeted at the common problems and tasks involved in developing
modern Web applications.
Changes:
The SQL configuration and Oracle support have been
improved. Some layout issues and bugs have been
fixed.
FreeForm
FreeForm
02/13/2004 07:53 PMFirst release of FreeForm!
FreeForm Persistent World for NWN
FreeForm Persistent World for NWN
04/22/2004 09:19 AMFreeForm Persistent World the Open Source NWN Project starts
Curio 1.0 offers freeform creative
brainstorming
Curio 1.0 offers freeform creative
brainstorming
02/17/2004 03:52 PM"Cocktail napkins, turbo style," proclaims the product page for
Zengobi Inc.'s Curio 1.0, a new
tool designed to help creative types generate, communicate, and
organize their ideas. It's available now.
MMFG: Massively Multiplayer Freeform
Gameverse
MMFG: Massively Multiplayer Freeform
Gameverse
02/17/2004 06:41 AMImagine a game which followed the freeform ideal to the limit. A game
that incorporated all genres from first-person shooters to space
trading sims to 4X space operas. A game where someone could fight as
an FPS grunt, in a battle directed by a tactical squad commander, as
part of a wide battle front directed by an RTS general, which was but
one part of a planetary war planned and executed by the ruler of a
galactic empire. A game where you would never go on a cookie-cutter
mission stamped out upon request by a vending NPC, because all
"missions" would be requests from other players for a particular
service, such as transporting a combat team to an enemy stronghold,
designing a corporate headquarters, or tracking the movements of a spy
working for a foreign power. Picture this, if you will:
Silicon Navigator Unveils Rocket
Framework - First Native Framework for
the OpenAccess Database
Silicon Navigator Unveils Rocket
Framework - First Native Framework for
the OpenAccess Database
04/09/2005 07:57 AMFPGA Journal Apr 9 2005 11:25AM GMT
gcx 0.8.6 (Default branch)
gcx 0.8.6 (Default branch)
02/05/2005 09:34 PM

GCX provides a complete set of data-reduction
functions for CCD photometry, with frame WCS
fitting, automatic target identification, aperture
photometry of target and standard stars,
single-frame ensemble photometry data reduction,
multi-frame color coefficient fitting, extinction
coefficient fitting, and all-sky photometry. It
also controls CCD cameras and telescopes, and
implements automatic observation scripting.
Cameras are controlled through a hardware-specific
server, to which gcx connects through a TCP
socket. The program can control telescopes which
use the LX200 protocol, and refine pointing by
matching images to the GSC catalog position of
stars. It generates FITS files with comprehensive
header information.
Changes:
This release supports moving photometry targets (comets and
asteroids).
The ccd reduction dialog has been reorganized.
wdm 1.28 (Default branch)
wdm 1.28 (Default branch)
03/26/2005 12:29 PM
Wdm is a modification of the X11 xdm package for graphically handling
authentication and system login. Most of xdm has been preserved with
the login interface based on a WINGs implementation using Tom
Rothamel's "external greet" interface.
Changes:
A problem with xdmcp not working properly in ipv6 networks has been
fixed. A Welsh translation has been added. Several file-descriptor
leaks
have been fixed.
QFE 0.1 (Default branch)
QFE 0.1 (Default branch)
04/01/2005 11:59 AM

QFE is a full-featured FTN message editor with graphical
interface written on C++/Qt. All operations with FIDO
message base use the fidoconfig and smapi packages from
the Husky project.
Xen 2.0.5 (Default branch)
Xen 2.0.5 (Default branch)
03/23/2005 07:00 PM
Xen is a virtual machine monitor for x86 that
supports execution of multiple guest operating
systems in isolated environments.
Changes:
Various minor bugfixes and code cleanups were
done.
OSS 3.99.2c (Default branch)
OSS 3.99.2c (Default branch)
03/23/2005 07:00 PM
OSS provides sound card drivers for most popular sound cards under
Linux, *BSD, Solaris, UnixWare, OpenServer, AIX, HPUX, LynxOS,
VxWorks, and Tru64. These drivers support digital audio, MIDI,
synthesizers, and mixers found on sound cards. These sound drivers
comply with the Open Sound System API specification. OSS provides a
user-friendly GUI which makes the installation of sound drivers and
configuration of sound cards very simple. It supports over 200 brand
name sound cards, and provides automatic sound card detection,
Plug-n-Play support, support for PCI audio soundcards, and support for
full duplex audio.
Changes:
Fixes were made for Envy24 memory allocation under
BSD. Fixes were made for LynxTWO drivers for
Linux. Fixes were made to the audio core for
nonblocking support for BSD.
ANA-MP 0.9.7.3 (Default branch)
ANA-MP 0.9.7.3 (Default branch)
04/01/2005 08:06 PM
ANA-MP is a player for music files (modules) in
the .MOD, .XM, and .S3M formats. It runs on any
platform with a Java 1.3 implementation, and can
be used as a library for playing music in games or
demos.
Changes:
Better looking command line output, fake ASCII scopes, the ability to
load an applet from a URL (enabling applets), stability fixes, various
S3M fixes, key-off handling in XMs, multi-sample XM instruments, and
clipping instead of overflowing when amplification is turned up too
much.
XQF 1.0.3 (Default branch)
XQF 1.0.3 (Default branch)
04/06/2005 02:28 AM

XQF is Quake/QuakeWorld/Quake2/Quake3 server browser and launcher for
Linux/X11. It's a frontend to QStat, a program by Steve Jankowski. XQF
uses the GTK+. For more information, screenshots, source code,
precompiled binaries, see the XQF Homepage.
Changes:
This release adds support for Half-Life 2 under Wine and has
a new improved look using GTK2 colors and the Raleigh
theme (if available). A new command line option to disable
map scanning is available, along with various fixes such as
UT2004 and Doom 3 master support, Quake 2 password
saving, Q1/QW/Q2 skin list updating, and improved GTK2
support.
K3b 0.11.23 (Default branch)
K3b 0.11.23 (Default branch)
03/26/2005 09:28 AM

K3b is a CD and DVD burning application for Linux systems optimized
for KDE. It provides a comfortable user interface to perform most
CD/DVD burning tasks, such as creating an audio CD from a set of audio
files or copying a CD. While the experienced user can influence all
steps of the burning process, the beginner may find comfort in the
automatic settings and the reasonable defaults which allow a quick
start. The actual burning is done by the command line utilities
cdrecord, cdrdao, and growisofs.
Changes:
This release fixes session importation and a crash in the welcome
widget.
SMK 0.4.2 (Default branch)
SMK 0.4.2 (Default branch)
04/09/2005 02:37 PM

SMK is a software building system, similar in purpose to the popular
make and scons tools, but with its own set of wrinkles.
Changes:
The new -p/--prefix option was added. The -a/--all
option and the -n/--dry-run option were
implemented.
AGR 0.5.0 (Default branch)
AGR 0.5.0 (Default branch)
04/12/2005 11:54 PM

AGR (Amiga Guide Reader) is an Amiga Guide file
viewer.
nut 10.16 (Default branch)
nut 10.16 (Default branch)
03/23/2005 04:56 PM

nut is nutrition software to record what you eat and analyze your
meals for nutrient composition. The database included is the USDA
Nutrient Database for Standard Reference, Release 17, which contains
6,839 foods and 128 nutrients. This database contains values for
vitamins, minerals, fats, calories, protein, carbohydrates, fiber,
etc., and includes the essential polyunsaturated fats, Omega-3 and
Omega-6. Nutrient levels are expressed as a percentage of the Daily
Value, the familiar standard of food labeling in the United States,
but also can be fully customized. Foods can be added from recipes or
food labels, and nutrient intake can be graphed. The program is
completely menu-driven and there are no commands to learn.
Changes:
This release fixes a segfault that occurs when
analyzing added and subtracted foods that total
zero calories.
PMD 3.2 (Default branch)
PMD 3.2 (Default branch)
06/22/2005 02:26 AM

PMD is a Java source code analyzer. It finds
unused variables, empty catch blocks, unnecessary
object creation, and more. It includes CPD, a tool to detect chunks
of identical code.
License: BSD License (original)
Changes:
Three new rules were added. Bugfixes were made.
Various internal improvements were done to make
writing rules easier.
STL AVL Map 1.0 (Default branch)
STL AVL Map 1.0 (Default branch)
03/22/2005 06:29 PMThis is a fully STL-compliant C++
map/set/multimap/multiset implementation for g++.
It uses an AVL tree instead of a Red-Black tree.
It currently works only with g++ 3.4.
Maw 1.1 (Default branch)
Maw 1.1 (Default branch)
06/22/2005 02:26 AM

Maw is mostly black, but it's got lots of blues,
purples, and reds in it too. There is also a GTK
theme and a GKrellM theme. There are several
backgrounds bundled with this theme, including
some original ones. It uses the Nexis font.
License: GNU General Public License (GPL)
Changes:
This release fixes some sloppy graphics editing on the opening pixmap
and scales it to not tile on displays as high as 2048x1536.
DIX 0.6a1 (Default branch)
DIX 0.6a1 (Default branch)
04/11/2005 10:39 AM
DIX is an advanced and highly unusual text-based
but GUI-driven adventure game engine. It includes
documentation, samples, and other goodies.
Changes:
An all new engine and languages were implemented.
The user interface was reworked.
nut 10.17 (Default branch)
nut 10.17 (Default branch)
04/03/2005 07:54 AM

nut is nutrition software to record what you eat and analyze your
meals for nutrient composition. The database included is the USDA
Nutrient Database for Standard Reference, Release 17, which contains
6,839 foods and 128 nutrients. This database contains values for
vitamins, minerals, fats, calories, protein, carbohydrates, fiber,
etc., and includes the essential polyunsaturated fats, Omega-3 and
Omega-6. Nutrient levels are expressed as a percentage of the Daily
Value, the familiar standard of food labeling in the United States,
but also can be fully customized. Foods can be added from recipes or
food labels, and nutrient intake can be graphed. The program is
completely menu-driven and there are no commands to learn.
Changes:
This release corrects the formatting of the man page and restores the
correct alpha-linolenic acid reference value, which was too low in the
last release.
Vex 1.2.0 (Default branch)
Vex 1.2.0 (Default branch)
03/23/2005 05:18 AM

Vex is a visual editor for XML. It features a
word processor-like interface.
Changes:
This release features easier extension with new doctypes
and styles via the new plug-in project mechanism, basic
DITA support, the ability to specify which style a document
should be shown with, and improved CSS support.
Grok Description matches for Freeform Framework 1.1.1 (Default branch)
GrokA matches for Freeform Framework 1.1.1 (Default branch)
PircBot Plugin Framework
PircBot Plugin Framework
07/27/2004 09:33 AMPPF 0.4 Released
NaviProject (Plugin Framework)
NaviProject (Plugin Framework)
07/30/2004 01:24 AMProposed Release 1
Java Embedding Plugin
Java Embedding Plugin
04/27/2004 05:36 PMJava Embedding Plugin 0.8.0, first public release
Java EC framework
Java EC framework
12/29/2003 12:56 AMDarwin Initial Release
Java CAI Framework
Java CAI Framework
07/29/2004 10:05 PMDesign Diagrams Uploaded
Beta: Java Embedding Plugin
Beta: Java Embedding Plugin
07/01/2004 10:13 AMIf you're not running Safari and want up-to-date Java support, this
plug-in may be the answer.
Beta: Java Embedding Plugin 0.8.3
Beta: Java Embedding Plugin 0.8.3
08/30/2004 09:59 AMA new version of the browser plug-in for non-Safari browsers provides
compatibility with Java 1.4.2 Update 1.
Generic Plugin Engine (Java)
Generic Plugin Engine (Java)
07/24/2004 07:59 PM1.0 Pre M1 released
Quantum Framework for Java 0.9.0
Quantum Framework for Java 0.9.0
12/26/2003 10:17 PMA Java port of qF in C/C++.
Java Web Application Framework
Java Web Application Framework
05/29/2004 12:25 PMFiles released
Java MDI application framework
Java MDI application framework
08/27/2004 03:31 PMVersion 0.4 of jmdiframework has been released!
Java Application Framework For All
Java Application Framework For All
07/23/2004 07:45 PMJaffa v2.1.0 Released
Quantum Framework for Java 1.0.0
Quantum Framework for Java 1.0.0
01/09/2004 09:57 PMA Java port of qF in C/C++.
Java NIO Socket Framework
Java NIO Socket Framework
12/08/2003 02:20 AMHTTP implementation is usable
karma mvc java framework 0.4
karma mvc java framework 0.4
09/07/2004 04:09 PMA lightweight MVC framework.
Java Embedding Plugin 0.8.9, bugfix
release
Java Embedding Plugin 0.8.9, bugfix
release
12/22/2004 01:54 AMThe Java Embedding Plugin is a utility that allows other web browsers
than Apple's Safari to use the most recent versions of Java (1.4.X) on
Mac OS X. When used together with an updated version of Mozilla's MRJ
Plugin Carbon (included in this distribution), the Java Embedding
Plugin's functionality is currently available to recent versions of
Mozilla, Firefox and Camino. But in principle any web browser could
use one of the Java Embedding Plugin's two APIs to add support for
Java 1.4.X.
Version 0.8.9 of the Java Embedding Plugin fixes several bugs,
including some introduced by recent versions -- for example one that
sometimes hangs Firefox or Mozilla 1.8a, and another that causes parts
of some applets' display to be misaligned. It also eliminates some
thread and memory leaks.
For more information:
http://javaplugin.sourceforge.net/
To download:
https://sourceforge.net/project/showfiles.php?group_id=107955&package_
id=116499
Java Queue and Agents Framework
Java Queue and Agents Framework
04/14/2004 02:29 AMOriginal Java Queue and Agents Teaching Aide Release
dom4j: flexible XML framework for Java
dom4j: flexible XML framework for Java
05/12/2004 10:01 AMdom4j 1.5 beta2 released
Java State Machine Framework
Java State Machine Framework
10/30/2003 12:33 PMPriority for Ports and Events
Java Application Framework/GUI Editor
Java Application Framework/GUI Editor
10/30/2003 01:42 PMVersion 1.0.4 has been released
IEEE1394 for the Java Media Framework
IEEE1394 for the Java Media Framework
12/04/2003 10:45 PMProject creation
Java Parallel Processing Framework
Java Parallel Processing Framework
04/12/2005 08:19 AMFirst alpha released
Open Java Enterprise Framework
Open Java Enterprise Framework
06/03/2004 10:46 AMLe développement avance !
Abbot Java GUI Testing Framework
Abbot Java GUI Testing Framework
11/18/2003 12:45 PMWeb Start fixed (again)
Jena – A Semantic Web Framework for
Java
Jena – A Semantic Web Framework for
Java
05/04/2004 06:37 AMJena – A Semantic Web Framework for Javahttp://jena.sourceforge.net/Jena is a Java framework for building
Semantic Web applications. It
provides a programmatic environment for
RDF, RDFS and
OWL, including a
rule-based inference engine. Jena is
open source and grown out of
work with the
HP Labs Semantic
Web Programme. The Jena Framework includes: A RDF API; Reading and
writing RDF in RDF/XML, N3 and N-Triples; An OWL API; In-memory and
persistent storage; and RDQL – a query language for RDF. Support is
provided by the
jena-dev mailing list. This has been
added to the Semantic Web Research section of
Deep Web Research Subject
Tracer™ Information Blog.
Grid Application Framework for Java
0.9.1
Grid Application Framework for Java
0.9.1
11/14/2003 06:18 PMA Java framework that abstracts all grid semantics from the
application logic.
The Flatworm Java Flat File Framework
The Flatworm Java Flat File Framework
06/16/2004 11:43 AMFlatworm 1.0 Released! Flat Files For Java
Apamea - Java Stored Procedure Framework
Apamea - Java Stored Procedure Framework
12/20/2003 03:48 PMThe Kick Off
Java Universal Network/Graph Framework
Java Universal Network/Graph Framework
05/11/2004 10:30 PMJung 1.4.1 Release
Use this Java framework for finite state
machines
Use this Java framework for finite state
machines
02/19/2003 02:34 AMCNET Feb 19 2003 1:24AM ET
Freeform Framework 1.1.1 (Default branch)