[ANN] Aida 6.4 Christmas Edition released

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] Aida 6.4 Christmas Edition released

Janko Mivšek
Dear Smalltalkers,

Well, Christmas is over but to keep with a tradition here is a new Aida
6.4 on Squeak/Pharo and VisualWorks, as a present for Smalltalk
community in New Year :)

This one is mostly a maintenance release with two new features:

 * image backup before hourly snapshot
 * event handling: WebElement #on: anEventSymbol do: aBlock

Enhancements:

  * Widget simplifications and enhancements
  * form support now works in all possible combinations
  * Widget examples added to demos

More in Release notes: http://www.aidaweb.si/release-notes-6.4

The easiest way to Aida is One-Click Pharo image accessible from:

        http://www.aidaweb.si/download

If you want to load by yourself: 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://localhost:8888 .

Best regards
Janko


--
Janko Mivšek
Aida/Web
Smalltalk Web Application Server
http://www.aidaweb.si

aida-logo.png (8K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Aida 6.4 Christmas Edition released

Bernat Romagosa
Thanks Janko!

We're giving it a try right now :)

2012/1/2 Janko Mivšek <[hidden email]>
Dear Smalltalkers,

Well, Christmas is over but to keep with a tradition here is a new Aida
6.4 on Squeak/Pharo and VisualWorks, as a present for Smalltalk
community in New Year :)

This one is mostly a maintenance release with two new features:

 * image backup before hourly snapshot
 * event handling: WebElement #on: anEventSymbol do: aBlock

Enhancements:

 * Widget simplifications and enhancements
 * form support now works in all possible combinations
 * Widget examples added to demos

More in Release notes: http://www.aidaweb.si/release-notes-6.4

The easiest way to Aida is One-Click Pharo image accessible from:

       http://www.aidaweb.si/download

If you want to load by yourself: 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://localhost:8888 .

Best regards
Janko


--
Janko Mivšek
Aida/Web
Smalltalk Web Application Server
http://www.aidaweb.si



--
Bernat Romagosa.