Now don’t get me wrong, I like gigaspaces and I am not into bashing someones API for the sake of it. Take a look at the GigaSpace interface documented in javadoc: http://www.gigaspaces.com/docs/JavaDoc7.1/org/openspaces/core/GigaSpace.html Its time the API was cleaned up. Take the write method for instance:
<T> LeaseContext<T> write(T entry, long lease, long timeout, int modifiers) throws DataAccessException
These are the things I dislike about it:
Continue reading












