Re: Migrating Enterprise Flex Application

2018-07-11 Thread chembali
Sorry. I missed Alex's response. This is exactly what I was looking for. Let me work on it. Great. Thank you. -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: Migrating Enterprise Flex Application

2018-07-11 Thread Alex Harui
Well, see if you can get one more week. I'm on vacation this week. Meanwhile, pick out an application screen that is as simple as possible but will have enough to convince you and your management. Try to build a small test case with Flex were as little of your code as possible brings up that

Re: Migrating Enterprise Flex Application

2018-07-11 Thread Carlos Rovira
But, why is not working for you? Maybe you should give more info in the other hand. Start with 1 AS file, then keep adding and check the progress of your compilation. Maybe you have some dependences on flash/flex that you don't know are there, or something else... For example in my AS3 POJOS I

Re: Migrating Enterprise Flex Application

2018-07-11 Thread yishayw
Did you see Alex's response? Alex wrote > COMPC only produces a SWC. If you ended up with a SWC, unzip the SWC and > see if there are .js files in there. If not, you may need to set > compiler.targets. Post a link to the console output so we can see what it > is doing. Also make sure you got

Re: Migrating Enterprise Flex Application

2018-07-11 Thread chembali
I agree with you on the important points that you brought up. I have around 1767 action scripts ( mainly controller code, POJOS and business logic ) and 647 mxml ( mainly UI stuff ) in my application. I was hoping to get most of my action scripts converted to javascript. This is my initial task. I

Re: Migrating Enterprise Flex Application

2018-07-11 Thread Carlos Rovira
Hi, the main concept is that all your code that will not be using flash or flex apis, or libraries using this apis, should translate directly. For example, all your business logic, along VOs, DTOs, Pojos, etc... should be the same. If you use some structural framework like PureMVC, that should

Re: Migrating Enterprise Flex Application

2018-07-11 Thread chembali
Thank you Carlos for your input. It is not a bad idea. But I am trying to convince myself first. After going through the Royale docs, I had communicated to the management that a lot of our code ( probably 60% ) would get migrated to JS without much effort ( just by using the Royale compiler ).

Re: [MAVEN-BUILD] Royale-asjs - Build # 879 - Still Failing

2018-07-11 Thread Carlos Rovira
Hi, just created this ticket at infra: INFRA-16749 - not enough space on the disk for Apache Royale 2018-07-11 12:17 GMT+02:00 Apache Jenkins Server : > The Apache Jenkins build system has built Royale-asjs (build #879) > > Status: Still

Fwd: [MAVEN-BUILD] Royale-asjs - Build # 879 - Still Failing

2018-07-11 Thread Carlos Rovira
Hi We're running out of space. Hope someone take care of this issue at infra. >From the logs: [ERROR] [ERROR] : There is not enough space on the disk[ERROR] -> [Help 1][ERROR] Thanks in advance for your help Carlos -- Forwarded message -- From: Apache Jenkins Server

Build failed in Jenkins: royale-asjs #1043

2018-07-11 Thread apacheroyaleci
See Changes: [carlosrovira] remove style left from tests -- [...truncated 203.67 KB...] download-other-license: [echo] basedir is C:\Program

Re: Migrating Enterprise Flex Application

2018-07-11 Thread Carlos Rovira
Hi, I have some experience in convincing management people that are not technical involved, so I think I'd share my thoughts on this to see if this help you. Since 2 weeks is no time, but is clear that going the React/Angular route will be equal or greater time, you must take a strategy, more

Re: Migrating Enterprise Flex Application

2018-07-11 Thread chembali
Thank you for the quick response. The management's confidence level is low at the moment. They are considering ReactJS to move the UI to. I am the product owner and I strongly believe it is going to take a lot longer to move to React. They might get convinced if I can show one simple application

Re: Migrating Enterprise Flex Application

2018-07-11 Thread Alex Harui
Two weeks is pretty short given where we are now, depending on what they are looking for to convince them to fund migrating to Royale. What is the total time they expect to have a working app without Flex? If you port your Flex app to some other JS framework, that could take several

Re: Migrating Enterprise Flex Application

2018-07-11 Thread Alex Harui
Hi, COMPC only produces a SWC. If you ended up with a SWC, unzip the SWC and see if there are .js files in there. If not, you may need to set compiler.targets. Post a link to the console output so we can see what it is doing. Also make sure you got the nightly build from the MXRoyale