http://labs.adobe.com/technologies/coldfusion9/

  • Office file interoperability to easily read, write and update spreadsheets
  • Server Manager to centrally manage multiple ColdFusion servers, simplifying administration of your environment across clusters
  • ColdFusion as a Service to access ColdFusion services through AMF and SOAP without writing CFCs
  • Built in Adobe AIR Local/Remote Database Synchronization
  • Object Relational Mapping to build database independent applications without writing SQL
  • New AJAX controls including multimedia, mapping and more
  • Enhanced Caching to improve performance of your ColdFusion applications

Anybody interested to buy updation.org or updation.net ?? Please contact MusavirĀ 

ucmusavvir[at]gmail[dot]com

Last week I started my new career as a fulltime freelance flex developer and designer. If anyone looking for a flex developer/designer I’m ready to work. My email id is jerry[at]jerrydon[dot]com.

My technical knowledge:
Flex, AIR, Actionscript 3.0, Cairngorm, Remoting, Livecycle DS, Blaze DS, Skinning, Custom component development, Flash, Silverlight, UI design, Usability, Web 2.0, SOA, Webservice, XML, Coldfusion, PHP, MySQL, CSS, HTML, Fireworks, Photoshop etc

The following code converts a value object to an XML

private function convertToXML():void
{
var product:ProductVO = new ProductVO();
product.id = 12;
product.name = ‘test product’;
product.description = ‘test desc’;
product.price = 100;
product.thumbnail = ‘image1.jpg’;
var xmlProduct:XML = voToXml(product, ‘product’);
}

private static function voToXml(vo:Object, qName:String):XML
{
var qn:QName = new QName(qName);
var xmlDocument:XMLDocument = new XMLDocument();
var simpleXMLEncoder:SimpleXMLEncoder = new SimpleXMLEncoder(xmlDocument);
var xmlNode:XMLNode = simpleXMLEncoder.encodeValue(vo, qn, xmlDocument);
var xml:XML = new XML(xmlDocument.toString());
return xml;
}

About Jerry

I am a Rich Internet Application developer and UI Designer. Currently working as a freelance Flex, Coldfusion, PHP developer and designer.

Email : jerry[at]jerrydon[dot]com

  • Jack: Hi Jerry, Thank you for putting up this excellent Flex theme. I'd like to use this theme in my f [...]
  • Gordon: Hi. This is very useful code. Thanks for posting it. Just a small question. Do you know of a [...]
  • Biju Louis: Hi jerry, Cooooooolllllll!!!!!! Thanks......... [...]
  • Mister: Great little component Jerry, thanks for sharing this :). -Mr [...]



 Subscribe