CarbonRider

Posts Tagged ‘Spring’

Webservice Session Maintenance – Apache CXF, Blaze DS, Spring and Flex

Sunday, November 22nd, 2009

If Flex is dominting RIA world, CXF is dominating SOA world with its feature rich framework. CXF not only makes developers life easy by abstracting many complex task through a set of APIs but also adheres to WS-* standards without a need to having dependency on other frameworks.

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.