Aida/Web 6.1 released

Dear Smalltalkers,

I'm proud to announce the new version of Aida/Web Application server and web framework, currently prepared for Squeak/Pharo and VisualWorks.

What's new in 6.1?

  • Inline translation to multiple languages,to translate your web applications to other languages inline, by just clicking the text on the page. Translation is immediately stored in  class methods on your web app classes.
  • See three screenshots in an example below. First we click the Security title. Second we translate it inline to French and click Ok. Text is from now on in French for a French speaking visitors and English for all others. 

       Aida/Web inline translation example

Other most important new features:

  • Standalone web apps, no link to the domain model needed,
  • Ajaxified input validation,
  • Action blocks (aka callbacks)

And more:

  • Routing of web requests,
  • Static serving moved to a special StaticServer class
  • IE8 support in IE7 emulation mode to avoid manual checking of IE8 Compatibility view
  • AdvancedSearch widget introduced, for easier implementation of advanced search in web apps
  • Email messenger introduced for easier sending emails with notifications and similar from your web apps
  • RegistrationApp, a standalone web app to guide the user registration process
  • Pluggable authentication, with default authenticator from local security settings included, LDAP authenticator as add-on.

See complete Release notes for detailed list of all new features and bugs resolved, with most important ones emphasized.

For Squeak/Pharo there is now a Metacello configuration available. To install for instance Pharo just evaluate this script:

Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfAida';
load.

((Smalltalk at: #ConfigurationOfAida) project version: '6.1') load.

SwazooAida demoStart.

More on Download page on our website www.aidaweb.si

Best regards

Janko Mivšek