Posted by admin on April 27, 2009
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 [...]
Posted by admin on April 18, 2009
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.
Posted by admin on April 17, 2009
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 [...]
Posted by admin on April 17, 2009
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, [...]