My main concern about Aida is that I think it is too coupled. There
seems to be few attempts to layer the system, and some components are
included whether you need them or not:
- Access control
- Image save/image backup
- Location services
- Styling
One thing I like about Seaside is that I can start with a very simple
"hello world" web page, and gradually add CSS, login, headers,
JavaScript, etc. With Aida I find this harder. It is more the opposite
approach, where I start with a decorated page, and have to remove the
components listed above.
Iliad seems more in line with Seaside: With Iliad I can build my pages
up without worrying about functions being included against my will.
For me this is a plus. From my understanding, Iliad is based on Aida’s
ideas but tries to make a more general framework. It can more easily
evolve into a pluggable system than Aida (currently) is able to.
Is this understanding correct?
Please note that I do not want to downplay Aida's contribution to
Smalltalk. From what I understand, Janko came up with a lot of the
concepts found in Iliad.
One thing I really like about Aida is that its developer seems to be
planning for new features. I do not get the same impression looking at
Iliad's web pages.
Does Iliad have any plan for new features?
Will Iliad for example someday integrate with Amber?
Kind regards
Runar