November 9, 2009
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

DevSummit
Leave a Comment » |
Flex | Tagged: Adobe, as3, BlazeDS, cairngorm, CairnSpring, Chennai, DevSummit, Flex, Hyderabad, Integration, spring, UM |
Permalink
Posted by nsdevaraj
June 18, 2009
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:
- Download, Source and Libs
- Unzip both and import “CairnSpring”, to your Eclipse
- Paste the lib files to “CairnSpring\WebContent\WEB-INF\lib” folder
- 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)
- 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
- Start the Tomcat Server with CairnSpring instance (the server host and port can be configured in file “CairnSpring\flex_src\Server.properties”)
2 Comments |
Flex | Tagged: acegi, AIR, as3, blaze, BlazeDS, cairngorm, data, Dataservices, db, Extensions, Flex, GenericDAO, hibernate, Localize, MySQL, security, spring, spring security, UM |
Permalink
Posted by nsdevaraj
August 7, 2008
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
1 Comment |
Flex | Tagged: as3, cairngorm, code, code generation, fcg, Flex, php, puremvc, sql |
Permalink
Posted by nsdevaraj