Monthly Archives: April 2009

SOA Approach for Business

What is SOA? What is ESB? ESB = Enterprise Service Bus. The definition is flexible, but in general it’s a conduit for messages of multiple, different formats, between application endpoints, over more than one protocol. Mule vs ServiceMix Compared to Mule, the major difference for ServiceMix is its architectural design, which is fundamentally based on [...]

Top 10 Flex Programming Tips

There are some interesting tips I found during the time I work on Flex Programming. I will cover Embedding, Binding, Event Handling, Function Pointer, Mixin and more. I hope these tips will make your life easier when you work on Flex.

Powerful Extension of Flex DataGrid – Part 1

Features wanted! To make Flex datagrid completed, I would like to have the following featues. AutoCompleted Search – Locate the data I want quickly if there are too many rows in my grid. Internationalization – Handle currency, number and date format. Data Export – Output the data in csv format, so users can import to [...]

Powerful Linux Text Processing Commands

Common Text Processing Commands In our daily life, we deal with lots of data. The data normally is stored in text format for the ease of human to read. With the large amount of data we have, we need ways to deal with it. There are several things we frequently do on the data: Search, [...]