Posts Tagged ‘Flex’
Flex DataGrid – Data updates not reflected
Flex datagrid is nice option to display data in tabular format and with built-in features like sort, rearrange column position and customize each columns with renderers/editors, it makes developers life easy to built user friendly application in quick time. But most of the time, those who have coded in Flex, must have noticed that the datagrid [...]
Item Editor – Tabbing – Flex Datagrid
Most of you, must have customized Flex DataGrid using custom item editors, may be to format an information or to group multiple controls in one column. Customizing appearance of DataGrid cells is one of the powerful feature of Flex and comes to the rescue of developer. This article discusses one of the problem faced by [...]
Spring JMS API, JBoss MQ, BlazeDS & Flex
This time one more assignment to integrate Spring APIs with Jboss MQ. After reading through Spring documentation, I found its pretty easy to integrate any Messaging Provider solution into Spring application. Configuring JMS Topic in JBoss To create new JMS Topic destination you should configure new topic destination in [deploy_directory]/deploy/jms/jbossmq-destinations-service.xml. Following code snippet creates new [...]


