help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: [vwnc] [ANN] Aida/Web 6.0 with tree-like control fl


From: David Long
Subject: [Help-smalltalk] Re: [vwnc] [ANN] Aida/Web 6.0 with tree-like control flow released
Date: Thu, 27 Aug 2009 08:06:39 -0400

Congratulations on the nice release, your website looks great.
I'll download it and have a closer look.

regards,
David
-----Original Message-----
From: Janko Mivšek <address@hidden>
To: AIDA/Web general discussion list <address@hidden>, Squeak
<address@hidden>, Pharo Development
<address@hidden>, 'VWNC' <address@hidden>,
Aida/Web general discussion list <address@hidden>, GemStone GLASS
<address@hidden>, GNU Smalltalk <address@hidden>
Subject: [vwnc] [ANN] Aida/Web 6.0 with tree-like control flow released
Date: Wed, 26 Aug 2009 22:09:44 +0200

Dear Smalltalkers,

After a long journey the Aida 6.0 web framework and application server
is released today on Squeak, Pharo and VisualWorks.

To download it visit our website http://www.aidaweb.si and its download
section. Come also on ESUG Aida tutorial next Thursday to get a feel of
all new features.

Major new features since previous 5.6:

   1.Tree-like control flow (see WebDemoApp control flow examples) as
     the final step to close gap to the support of all kinds of web
     applications from those with an usual graph-like navigation to
     those with a tree-like control flow as found in GUI-like web apps.

   2.Introduction of web execution contexts . These contexts give a
     scope to the "execution" of web request and are the precondition
     for controlling this flow of execution.

   3.Translation support for text on the web apps, to allow the
     multilingual text on the pages, besides multilingual content,

   4.Caching (memcached like) to improve performance of serving the
     content, which otherwise doesn't change frequently.

About tree-like control flow in action with a help of the attached
image: in Aida action method you want to confirm a delete by asking the
user with a popup dialog window. Execution is there interrupted until
the YES or NO button is pressed on dialog. At that time the execution of
action method continue and delete is done if YES button was pressed.

Best regards
Janko Mivšek

_______________________________________________
vwnc mailing list
address@hidden
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]