Posts Tagged ‘ cairngorm ’

Cairngorm revisited, with Flex 4.5

Did used Cairngorm after long time with Flex 4.5 SDK, it’s fun working with Cairngorm after more than 2 years.
Did a sample code base for RSS viewer.
Check the code:
https://github.com/nsdevaraj/RSSViewer

Frameworks Explained (Videos)

The Flex Frameworks Explained in “YouTube”
Parsley
http://bit.ly/ParsleyVideo
Mate
http://bit.ly/MateVideo10
http://bit.ly/MateVideo09
RobotLegs
http://bit.ly/RobotLegsVideo
Cairngorm with UM
http://bit.ly/CairngormUMVideo

The PDF Presentations and Links available from :
http://adamstudio.in/
http://groups.google.com/group/flexatbeach/web/resources-2009

Speaking at DevSummit

Looking forward to speak at Adobe DevSummit @Chennai 24/Nov & @Hyd 1/Dec on Topic “Integration of Spring with BlazeDS and CairngormUM (Deep Dive)”

The Presentation Document : link &
Presentation

Speaking at Adobe DevSummit

DevSummit

Flex with Java Collaborative using the Best Architectures of Both

This Post was my overdue subject, I wanted to help with a sample Application using Cairngorm, Spring BlazeDS Integration & Generic DAO.

This might be a heavy subject as it deals with many subjects:

The Source is available at the link: cairnspring

How to use the source effectively?
it is simple, steps below:

  1. Download, Source and Libs
  2. Unzip both and import “CairnSpring”, to your Eclipse
  3. Paste the lib files to “CairnSpring\WebContent\WEB-INF\lib” folder
  4. Import the “db.sql” into your MySQL Db, (change mysql port to 3036, else can be configured to default in “CairnSpring\WebContent\WEB-INF\config\jdbc.properties” file)
  5. In Eclipse, Window -> Preferences -> Web and XML -> XML Catalog -> Add User Specified Entries with below values
    Location : CairnSpring/WebContent/WEB-INF/config/spring-flex-1.0.xsd
    KeyType : Namespace Name
    Key : http://www.springframework.org/schema/flex/spring-flex-1.0.xsd
  6. Start the Tomcat Server with CairnSpring instance (the server host and port can be configured in file “CairnSpring\flex_src\Server.properties”)

Flex code Generator (Flex / PHP)

Download Flex code Generator on this link : FCG 
This helps generating basic source files required for cairngorm, puremvc of a Flex Project
Also, generates PHP source files for SQL database administrations