My experiments with technology

Entries from February 2009

Implementing localization/internationalization(i18n) in Flex

February 4, 2009 · 4 Comments


I spent yesterday and today morning understanding the intricacies of flex localization. There is considerable amount of Adobe documentation around the syntax and procedure for implementing localization. Unfortunately this documentation is not adequate for a first time localization implementer.

Categories: flex · i18n · internationalization · localization

Developing a Flex WebService client

February 3, 2009 · 1 Comment

This is my first article on Flex. I thought my first article would be a simple “Hello World” type of example, but it  is not to be. I had been trying to get a flex based WebServices client running on Flex and it had become a struggle. Fortunately “Google” came to my rescue and I have WebServices client up and running as a standalone application and also using LiveCycle Data Services(LCDS).

(more…)

Categories: LCDS · flex · service · service oriented architecture · webservice