Re: Ibatis in the cloud

2010-01-18 Thread Simone Tripodi
Hi Glenn, I recently deployed a set of web services, realized on top of ibatis 2, in a cluster of 3 nodes; the application was installed in each node of the "cloud". The difficulty I had to face[1] is that, using memcached as a distribuited caching layer, since ibatis 2 keys generation is not uniqu

Ibatis in the cloud

2010-01-18 Thread Glenn Barnard
Does anyone have experience using Ibatis in an application that is deployed in a "cloud" environment? What, if any, customization or other constraints should I be facing? Thanks!