You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/09/11 08:09:58 UTC

[royale-asjs] branch develop updated: Update readme.md

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 93ebd96  Update readme.md
93ebd96 is described below

commit 93ebd96471fc1655bfb3917a36907e6c5e11af46
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Sep 11 10:09:50 2020 +0200

    Update readme.md
---
 examples/crux/todomvc-jewel-crux/readme.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/examples/crux/todomvc-jewel-crux/readme.md b/examples/crux/todomvc-jewel-crux/readme.md
index f11545e..55c0b73 100644
--- a/examples/crux/todomvc-jewel-crux/readme.md
+++ b/examples/crux/todomvc-jewel-crux/readme.md
@@ -19,6 +19,24 @@
 
 # Apache Royale TodoMVC Example (Crux version)
 
+This example shows you how to structure and organize an Apache Royale Application based on the MVC paradigm taking [TodoMVC.com](http://todomvc.com/) as the model. 
+
+The example showcase the following features:
+
+- Jewel Component Set
+- MVC
+- Crux (microframework)
+- Beans & BeanProvider
+- IoC (Inversion of control)
+- DI (Dependency Injection)
+- Event Handling
+- Theme customization
+- Strand & Beads
+- Item Renderers
+- Data Binding
+- Routing
+- LocalStorage with AMF encoding  (automatic encoding/decoding)
+
 > Apache Royale™ is a productive, open-source frontend application technology that lets you code in MXML & AS3 and output to different formats, included Javascript and SWF.
 
 > _[Apache Royale™ Website](https://royale.apache.org)_