Le dimanche 18 avril 2010 à 12:49 +0100, Ramiro Diaz Trepat a écrit :
Thanks for the announcement but, what is iliad?
Oops, I guess I should have explained it... Iliad is a new web framework. It is made around the following features: - standalone stateful widgets - automatic AJAX with degradation to normal requests if javascript is not available - RESTful applications - simple and concise API - easy to setup and deploy It reuses pieces of code from other frameworks: the dispatch pattern from HttpView2, the composite element hierarachy for building HTML from Aida/Web, and the stateful widgets from Seaside, however without using continuations. You can learn more at: http://www.iliadproject.org Cheers! Nicolas
2010/4/18 Nicolas Petton <petton.nicolas@gmail.com> Le dimanche 18 avril 2010 à 00:05 +0100, Julian Fitzell a écrit : > Cool stuff, Nicolas.
Thanks Julian :)
> I'm happy to see Grease getting use in the wild... I'm curious to what > degree it met your needs?
Once Paolo and I ported it to GNU Smalltalk, it *really* met my needs! Of course it's a bit Seaside oriented but almost everything I needed was there.
It allowed me to remove non portable code (like code for encoding, remove all #asString/#printString, etc), use useful classes provided by Grease like GRSmallDictionary. In the future I will probably use GRDelaySend too.
As a direct consequence, I was also able to serve files from the image without adding dialect specific code :)
And of course Unit tests were really helpful.
Now I'm not really happy with the codec stuff, as from a GNU Smalltalker point of view it seems too Squeak/Pharo oriented, but I can leave with that for now.
Cheers!
Nicolas
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project