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 a42df07 Updated Apache Royale communication with AMF and RemoteObject
(markdown)
a42df07 is described below
commit a42df0720cf09a429ffeb08d4de788fabae993bc
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Aug 3 22:09:19 2018 +0200
Updated Apache Royale communication with AMF and RemoteObject (markdown)
---
Apache-Royale-communication-with-AMF-and-RemoteObject.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Apache-Royale-communication-with-AMF-and-RemoteObject.md
b/Apache-Royale-communication-with-AMF-and-RemoteObject.md
index 9f4ac64..703b2b6 100644
--- a/Apache-Royale-communication-with-AMF-and-RemoteObject.md
+++ b/Apache-Royale-communication-with-AMF-and-RemoteObject.md
@@ -4,9 +4,9 @@ Read more about AMF here
:https://en.wikipedia.org/wiki/Action_Message_Format
Apache Royale supports AMF protocol and you to demonstrate it we provide two
projects:
-* RemoteObjectAMFTest: Is the Apache Royale Client that uses RemoteObject to
communicate with the backend server to send and receive data via AMF.
+* RemoteObjectAMFTest: Is the Apache Royale Client that uses RemoteObject to
communicate with the backend server to send and receive data via AMF.[Direct
Link to this
project](https://github.com/apache/royale-asjs/tree/develop/examples/royale/RemoteObjectAMFTest)
-* SampleAmfWebApp: Is a Java WebApp that uses Apache Flex BlazeDS to expose
some data and objects through an AMF endpoint.
+* SampleAmfWebApp: Is a Java WebApp that uses Apache Flex BlazeDS to expose
some data and objects through an AMF endpoint. [Direct Link to this
project](https://github.com/apache/royale-asjs/tree/develop/examples/amf/SampleAmfWebApp)
To run this example localy you can follow this steps. Note: At this time some
parts of the example only can be build with maven, we'll be providing at same
time ANT build, but this is not priority. If you're interested in ANT build you
can submit a PR)