Aranea-MVC 1.1.2
First of all, starting from this new release I, Martti Tamm, will be taking over the development process at Aranea. Taimo still provides some support for specific cases during this spring, but mostly he is in exile . Shortly about me, I’ve been using Aranea for about two years now, and I [...]
16 April 2008
Aranea-MVC 1.1.1
For the wonderers—yes 1.1 final had rather a silent release in February and now is the time for nicely symmetrical minor version update that fixes a little bug and updates documentation that concerns Aranea javascript.
We’d also like to thank all people who have reported issues and keep our forums lively. We couldn’t have done it [...]
19 March 2008
Letting end-user confirm destructive actions
Aranea 1.1 standard component chain enriches Environment with a context called ConfirmationContext. This can be used for executing some code conditionally, depending on user actions. Context interface is simple and consists of following methods:
PLAIN TEXT
JAVA:
public interface ConfirmationContext {
void confirm(Closure onConfirmClosure, String message);
String getConfirmationMessage();
}
When confirmation is registered (with confirm() method), rendering mechanism will [...]
21 February 2008
Aranea-MVC 1.1-RC1
And ... the 1.1-RC1 is here sooner than expected Mainly this is due to pushing back-button support into the 1.2 release cycle. It will still be done very soon (within this February). This release contains fixes for bugs which were reported since last milestone and documentation updates.
Enjoy!
07 February 2008