Tagged Questions

1
vote
0answers
14 views

Horizontal sharding, Java EE & JNDI

In a few months I'm going to have to horizontally partition my application. There are certain services within my application which need loads of CPU and memory, and for scaleability I'm going to want ...
0
votes
3answers
506 views

Testing ServiceLocator using JUnit

This is a follow up question to my previous question. I am trying to write test case for my ServiceLocator class but it gives me the following error: com/iplanet/ias/admin/common/ASException ...