CarbonRider

Posts Tagged ‘CXF’

CXF on IBM WebSphere 7 – Deployment Pitfalls

Sunday, January 15th, 2012

Just recently I deployed CXF enabled application on websphere 7 and came across many issues. The issues were not with respect to configuration problems but were mostly related to the classes used internally by CXF (version 2.1, I guess) framework. Surpizingly these issues dont pop-up on JBoss server (Its like saying, hey look my code works on my machine, I dont know what went wrong with yours, it simply doesn’t kick. Heard that a lot in college days ;)
(more…)

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.

(more…)