Download List

项目描述

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 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

此版本替换 JTcl,Tcl 为 Java 最新版本为 Jacl 口译员。JTcl 实现 Tcl 8.4,几乎所有功能。Echo2 和有关的图书馆的社区支持版本都包括在内,还与互联网资源管理器中 9 修复了兼容性问题。也在此版本中修复是在 MrPersister 包中的 updateOptimistic 方法。窗口对象 (".") 现在有一个 getClientProperties 方法。H2 数据库已经升级到最新版本 (请参阅升级信息的更改文件)。
标签: Stable
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).

2010-10-07 00:15
1.3

现在的ExpandableSection部件的方法来设置标题的前景色和背景色。该WarMachine示例程序得到加强,以允许更多的JAR库文件。方法exitApp的窗口,现在可以使用一个servlet来注销退出应用程序。修复的错误,包括在海德包删除多余的字符。组合框控件是固定的,以避免反斜杠引用的空白字符。该库的程序aejaks_entryBox已被更改,以便回调现在可以通过两个参数;这种变化是与以前的版本不兼容,也需要更改代码。
标签: Stable
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.

2009-04-23 19:56
1.2

一些真正的或潜在的内存泄漏是固定的。其他的修复和增强了运行时代码,影响包的命令和示例程序。一个'updateOptimistic'方法被添加到数据库中的MrPersister包GenericDao对象。这允许使用'乐观锁定'在更新1行,以避免隐藏的更新,同时保持高并发。的H2数据库引擎已更新到最新版本。
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

一个错误,无法在Java 1.6工作的MrPersister数据库包是固定的。 PersistenceManager和JdbcDao对象也固定。
标签: Minor bugfixes
A bug that prevented the MrPersister database package from working in Java 1.6 was fixed. PersistenceManager and JdbcDao objects were also fixed.

2008-09-15 12:44
1.0

这个版本有一个MrPersister数据库访问库。数据库引擎的H2是包括快速启动数据库应用程序开发。还包括了Apache Log4J的日志记录系统,RichTextArea部件,用于信息,输入,颜色选择,日期的选择,标准库和文件上传对话框,以及便于Tcl的海德包到Java的集成。新的示例应用程序:TclTutor,Aejaks关系网,和WarMachine。
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