<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d14789577\x26blogName\x3dElango+Weblog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://elangora.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://elangora.blogspot.com/\x26vt\x3d-4875223596954718087', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>


Won first prize in Adobe RIAthon 2008

Friday, January 23, 2009
I'm glad to let you know that our company XLabz Technologies won the First prize and the Audience Choice Award in Adobe RIAthon '08 held in Bangalore. The Flex and AIR based tool - FlexStats won both the awards. Thanks Adobe

You can read more about this from our company's blog : http://blog.xlabz.com.

Labels: , , , ,

RED5 Flashcom Server supports AMF3

Wednesday, October 03, 2007
Open Source Flashcom server - RED5, recent version starts supporting AMF0 and AMF3 protocols. This is an amazing feature with RED5 server, when people are looking for free Open Source based AMF3 Remoting.

RemoteObject object can be used to connect AMF3 gateway while building application with Flex 2, 3 and on AIR based applications. NetConnection object can be used to connect AMF3 from Flash CS3 by setting the ObjectEncoding property to AMF3. Changing the ObjectEncoding property to AMF3, you can test Oscartrelles AS3 Flash Remoting Example with Flash CS3.

RED5 and Granite Data Services are the Java based Open Source remoting servers support AMF3.

Labels: , , , ,

Setting status bar message in AIR Application

Saturday, August 04, 2007
Here is a small tip to set status bar messages in AIR Application.

Application.application.statusBar.status = "Hello World..";

Labels: ,

Granite Data Services, an alternative to FDS..

Wednesday, May 02, 2007

via www.graniteds.org

Granite Data Services aims to be a free, open source (LGPL'd), alternative to Adobe® Flex™ 2 Data Services for J2EE application servers. Note that alternative does not mean replacement: it rather means that Granite DS supports AMF3 serialization/deserialization via RemoteObject.

GDS implements service factories required for:
EJB3 (Session and Entity Beans),
Spring,
Simple Java classes (aka POJO) interactions.

GDS is designed to be lightweight, robust, fast and highly configurable. While GDS is still in early development stage, you should be already able to use the current 0.2 version in non critical production environment.

Artemis - Bridge Apollo to Java runtime

Tuesday, April 17, 2007

What is Artemis?
Artemis is a community focused project aimed at bringing external libraries to the Flex / Flash environment. The goal of Artemis is to provide features in the Flex / Flash desktop application domain that are not currently available. The Artemis framework allows a developer to create their own custom libraries (currently written in java with plans to support other languages) that integrate with a Flex / Flash Apollo application. Developers will be encouraged to share Artemis libraries they’ve built and discuss new features through this web site.

Interesting project, Keep an eye on its releases!!!

Labels: , ,

Prana: IoC Container for AS3

Tuesday, April 10, 2007
Christophe Herreman had come up with an IoC Container approach to set actual implementation of the remote services and the service locator in an external xml which helps to change the remoting gateway details without compilation hassles.

Prana Framework 0.1

Labels: ,

Yahoo! Mail Web Service

Thursday, March 29, 2007
Yahoo open up the application programming interfaces (APIs) for Yahoo Mail to encourage Web develpers to build application using its mail service. Guys!! test drive it with Apollo using Yahoo Mail WebService APIs.