Screen Shots
The following screenshots are from the samle programs included in the Æjaks distribution. They are ready to run after unpacking and starting the Jetty web server.
Widget Tour
The Widget Tour demo program shows most of the widget components available in Æjaks. In addition to running and interacting with the demos, you can browse the source of each demo by pressing the Show Code button.
Æjaks Console
Æjaks Console is a interactive console allowing you to type in Tcl commands and see the results instantly. Any widgets instantiated also appear on the main window, such as the Hello World Label shown here.
WarMachine
WarMachine helps you build a ready-to-deploy WAR file of your application plus the Æjaks runtime. The resulting WAR file can be deployed into any Java Servlet engine.
Æjaks Rolodex
Æjaks Rolodex is a simple database application that highlights the MrPersister database package included in Æjaks. The H2 Database engine is included in the distribution, allowing you to start your database project on day one.
TclTutor
TclTutor is a port of a Tcl instructional program to Æjaks. More than 40 lessons are designed to help you learn the basics of the Tcl language. TclTutor includes a Tcl interpreter and highlighting where errors are encountered.
Number Guess
Number Guess is a simple application that has been ported from the Java version that is shipped with Echo2. The Tcl/Æjaks version is less that one-third the size of the Java version.