Good Flex Book for Long Time Developers

Many Flex books seem to focus on people new to programming. For instance. I bought a Learning Flex 3 book from the Adobe Developer Library, in which IMO contained a lot of noise, for example, explaining basic programming concepts, etc.

Is there a good book that does not use the “new for programming” approach? I have been a developer for 10 years and have used languages ​​such as JavaScript, Java, Groovy, Ruby, C, PHP, Objective-C, etc.
Most of all I need to know the components and APIs.

It would also be nice if the book did not focus on using Flex Builder / Flash Builder. (I am using IntelliJ IDEA)

+3
source share
3 answers

I found this book to be really good, and like you, I am not starting and I wanted something for the developers, not for people completely new to it.

This book was just that.

Greetings

+5
source

I thought Flexible Rails was the most practical and detailed book ever. Even if you don't know Ruby (although you do), this book is awesome. You create a useful application for Flex and AIR, use Cairngorm (supported by the Adobe Flex Application Framework, but people seem to use ones like Mate and Swiz), connect to the backend using XML, JSON and AMF and create useful CMS-like interfaces. all using design patterns.

Actionscript 3 Cookbook .

, , Flexible Rails. / Flex Books - , , .

Hello Flex 4, . Rails Pomodo on Rails RestfulX, Github . , .

,

0

Flex 3

, Flex SDK.

0

Source: https://habr.com/ru/post/1735829/


All Articles