This post share the presentation “Enterprise Flex using Cairngorm” based on the different posts on flex shared here.
Posts: Flex Category
Presentation: Enterprise Flex using Cairngorm
Feel free to share feedback!!!
Posted by Jai on November 2, 2009
This post share the presentation “Enterprise Flex using Cairngorm” based on the different posts on flex shared here.
Posts: Flex Category
Presentation: Enterprise Flex using Cairngorm
Feel free to share feedback!!!
Posted in Cairngorm, Flex, Presentation | Tagged: Cairngorm, Cairngorm Extensions, Cairngorm UM Extension, Flex, SpringActionscript | Leave a Comment »
Posted by Jai on October 5, 2009
This post covers some of the approaches you can plan to handle the Big-Bang changes during the sprint. It may be that some of the ways may not fit exactly to your requirements but you can definitely relate and plan it the best way and to handle the impediments with the right approach in those scenarios to minimize the waste, lean way.
The term big-bang changes here refer the changes to be done in the critical modules of the application which may be infrastructural, network, integration, data storage layer, service modules or even may be the UI changes.

Sometimes it is hard to predict such changes but once it has to be made then the best way is to plan it the right way.
Posted in Agile, Scrum | Tagged: Agile, Scrum, Sprint, Teamwork | 2 Comments »
Posted by Jai on September 30, 2009
This post share the presentation “Fully Distributed Scrum – Need Right People & Best Practices” on distributed scrum based on the post published on this site. It explains some of the points that you need to keep in mind while doing distributed scrum like the best practices you can adopt.
post: Sprint in Action : Typical vs Distributed team
presentation: Fully Distributed Scrum – Need Right People & Best Practices
Feel free to share feedback!!!
Posted in Agile, Presentation, Scrum | Tagged: Agile, Distributed Agile Development, Distributed Scrum, Fully Distributed Scrum, Scrum | Leave a Comment »
Posted by Jai on September 25, 2009
This post share the presentation on Code Quality – Learn, Measure and Organize Awareness which is based on the series of posts published on this site.
posts: Code Quality – Learn, Measure and Organize Awareness
presentation: Code Quality – Learn, Measure and Organize Awareness
Feel free to share the feedback!!!
Posted in Presentation, Quality | Tagged: Code Quality, Presentation | 1 Comment »
Posted by Jai on August 28, 2009
This post covers how you can implement enterprise security solution for flex applications. You can implement flex side security using Chimp which is permission based filtering of flex components using metadata and Spring Security on the server side and integrating the two.
This is part of the series of posts:
Flex then, now & tomorrow – From a java developer’s perspective
Flex: Cairngorm (MVC), SpringActionscript (IOC) and other Cairngorm Extensions
Flex: SpringActionscript (IOC) & SpringActionscript Cairngorm Extension Sample Code Examples
Flex: Cairngorm View Notifications Strategies, Responders from Command to View
Flex: Choosing the right flex data transfer strategy and designing the application accordingly
Flex Tips&Tricks
to cover different strategies in flex development using Cairngorm framework to solve different practical problems.
Consider an enterprise application where you need to have security on both flex side and server side. You want access control on flex side and depending on user roles you would like to create, remove, hide, enable particular view components in the application. Similarly, have access control on the server side that user having specific roles only would be able to use some service, package or call some particular methods.
There is very nice article by Ryan on Enterprise security for Flex which covers the spring security integration and flex side security implementation using chimp.
Posted in Cairngorm, Flex, Security, Spring | Tagged: Blazeds, Cairngorm, Chimp, Flex, Spring Security | Leave a Comment »