Nov
17
2008
Tour de Flex is like mana from heaven for newbie developers who want to know what Adobe Flex & AIR are capable of. It is an application built with Adobe AIR which is basically a component browser which showcases the Flex components with over 200 examples, source code and links to the relevant documentation.
What’s more, is that it is also available as an Eclipse plugin which enables you to lookup these examples and source code directly from the Eclipse IDE. This is specifically useful if you are using Adobe FlexBuilder to create your Flex projects.
Continue Reading »
Sep
02
2008
I heard about mx:Devsummit on Twitter when Mrinal tweeted about it and then the details from Raghu’s Blog. A RIA Developer Summit from Adobe is exciting enough but the icing on the cake are the free Adobe Flex Builder 3 licenses that go out to every participant, how cool
From the mailer that Raghu sent me:
Continue Reading »
Jul
27
2008
Singleton Classes are based on the Singleton Design Pattern and have a single instance of the class throughout the application. When would one need a singleton class ? A simple example would be a database manager class which would instantiate a connection to the database at the application initialization and have methods for data manipulation of the database tables. In such a case multiple instances of this class is not required and will end up consuming memory and other issues.
How does one implement a Singleton Class ?
Continue Reading »
Jul
05
2008
A couple of days back I had blogged about ESME – The Enterprise Social Messaging Experiment, about how it was initiated, who all are involved and what we are trying to build.
As Dennis Howlett mentions in his Blog on SDN, we are a group of individuals from the community who share a dream of making enterprise social messaging a problem solver for the enterprise and though we have not met, we know each other and more importantly completely trust each other.
Continue Reading »
Jun
19
2008
The registrations for SAP TechEd 2008 are already open and when I think about what an awesome event it was last year that I have still not got over, I read the TechEd blogs on SDN and check out the TechEd pics on Flickr.
That is when the bulb lit up in my head and i came up with this tiny widget which gives you slideshow of all TechEd pictures across all locations from Flickr.
Continue Reading »
May
29
2008
Introduction
I had blogged about how one can use the SAP Widget Foundation with Adobe Flex/Air in this Blog : Enterprise Widget Foundation & Adobe Flex : Awesome Twosome ? (Video) .
That was just an example or a Proof of Concept. What I have here is something that makes the whole deal a lot more easier for everyone. The Actionscript Libraries for SAP Widget Foundation lets anyone using Adobe technologies consume services from the Widget foundation at ease without having to wonder about the nitty gritties of the REST services exposed by SAPWF.
Continue Reading »