Nothing against TreeCache, it looks great from what I've read, I simply didn't
want the application codebase dependant on specific vendors API. I could
abstract caching as a service, although wasn't that the point of JSR-107. Does
anyone know where that stands nowadays I haven't been following
This would probably give the cleanest solution unfortunately the data to the
mainframe is marshalled through a third party request/response style API which
is why I was thinking BMP would be the way to go.
If ther's an abstraction in the container where I could do mapping of entity
fields
I'm currently researching a clustered caching solution for deployment on
jboss4.0.1sp1 and wondered if anyone feels like offering their two cents and/or
personal experiences.
The master version of my data resides in a mainframe, user updates typically
come through our system. Given the small p
I'm testing various cluster configurations in 4.0.0 line. I have everything
working and have been simulating nodes failures by invoking 'stop' on the MBean
associated with the EJBs I want to take offline. I subsequently restart by
'touch'ing the deployment unit to get clean hot-deploy. Everyt