[Seaside] Aida ToDo example ready

Janko Mivšek janko.mivsek at eranova.si
Wed Aug 17 18:51:41 UTC 2011


Dear Smalltalkers,

As part of comparison of web frameworks [1] Hannes Hirzel proposed to
make a concrete example of web app in all three frameworks [2]. He
proposed a ToDo example and here it is, an Aida version of it!

I also prepared a short description with screenshots and code snippets,
together of installation on Pharo, so you can try it by yourself:

	http://www.aidaweb.si/todo-description

Please review this description and study the code, I really like to hear
your opinion!

To install in on recent Pharo, first download Pharo one-click:

 https://gforge.inria.fr/frs/download.php/28437/Pharo-1.2.1-OneClick.zip

Then run following script:

  Gofer new
    squeaksource: 'AidaAddons';
    package: 'ConfigurationOfAidaToDoExample';
    load.

  (Smalltalk at: #ConfigurationOfAidaToDoExample) load.

Aida will start running immediately, open in web browser a ToDo example at:

	http://localhost:8888/todo

Best regards
Janko

[1]
http://forum.world.st/Comparison-of-Aida-Web-Seaside-and-Iliad-web-frameworks-tt3615190.html
[2] http://forum.world.st/Comparison-by-example-tt3619333.html
	


-- 
Janko Mivšek
Aida/Web
Smalltalk Web Application Server
http://www.aidaweb.si
-------------- next part --------------
A non-text attachment was scrubbed...
Name: todo-retrieve.png
Type: image/png
Size: 10773 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110817/e7c9749b/todo-retrieve-0001.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: todo-delete2.png
Type: image/png
Size: 16978 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110817/e7c9749b/todo-delete2-0001.png


More information about the seaside mailing list