> Let me ping some questions back at you:
>
> Can axis2 be deployed in WebSphere (or JBoss etc.) and clustered?
There is a lot going on in this area. There's WS-Addressing and
WS-Context which are new standards - not axis2 specific. There's a
proposal and some work going on in clustered session management:
http://wiki.apache.org/ws/FrontPage/Axis2/SessionMgmtProposal
If your talking about hooking axis2 into EJB - that may be tricky. I've
done it a lot with axis1 and jboss - it'd require a few days work to
configure I think. Outside of EJB - its just straight WAR kind of
stuff.
> It's interesting that you suggest Hibernate: I've been experimenting
> with it and like it a lot, but aren't there issues with clustering
> Hibernate sessions? I've used a JiBX/Hibernate combination to quickly
> and easily go from XML - to - POJO - to - RDB, but vaguely recall
> reading about Hibernate sessions clashing across servers in a cluster.
Hibernate has what is called a 'second level cache' . You can use
ehache, jboss's tree cache, etc. Lots of people cluster this so I think
its a non-issue - though not trivial.
> We have used ehcache in the past. Good idea.
Yeah, works great ;-) .
HTH,
iksrazal
http://www.braziloutsource.com/