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 6244eff  Create frameworks.md
6244eff is described below

commit 6244eff974400057a92b220978686585ade79344
Author: Andrew Wetmore <[email protected]>
AuthorDate: Wed Jul 10 16:11:41 2019 -0300

    Create frameworks.md
    
    Creating a top-level page for frameworks related to Royale. From this page 
links will lead to documentation about specific frameworks, such as Crux.
---
 frameworks/frameworks.md | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/frameworks/frameworks.md b/frameworks/frameworks.md
new file mode 100644
index 0000000..639fcc4
--- /dev/null
+++ b/frameworks/frameworks.md
@@ -0,0 +1,45 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Frameworks
+---
+
+# Frameworks
+
+Structures to simplify development and delivery
+
+Frameworks are software libraries that structure and simplify repeated 
software development tasks and processes to make it easier to develop, 
maintain, and deliver effective applications that perform reliably and 
efficiently. Developers using Adobe and Apache Flex benefitted from a number of 
frameworks, including:
+
+- Tide, part of the Granite Data Services platform.
+- Swiz
+- Parsley
+- Cairngorm
+- PureMVC
+- DropAS3
+- Fabrication
+- Mate
+- RobotLegs
+
+The first Royale framework in development is *Crux*, based on Swiz for Flex. 
It proposes to provide:
+
+- Inversion of Control (IOC) / Dependency Injection (DI) with metadata
+- Event handling (metadata)
+- Simple life cycle for asynchronous remote method invocations
+- Decoupling from application code
+
+Documentation for Crux will be available soon.
+

Reply via email to