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/10 19:48:58 UTC

[royale-docs] branch master updated: Delete frameworks.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 cb0ab66  Delete frameworks.md
cb0ab66 is described below

commit cb0ab666ad91b2d0311a56e0c053333bda110d8f
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Wed Jul 10 16:48:54 2019 -0300

    Delete frameworks.md
    
    duplicates an existing page
---
 frameworks/frameworks.md | 45 ---------------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/frameworks/frameworks.md b/frameworks/frameworks.md
deleted file mode 100644
index ed1e24a..0000000
--- a/frameworks/frameworks.md
+++ /dev/null
@@ -1,45 +0,0 @@
----
-# 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](crux.html), 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.
-