Hi,
this maybe will be better asked in Royale list, or if possible in
stackoverflow that we're trying to enhance (please check for
"apache-royale" tag in SOF site and join us there

We at Codeoscopic just migrated our first Spring-BlazeDS-Flex to Apache
Royale. This is a complex one using Royale Jewel UI set and MX RemoteObject
emulation.
I can try to help you but I must know.

We have as well flexmojos for flex and folders for "java", "flex" and now
"royale"
We put royale at the same level and exposed it vía Spring MVC to be
available. Since Royale is designed with Maven from scratch it does not
need flexmojos, that introduce a point of pain with flex since flex was not
designed from scratch as Royale.

So our experience is using Jewel UI set. This UI Set does not use
ArrayCollection, instead we use ArrayList (and ArrayListView as
ListCollectionView)

So please use:

registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList);

so when you get AC from server you map to AL instead.

The target is to not change anything in java or its config. all your
Blazeds config should be valid, even small-messages that are working in
latest builds (remember to use latest 0.9.6 nightly build to get all of
this, not latest release 0.9.4 that does not have all this)

Now try to first start sending a simple string and getting it in Royale.
That should mostly straight forward.
Then try more complex communications with objects and let us know.

But please do following communications in Royale mailing list and if you
have concrete questions please do it in stack overflow so we can grow in
SOF that will be of help to many people out there

HTH


-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to