Hi!

El dom., 9 sept. 2018 a las 3:21, hiedra (<[email protected]>) escribió:

> Hi Carlos,
> thanks for your answer (I follow you from my beginnings with Flex and my
> applications are yours in 75% )
>
>
Thanks for your Kindly words! :)


> I do not have an engineering base, much less, and for many years I am a
> "passionate self-taught", you will have to be patient with me ...
>
> I also think that Apache Royale is my best option (HTML, JS, CSS sound very
> good, very standard), but I need to be sure because reprogramming the
> front-end of my applications is going to take a lot of time and I can only
> do it once.
>
> Part of our solutions are programmed in aspx and I am tempted to reprogram
> the front-end with vstudio, am I crazy?
>

I don't know too much about aspx, since I used it many many years ago, but
I read that you use Fluorine, and I think it was
an implementation of RemoteObject and AMF protocol right? If that is true,
you should try to connect with out RemoteObject
implementation and hopefully since people here report that it works along
with other solutions (BlazeDS, AMFPHP, ColdFusion,...)
I think you should get it working, and you should not need to change a
single line of code in your backend.
Think that ArrayCollection is translated in Royale to ArrayList and that's
all :)
If Fluorine those not work, we should see what's the problem. If is in our
AMF/RO implementation, we should try to fix it, or you can try to do it
yourself and send us a PR (Pull Request) so we can test the changes and if
works right merge it to Apache Royale.


>
> I am clear about the implications of doing the front-end in asp.net but I
> can not visualize them with Apache Royale. Especially I find it difficult
> to
> map the objects / resources, which I currently have in my environment Flex
> (Custom mx and spark controls, remote connection classes with the dll in
> .net, ...) with which I will have with Apache Royale, can you explain?
>

The good thing about Apache Royale is that it works mostly the same as
Apache Flex. As I said before, the main change is that Flex's
ArrayCollection in Royale is ArrayList...the rest is the same. And I
recommend you to check examples in our blog, and in out repo and test
little things to see how it works. Knowing Flex, it should cost you
relative little time.


>
> Right now I'm not going to waste your time with the 1000 doubts I have.
> When
> I get to install AR in FB 4.7 and see some examples I think I'll have
> things
> clearer ...
>

As Piotr, said in his response, we recommend not going with FB4.7 since is
an obsolete product not maintained anymore.
VSCode or Moonlight are the IDEs to go without doubt, since they are worked
specifically for Royale, are more light weight, and actual code with people
upgrading and maintaining. If you take FB path, you can find many, many
problems in your path.


>
> Thank you so much for your answer.
>

Thank you to trying Royale!  Happy Royaling! :)

>
> (Sorry for the translation ...)
>
>
>
>
> --
> Sent from: http://apache-royale-development.20373.n8.nabble.com/
>


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

Reply via email to