What is cairnghorm in flex? How do we use it?have you worked with cairnghorn in flex?
Answer Posted / Suresh.d
Cairnghorm is an open-source, non-visual data-binding framework for Adobe Flex. It allows developers to easily bind data between models and views, reducing the amount of boilerplate code required when working with complex data structures. To use Cairnghorm, you must include it in your project's classpath, create a model and view classes, and then define data bindings between them using annotations or property conventions. I have worked with Cairnghorm during my time as a Flex developer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers