[squeak-dev] Re: [Pharo-project] [ANN] Aida 6.3 Holiday Edition released

laurent laffont laurent.laffont at gmail.com
Fri Aug 19 22:08:06 UTC 2011


It seems that

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

does not work anymore.

Laurent.

2011/8/19 Janko Mivšek <janko.mivsek at eranova.si>

> Dear Smalltalkers,
>
> ESUG is such a wonderful conference so let Aida show it a little
> gratitute by announcing a new release 6.3, on Squeak/Pharo and VisualWorks.
>
> New features since 6.2:
>
>  * form button auto enabled after form become valid
>  * HTML5 Geolocation support added,
>  * asynchronous non-blocking tree-like control flow,
>  * security: XSS attack protection, delay after failed login,
>    whitelisted IPs
>  * Jtalk (Smalltalk over JavaScript) library added
>  * sites can be now enabled/disabled, besides start/stop
>
> Enhancements:
>
>  * ajaxified form validation enhanced
>  * form elements Ajax updatable too
>  * real-time (WebSocket and Comet) support refactored
>  * hierarchical form support enhanced
>  * stats update in real-time on a sites page
>
> More in Release notes: http://www.aidaweb.si/release-notes-6.3
>
> On Pharo it is really simple to load, just evaluate this script:
>
>  Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfAida';
>     load.
>
>  (Smalltalk at: #ConfigurationOfAida) load.
>
> Then simply open http://www.aidaweb.si:8888 .
>
> This release was influenced by a work on a ToDo example as part of
> comparison of our web frameworks, so you are again invited to read about
> and check this ToDo web app by yourself:
>
>        http://www.aidaweb.si/todo-description
>
> Best regards
> Janko
>
>
> --
> Janko Mivšek
> Aida/Web
> Smalltalk Web Application Server
> http://www.aidaweb.si
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20110820/6ae26c7c/attachment.htm


More information about the Squeak-dev mailing list