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 b115c20  Update emulation.md
b115c20 is described below

commit b115c204b3ba8b1beb97219243e1ac90001a97f4
Author: Andrew Wetmore <[email protected]>
AuthorDate: Thu Jan 9 07:07:03 2020 -0400

    Update emulation.md
    
    Added text and links to cwiki pages
---
 migrate-an-existing-app/emulation.md | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/migrate-an-existing-app/emulation.md 
b/migrate-an-existing-app/emulation.md
index 4b35a0a..f224648 100644
--- a/migrate-an-existing-app/emulation.md
+++ b/migrate-an-existing-app/emulation.md
@@ -15,10 +15,17 @@ permalink: /migrate-an-existing-app/emulation
 
 Create in Royale the Flex components you need
 
-_information available soon_
+Apache Royale offers a growing list of components that let you build your 
application and deploy it almost anywhere. However, there are still many 
features that were available in Adobe and Apache Flex and are "coming soon" in 
Royale. Most of these components relied on Flex APIs and either Adobe Flash or 
Adobe AIR, which a Royale application compiled into JavaScript and running on a 
browser cannot do.
+
+Royale is creating a set of **emulation** components to replace the Flex 
components that depended on Flash features. These components do not promise 
100% backward compatibility and may not use the same class hierarchy as Flex. 
But they do approximate what the equivalent components in Flex did.
+
+The Royale team typically discovers the need to emulate a component when a 
project or company starts to migrate an existing Flex application. We have 
developed guides to help developers create emulations that they need for their 
own applications, and that they can share with the community.
+
+Further information is in these documents:
+
+- [Creating a high-level emulation 
component](https://github.com/apache/royale-asjs/wiki/Creating-A-High-Level-Emulation-Component){:target="_blank"}
+
+- [Emulation 
components](https://github.com/apache/royale-asjs/wiki/Emulation-Components){:target="_blank"}
 
-_need to link FROM various help pages and TO the cwiki pages:_
 
-https://github.com/apache/royale-asjs/wiki/Emulation-Components
 
-https://github.com/apache/royale-asjs/wiki/Creating-A-High-Level-Emulation-Component

Reply via email to