Tuesday, March 23, 2010

Something more about Robotlegs

Hello  guyz...
As i said, i came up with very good blog on Robotlegs..Author has given his own ideas on robotslegs and he compared very well with existing frameworks..I personally suggest you to go through this blog to get good idea about pros and cons about existing frameworks
http://shaun.boyblack.co.za/blog/2009/04/29/another-architectural-framework-but-why/

Saturday, March 20, 2010

Free online AOP training first time from springsource

Hello friends...
This time i am back with very hot topic... Springsource also started giving free online tutorials. They started with very hot topic in Spring framework AOP. So guys why late...make use of it from the below link today itself.

http://www.springsource.com/training/free-online-training-developing-aspects-a

Wednesday, March 17, 2010

Coding collaboratively is possible even in flex using VSS

Hello flex aspirants..
   We can see lot of flex developers those who are jealous about java developers because Java developers are having lot of tools or plugins to make their life easier. But now a days things are changing for flex developers also. Coding made easy with Flex/flash builder and even they can work collaboratively on a same project using VSS/SVN/CSV..etc or some other version control systems.
   Unfortunately flash/flex builder is not having any plugins to work with VSS. But we can do this using "Flex builder Eclipse plugin. " Follow these simple steps to do well.

  • Download and install latest Eclipse
  • Download and install Flex builder eclipse plugin
  • Download vss plugin for eclipse and paste those unzipped files into Eclipse plugin directory.
That's it...nothing more than it...u can happily work with your friend on the same file. :)

reference:
http://www.rozengain.com/blog/2007/03/27/flex-with-visual-sourcesafe-how-to/

Flex frameworks

Hi all
   You might have gone through some articles while you were browsing for popular frameworks for flex. Similarly i too found some very good articles on Cairngorm, PureMVC. So i was attracted by Cairngorm and have done some applications using that Cairngorm. But now i really found something interesting for all Java Developers as you all know DI and IOC are very good features to make application very loosely coupled. Can you imagine that we can use those features in Flex also.
  Yes, we can use DI and IOC also in flex with the help of RobotLegs. So hold your breath till i get back with more details. 

File upload and downloading from RIA

Hi
Today i found one blog where i have seen a very good example to upload an image from RIA(Flex) application to DB. So i would like to share the same for you all here.

Please go through this link.