Hi,
I spent some time on your mails below but it is not clear enough for me.
I tried to build the source from https://github.com/apache/royale-asjs
but failed.
I have some questions.
In flex we were building the mxl codes and as codes with flex sdk to
produce swf files that are being loaded by browser. I also had some
setup before for the command line building automation with ant mxml task.
For the Royal;
* What is going on RoyaleJs ?
* Where and which sdk should i download or build my own ?
* Is it possbile to you use flashbuilder with RoyalJs ?
I have spent so much time J2ee and web applications, in pure php html
sites, pure js with rest backend and small time with js fw like angular.
I a familiar with other technologies.
As i know, we will not need flash player any more.
So what is the application structure of RoyaleJs at last ? A compressed
file like jar, or js files or something else ?
If i can start developing small applications, i may go on to migrate my
legacy flex application.
I know it is really new project and lots of work need to be done
especially documentation.
Thanx in advance.
Hi,
I have a new migration helper at:
http://home.apache.org/~pent/Flex2RoyaleApp/
You should start with the Royale Express package as these are components
that have the most common functionality built into them. Your feedback
would be GREATLY appreciated so we can make this better.
I just finished putting in additional information onto that helper guide.
It does need more details but hopefully will get you started.
Regards,
Peter Ent
Adobe Systems/Apache Royale Project
Hi Serkan,
I would add couple of things to the Carlos's message. First of all Peter's
application and their results - not sure if it is updated [1], apache
Royale website which is under construction [2]. I would suggest you to take
a look into the examples first and try to build them [3]. You have there
couple of options:
1) You can build applications using independent from IDE tools: Ant or Maven
2) You can choose one of the available IDE which supports for now FlexJS,
they will be soon both support Royale [4][5].
[1] http://home.apache.org/~pent/Flex2Royale/
[2] http://royale.apache.org/
[3] https://github.com/apache/royale-asjs/tree/develop/examples/royale
[4] https://nextgenactionscript.com/
[5] http://moonshine-ide.com/
Feel free to ask any kind of question, the beginnings with FlexJS/Royale
become hard, but later you will like it more.
Piotr
2017-10-25 11:19 GMT+02:00 Carlos Rovira <[email protected]>:
Hi Senkar,
in Royale list you can check for Peter Ent's effort to generate a some
Flex2Royale App that helps with component documentation between SDKs.
As well there's some effort by Olaf Krueger that should be migrate to
Royale as well in github:
https://github.com/ok-at-github/flexjs-docs/wiki
Best
Carlos
2017-10-25 11:14 GMT+02:00 Serkan TAS <[email protected]>:
> Thank you ver much Carlos,
>
> Is there a guide or some documentation for migration ?
>
> --
Carlos Rovira
http://about.me/carlosrovira
--
Piotr Zarzycki
mobile: +48 880 859 557
skype: zarzycki10
Thank you ver much Carlos,
Is there a guide or some documentation for migration ?
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf
Of Carlos Rovira
Sent: Wednesday, October 25, 2017 12:07 PM
To: [email protected]
Subject: Re: FlexJs-Royale-js
Hi Serkan,
Apache Royale is the new name of Apache FlexJS. So if use that route
please move to Apache
Royale project.
Apache Royale is 0.9 so I think is the best choice to migrate, since
depending on how you
made your application you can reuse part of your AS3 code and use the
rest as a guide to write
the new Royale code
I must say that nowadays there's people making production Apps with
Apache Royale so I think
it could be a good time to start making such migration.
Best
Carlos
2017-10-25 10:10 GMT+02:00 Serkan TAS <[email protected]>:
Hi all,
I have an application written with flex. I am planning to move on
flahplayer-free version. But i am a little bit confused.
What should i do ?
My options :
1. Move to new framework, all my codebase becomes junk.
2. Move to FlexJs-royalejs do not know the difference may be are same
3. Wait until the new frameworks becomes mature, continue to code
wşth as and mxml
Thankx in advance.