smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-st-all/iliad-stable
Holger Hans Peter Freyther 6c8203034b Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902'
git-subtree-dir: iliad-stable
git-subtree-mainline: ab8662178b
git-subtree-split: 3469a322b9
2014-06-04 15:55:48 +02:00
..
Core Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902' 2014-06-04 15:55:48 +02:00
More Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902' 2014-06-04 15:55:48 +02:00
Swazoo Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902' 2014-06-04 15:55:48 +02:00
Tests Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902' 2014-06-04 15:55:48 +02:00
scripts Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902' 2014-06-04 15:55:48 +02:00
.gitignore Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902' 2014-06-04 15:55:48 +02:00
ACKNOWLEDGEMENTS Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902' 2014-06-04 15:55:48 +02:00
README Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902' 2014-06-04 15:55:48 +02:00
THANKS Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902' 2014-06-04 15:55:48 +02:00
package.st Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902' 2014-06-04 15:55:48 +02:00
package.xml Add 'iliad-stable/' from commit '3469a322b9cae17d452fae1b38d661e14e4ae902' 2014-06-04 15:55:48 +02:00

README

Iliad is a Smalltalk web application framework. It is designed to be simple 
and make web development as effective as possible. 

Iliad's features include:
- reusable stateful widgets
- REST applications
- simple API
- easy to setup and deploy (no complicated configuration step)
- automatic AJAX: Thanks to its javascript layer, Iliad automagically 
updates widgets using AJAX. If javascript is not enabled, the behaviour 
remains the same by making normal requests, so you don't have to worry 
about that.

Iliad reuses pieces of code from other libraries. In particular, the 
dispatch pattern is adapted from HttpView2, the composite element 
hierarchy for building HTML from AIDA/Web, and the stateful Widgets from 
Seaside, however without using continuations.

Iliad is a young piece of code, but it is already very functional and can 
support relatively heavy load without stability issues. Because it is 
young, API changes are not guaranteed to be backward compatible until 1.0 
release.