Download List

Project Description

Aejaks is a windowing toolkit for rapid
development of AJAX-enabled Web applications. It
combines the powerful simplicity of the Tcl
language with the Java-based Echo2
browser-independent windowing system. Aejaks
applications are written in a single scripting
language, without need to write any HTML,
Javascript, or CSS. It borrows from the Tk
windowing system, but is not directly compatible
with Tk. It runs on top of any Java Web server,
and can make use of any existing Java library.

System Requirements

System requirement is not defined
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.

2011-12-21 11:18
2.0

This release replaces the Jacl interpreter with JTcl, an updated verson of Tcl for Java. JTcl implements nearly all Tcl 8.4 features. Community-supported versions of Echo2 and related libraries are included, which fixes compatibility issues with Internet Explorer 9. Also fixed in this release is the updateOptimistic method in the MrPersister package. Window object (".") now has a getClientProperties method. The H2 database has been upgraded to a recent version (see the CHANGES file for upgrade information).
Tags: Stable

2010-10-07 00:15
1.3

The ExpandableSection widget now has methods to set title foreground and background colors. The WarMachine sample program was enhanced to allow additional JAR library files. The Window method exitApp can now use a logout servlet to exit an application. Bugs fixed include the removing extraneous characters in the hyde package. The ComboBox widget was fixed to avoid backslash quoting of whitespace characters. The library procedure aejaks_entryBox has been changed so that the callback now passes two arguments; this change is incompatible with previous versions and will require a code change.
Tags: Stable

2009-04-23 19:56
1.2

Some real or potential memory leaks were fixed. Other fixes and enhancements were made to runtime code, affecting the Pack command and sample programs. An 'updateOptimistic' method was added to the GenericDao object in the MrPersister database package. This allows the use of 'optimistic locking' when updating a row in order to avoid hidden updates while maintaining high concurrency. The H2 database engine was updated to the current version.

2008-09-25 02:14
1.1

A bug that prevented the MrPersister database package from working in Java 1.6 was fixed. PersistenceManager and JdbcDao objects were also fixed.
Tags: Minor bugfixes

2008-09-15 12:44
1.0

This release has a MrPersister database access library. The H2 Database engine is included for quick-start database application development. Also included are the Apache Log4J logging system, a RichTextArea widget, standard library dialogs for messages, input, color selection, date selection, and file uploads, and a Hyde package for easy Tcl-to-Java integration. New sample applications: TclTutor, Aejaks Rolodex, and WarMachine.

Project Resources