Iliad is a web application framework written in Smalltalk.
Iliad is currently available for GNU-Smalltalk, Squeak & Pharo. A VisualWorks port is on its way too.
Iliad is already successfully used in production environments, in both intranet and internet.
Iliad is completely free. It is released under the MIT license, so feel free to experiment and/or improve it!
You think you found a bug or have a request about a missing feature? We encourage you to submit bug reports to our issue tracker or simply post on our mailing-list.
Iliad is based on reusable stateful widgets, Iliad lets you build powerful dynamic applications easily. It allows you to trigger smalltalk code when an user clicks on a link or submit a form instead of bothering you with low level details.
Iliad automatically uses AJAX requests to update the client state, and it will nicely degrade to normal requests if javascript is not enabled, so you don't have to bother about that.