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 725346a Update emulation.md
725346a is described below
commit 725346aa165bfe72d3e97b5cf20f02f00fa96a93
Author: Andrew Wetmore <[email protected]>
AuthorDate: Thu Jan 9 07:26:33 2020 -0400
Update emulation.md
added a note about the two emulation component sets
---
migrate-an-existing-app/emulation.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/migrate-an-existing-app/emulation.md
b/migrate-an-existing-app/emulation.md
index f224648..a28ae58 100644
--- a/migrate-an-existing-app/emulation.md
+++ b/migrate-an-existing-app/emulation.md
@@ -19,6 +19,8 @@ Apache Royale offers a growing list of components that let
you build your applic
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.
+There are two sets of emulation components: _MXRoyale_ contains emulations of
UIComponent and other MX components. _SparkRoyale_ will contain emulation of
Spark components.
+
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: