This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 78464f0 Updated Apache Royale communication with AMF and RemoteObject
(markdown)
78464f0 is described below
commit 78464f0a4af9d2d2afcc3a02c4a102b6eb7735d3
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Oct 16 11:47:01 2018 +0200
Updated Apache Royale communication with AMF and RemoteObject (markdown)
---
Apache-Royale-communication-with-AMF-and-RemoteObject.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Apache-Royale-communication-with-AMF-and-RemoteObject.md
b/Apache-Royale-communication-with-AMF-and-RemoteObject.md
index 703b2b6..5ee3039 100644
--- a/Apache-Royale-communication-with-AMF-and-RemoteObject.md
+++ b/Apache-Royale-communication-with-AMF-and-RemoteObject.md
@@ -1,3 +1,5 @@
+> **Update Oct, 15th, 2018**: We have **mx:RemoteObject** working in develop
branch you can check the example here:
https://github.com/apache/royale-asjs/tree/develop/examples/mxroyale/RemoteObjectAMFTest,
The example can be tested as well with
https://github.com/apache/royale-asjs/tree/develop/examples/amf/SampleAmfWebApp,
just remember that we still doesn't support Small Messages in BlazeDS (and
this should not make a big difference), so remember to disable it like we
explain in this d [...]
+
AMF is a great way to send data between an Apache Royale client and a backend
server. The server could be written in Java, PHP, .NET, Ruby, Python and many
other backend technologies.
Read more about AMF here :https://en.wikipedia.org/wiki/Action_Message_Format