You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2019/07/15 10:19:29 UTC

[royale-docs] branch master updated: Update crux.md

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

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 42a6d0a  Update crux.md
42a6d0a is described below

commit 42a6d0aba33ab98c4fdc785766de1b9c106bd240
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Mon Jul 15 07:19:25 2019 -0300

    Update crux.md
    
    Added teaser of Crux features.
---
 frameworks/crux.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/frameworks/crux.md b/frameworks/crux.md
index 90c5682..2bc255e 100644
--- a/frameworks/crux.md
+++ b/frameworks/crux.md
@@ -22,4 +22,13 @@ title: Crux
 
 An Apache Royale framework based on Swiz
 
+Apache Royale Crux will provide:
+
+ - <a href="https://www.codeproject.com/articles/592372/dependency-injection-di-vs-inversion-of-control-io" target="_blank">Inversion of Control (IoC) and Dependency Injection (DI)</a> with metadata
+ - <a href="https://en.wikipedia.org/wiki/Event_(computing)" target="_blank">Event handling</a> with metadata
+ - Simple life cycle for asynchronous remote method invocations
+ - Decoupling from application code
+ 
+for your Apache Royale project.
+
 Documentation will appear here as soon as it is available.