Hi Alex,

Thank you! I would vote for getting API as close as it was in an old Flex.

Piotr

2017-08-23 7:41 GMT+02:00 Alex Harui <aha...@adobe.com.invalid>:

> So, I played around with AMF today, adding SWF code for RemoteObject.  For
> me, the RemoteObjectAMFTest in examples/flexjs is working against the
> SampleAmfWebApp in examples/amf for both SWF and JS.  I don't think I had
> to touch the JS code in amf.js.  That's better than I was expecting.  Am I
> not doing something right or is there some other problem that needs
> solving?
>
> Some observations along the way:
>
> I was able to talk to the server in SWF code just by using
> NetConnection.call and passing in CommandMessages and RemotingMessages,
> but the amf.js code seems to be sending an ActionMessage wrapped around
> the CommandMessage and RemotingMessage.  Is that wrapping what
> NetConnection does?
>
> I'm tempted to try to refactor amf.js into several AS classes.  Is that
> worth doing or are there bigger fish to fry?
>
> The amf.js code includes a Promise implementation.  If we refactor to AS,
> should we try to use promises or make the API more compatible with regular
> Flex?  I'm leaning towards compatibility with regular Flex.
>
> Thoughts?
> -Alex
>
> On 8/21/17, 11:02 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>
> >There’s probably an advantage to converting it to FlexJS. You could
> >probably leverage BinaryData for some of the functionality.
> >
> >You can also create typedefs if you want.
> >
> >> On Aug 21, 2017, at 8:53 PM, PKumar <prashaku...@gmail.com> wrote:
> >>
> >> Alex,
> >>
> >> As per my analysis & testing, AMFJS supports following features:
> >>
> >> - All dataType serialization & deserialization support including
> >>Object ,
> >> Vector
> >> -  Connection with BlazeDS
> >> - Conection with AMFPHP
> >> -  Class Mapping Support using Alias Name & Class
> >> -   Inbuilt support for sending AMF request  & response
> >>
> >> I also checked James ward implementation but that does  not support
> >>vector
> >> and blazeds connectivity.
> >>
> >> I prepared  a demo for class mapping and blazeDs connection. If  you
> >>want to
> >> check, please let me know. I will share on github.
> >>
> >> one query i want  to ask , can we convert this amfJS library to  FlexJS
> >> Typedef  just like createJS library?
> >>
> >>
> >> Regards,
> >> Prashant
> >>
> >>
> >>
> >> -----
> >> Regards,
> >> Prashant
> >> --
> >> View this message in context:
> >>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fapache-fl
> >>ex-users.2333346.n4.nabble.com%2FRemote-object-for-Flex-
> JS-tp15510p15782.
> >>html&data=02%7C01%7C%7C1af098eb84194e4a169c08d4e8be
> bf0f%7Cfa7b1b5a7b34438
> >>794aed2c178decee1%7C0%7C0%7C636389353321386860&sdata=
> 9Vgilc%2FEEN6eQEGjDw
> >>mmQV8N952XqBSbgweg1VQ41g4%3D&reserved=0
> >> Sent from the Apache Flex Users mailing list archive at Nabble.com.
> >
>
>

Reply via email to