Re: [RT] My Flex journey.

2012-04-10 Thread Kiel
Greetings, On 4/4/2012 7:00 PM, Martin Heidegger wrote: Depends on the item/idea. General Questions might go best on stackoverflow. Questions related to flex go on this mailing list. Put code ideas unrelated to Flex on github and your twitter accont ;) Put code ideas related to Flex on

Re: [RT] My Flex journey.

2012-04-04 Thread Martin Heidegger
On 04/04/2012 19:25, Kiel wrote: Greetings, Still writing some Flex code. awesome :) Question: In case I have some Items( Not Framework / Code ) or Ideas. That I would like to add to the community. Depends on the item/idea. General Questions might go best on stackoverflow. Questi

Re: [RT] My Flex journey.

2012-04-04 Thread Kiel
Greetings, Still writing some Flex code. Question: In case I have some Items( Not Framework / Code ) or Ideas. That I would like to add to the community. Where do I place this? Wiki or Apache Flex website? Regards, Kiel

Re: [RT] My Flex journey.

2012-04-02 Thread Justin Mclean
Hi, > What's the next step? Where to go from here? Write some Flex code! There a huge amount of resources out there. Here's a couepl to get you started: - Adobe's Flex development centre [1] is a good place to start. - Tour de Flex [2] is also a great resource that includes a large amount of sa

Re: [RT] My Flex journey.

2012-04-02 Thread Kiel
Greetings, Thanks for JP in pointing out that I can chose from these 3 tools mainly: [1]http://www.adobe.com/products/flash-builder.html [2]http://fdt.powerflasher.com/ [3]http://www.jetbrains.com/idea/ And Alain for the Eclipse +

Re: Getting started with Flex wiki page for Flex Newbies (was: [RT] My Flex journey)

2012-03-30 Thread JP Bader
I would like to see a page setup that shows, step by step, (and I'd be happy to create it) that shows how to create Flex Unit tests for parts of the framework so we can start having test coverage, i.e. "This is the Apache Flex standard procedure for setting up Hamcrest FlexUnit tests, blah blah bla

Re: Getting started with Flex wiki page for Flex Newbies (was: [RT] My Flex journey)

2012-03-30 Thread Omar Gonzalez
On Fri, Mar 30, 2012 at 4:03 AM, Bertrand Delacretaz wrote: > On Fri, Mar 30, 2012 at 12:56 PM, Sebastian Mohr > wrote: > > Looks like there should be a wiki page for these questions ;) Is somebody > > going set this up? Either we should use the existing "Getting started" > wiki > > page [1] or

Re: [RT] My Flex journey.

2012-03-30 Thread Nicholas Kwiatkowski
I'm the kind of guy who like to read, while learning... I'd suggest the Adobe Flex -- Training from the Source book. It is slightly dated now, but it will get you going quickly. Both of listed authors are contributers to Apache Flex. http://www.amazon.com/Adobe-Flex-4-5-Fundamentals-Training/dp/

Re: [RT] My Flex journey.

2012-03-30 Thread Alain Ekambi
And if we want to use Java as your input language. simpy use Eclipse with the GWT plugin for free :) . (That s another reason why we went the GWT route by the way). No matter which route you take. You will love Flex. Best thing out there when it comes to RIA. 2012/3/30 JP Bader > Kiel, > > Th

Re: [RT] My Flex journey.

2012-03-30 Thread JP Bader
Kiel, There are 3 mainstream, commercially available tools, all offering some semblance of free (for 30 days): Flashbuilder (based on Eclipse) [1], Powerflasher FDT (based on Eclipse) [2], IntelliJ IDEA 11 (not based on Eclipse) [3]. In addition, folks (on OSX) have been known to use TextWrangl

Re: Getting started with Flex wiki page for Flex Newbies (was: [RT] My Flex journey)

2012-03-30 Thread Bertrand Delacretaz
On Fri, Mar 30, 2012 at 12:56 PM, Sebastian Mohr wrote: > Looks like there should be a wiki page for these questions ;) Is somebody > going set this up? Either we should use the existing "Getting started" wiki > page [1] or we should open up a new page for this. Thoughts? A new FAQ page under htt

Getting started with Flex wiki page for Flex Newbies (was: [RT] My Flex journey)

2012-03-30 Thread Sebastian Mohr
Looks like there should be a wiki page for these questions ;) Is somebody going set this up? Either we should use the existing "Getting started" wiki page [1] or we should open up a new page for this. Thoughts? - Sebastian [1] https://cwiki.apache.org/confluence/display/FLEX/Getting+Started On

Re: [RT] My Flex journey.

2012-03-30 Thread Kiel
Hi Martin & Alain, Information is Awesomeness XD. Now I need to look for the tools... `Tools` to be used are of User preference. Use tools where one is most comfortable with. [Current Status] + Java knowledge + ActionScript 3 knowledge - Tools ( Undecided ) Question: 1. What

Re: [RT] My Flex journey.

2012-03-30 Thread Alain Ekambi
Hmm Yeah then we must have a different interpretation of what a Flex Application is . To me a Flex applicaton is an application running inside the Flash player (in the future maybe as native JS ) and leveraging the Flex API regardless of the input language or framework used to create it. I d

Re: [RT] My Flex journey.

2012-03-30 Thread Martin Heidegger
I understand what you wrote: The question is "what is a flex application?". If you write an application entirely using gwt4x - an application that can not be compiled/worked on without using gwt4x - then I would hardly call it a Flex application but rather a gwt4x application. Maybe that's just

Re: [RT] My Flex journey.

2012-03-30 Thread Alain Ekambi
I think i understood the question Martin. My point is that ActionScript must NOT be the input language to write Flex applications. One can also do it in Java like in the link i provided. Cheers, Alain On Mar 30, 2012 10:02 AM, "Martin Heidegger" wrote: > Hello Alain, > > on-top-of-Flex

Re: [RT] My Flex journey.

2012-03-30 Thread Martin Heidegger
On 30/03/2012 17:18, Kiel wrote: Hi Martin & Alain, 2. Should I be concerned of the technologies that are `on-top-of-Flex` if I focused on developing `for Flex`. I'd say, no. There is just so much one can learn. It might open Pandora's box if you try knowing all about those tools as wel

Re: [RT] My Flex journey.

2012-03-30 Thread Martin Heidegger
On 30/03/2012 17:18, Kiel wrote: Hi Martin & Alain, Good Answer. Then I need to decide. Ok, I decided to go `for Flex`. With this I have established a realization. ActionScript 3 is Fundamental in developing applications `with Flex` and/or in developing `for Flex`. Flex4j (Flex for Ja

Re: [RT] My Flex journey.

2012-03-30 Thread Kiel
Hi Martin & Alain, Good Answer. Then I need to decide. Ok, I decided to go `for Flex`. With this I have established a realization. ActionScript 3 is Fundamental in developing applications `with Flex` and/or in developing `for Flex`. Flex4j (Flex for Java) can be also be used in develop

Re: [RT] My Flex journey.

2012-03-30 Thread Martin Heidegger
Hello Alain, on-top-of-Flex are a lot of technologies: The question was related to develop Flex applications - not gwt4x applications yours Martin.

Re: [RT] My Flex journey.

2012-03-30 Thread Alain Ekambi
"Yes: ActionScript 3 is fundamental." Hi Martin, While i recommend Flex devs to learn ActionScript. ActionScript is not mandatory to buil Flex applications. Based on a customer request a couple of years ago we create Flex4j (Flex for Java it is) That allows Java developers to write Flex applic

Re: [RT] My Flex journey.

2012-03-30 Thread Martin Heidegger
On 30/03/2012 15:57, Kiel wrote: Hi Martin, This would be my First turning point. Seems to be a difficult question... But I need to ask what could be the differences between the two? Flex is a SDK: Right now it allows to develop applications for the Flash Platform using first and foremost A

Re: [RT] My Flex journey.

2012-03-29 Thread Kiel
Hi Martin, This would be my First turning point. Seems to be a difficult question... But I need to ask what could be the differences between the two? Regardless of my decision am I correct in saying that, `ActionScript` is a fundamental requirement for me to progress. - Kiel On 3/30/2012

Re: [RT] My Flex journey.

2012-03-29 Thread Martin Heidegger
Hello Kiel, what sort of thing do you want to develop? Do you want to develop applications with Flex? Do you want to develop (for) the Flex framework? :) Starting from Zero I would suggest the ActionScript development center [1] specifically [2] to learn the programming language. And the Fl

[RT] My Flex journey.

2012-03-29 Thread Kiel
Greetings all, I'm new to the Apache Flex community and I'm very much interested in Flex as it goes. Hope everyone would be patient enough with me :D. Since everything is new I would like to gather/learn as much information as I can. Though I have read articles regarding Flex, I wanted to sta