Download List

Projeto Descrição

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

Esta versão substitui o interpretador Jacl com JTcl, um verson actualizado do Tcl para Java. JTcl implementa quase todos os recursos do Tcl 8.4. Versões com suporte a Comunidade de Echo2 e bibliotecas relacionadas são incluídas, que resolve problemas de compatibilidade com o Internet Explorer 9. Também corrigidos nesta versão é o método de updateOptimistic no pacote MrPersister. Objeto de janela (".") tem agora um método getClientProperties. O banco de dados de H2 foi atualizado para uma versão recente (consulte o arquivo de alterações para informações de atualização).
Tags: 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

O Widget ExpandableSection agora tem métodos para definir cores de primeiro plano e fundo de título. O programa de exemplo Warmachine foi aprimorado para permitir que arquivos de biblioteca adicionais JAR. O método exitApp Janela agora pode usar um servlet logout para sair de um aplicativo. Bugs corrigidos incluem a remoção de caracteres estranhos no pacote de Hyde. O Widget ComboBox foi fixado para evitar barra invertida citando de caracteres em branco. O procedimento aejaks_entryBox biblioteca foi alterado para que o retorno de agora passa dois argumentos, essa mudança é incompatível com as versões anteriores e vai exigir uma mudança de código.
Tags: 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

Alguns reais ou potenciais vazamentos de memória foram corrigidos. Outras correções e melhorias foram feitas no código de tempo de execução, que afetam o comando Pack e programas de exemplo. Um "método updateOptimistic foi adicionado ao objeto GenericDao no pacote de dados MrPersister. Isto permite o uso de 'bloqueio otimista "ao atualizar uma linha para evitar atualizações ocultas, mantendo alta concorrência. O motor de banco de dados H2 foi atualizado para a versão atual.
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

Um bug que impedia que o pacote de banco de dados MrPersister de trabalhar em Java 1.6 foi corrigido. PersistenceManager e objetos JdbcDao também foram corrigidos.
Tags: 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

Esta versão tem uma MrPersister biblioteca de acesso a banco de dados. O motor de banco de dados H2 é incluído para rápido desenvolvimento de aplicações de banco de dados iniciar. Também estão incluídos o Log4J Apache log do sistema, um widget RichTextArea, diálogos biblioteca padrão para mensagens, de entrada, seleção de cor, seleção de data, e upload de arquivos, e um pacote para Tcl Hyde fácil integração de Java. Novas aplicações de exemplo: TclTutor, Aejaks Rolodex e 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