CarbonRider

Posts Tagged ‘Flex’

Item Editor – Tabbing – Flex Datagrid

Saturday, December 19th, 2009

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

Saturday, October 3rd, 2009

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 Topic Destination.