tags:

views:

97

answers:

3

Many Flex books seem to focus on people new to programming. E.g. I bought the book Learning Flex 3 from Adobe Developer Library, which IMO contained to much noise, like explaining basic programming concepts etc.

Is there a good book that don't take the 'new to programming' approach? I have been a developer for 10 years, and used languages like JavaScript, Java, Groovy, Ruby, C, PHP, Objective-C etc.
What I need most is to be familiar with the components and API.

Also, it would be nice if the book doesn't focus on using Flex Builder / Flash Builder. (I use IntelliJ IDEA)

+3  A: 

I found this book to be really good, and like you, I'm no beginner, and wanted something for developers, and not for people totally new to it.

This book was just that.

Cheers

Marcos Placona
I agree - if you're a competent programmer you'll pick up Flex in no-time and what you really need is just a bunch of examples, which this book provides.
brindy
looks very promising
rlovtang
I bought Flex 3 Cookbook, but then there was another project to work on for a few months, so I didn't get to read it. Now I'm picking up the Flex project again, so I bought the follow-up; Flex 4 Cookbook. It's exactly what I looked for, thanks!
rlovtang
A: 

I thought that the Flexible Rails book was by far the most practical and detailed book out there. Even if you don't know Ruby (you do though), this book is awesome. You build a useful app for Flex and AIR, use Cairngorm (Adobe's supported Flex Application Framework, but people seem to enjoy using others like Mate and Swiz), connect to a backend with XML, JSON, and AMF, and build useful CMS-like interfaces, all using design patterns.

Then the Actionscript 3 Cookbook is my next favorite.

But if there's one book you should get, get Flexible Rails. I've browsed/read through most of the Flex Books at one point or another, and they're all either too fundamental, or just serve as references for cool tricks.

They came out with a new book Hello Flex 4, but I haven't checked it out. And the culmination of Flexible Rails is Pomodo on Rails and RestfulX, both of which are open source on Github, and actively developed. It doesn't get better than that in my opinion.

Best, Lance

viatropos
A: 

Programming Flex 3

Explains very well all you need to know about the Flex SDK.

PeZ