Migrating from IBM websphere to EAP 7.0.4 - alternative for IBM DynamicCacheProcessor

Posted on

Hi All,

We are migrating from IBM Websphere to EAP 7.0.4. As we were using IBM java, below IBM specific classes were used in the application

com.ibm.websphere.cache.DistributedMap;
com.ibm.websphere.cache.DynamicCacheAccessor;
com.ibm.websphere.command.CacheableCommandImpl;
com.ibm.websphere.command.CommandException;

Is there any alternative that can be used in EAP 7/Java 8 ?

Thanks
Raj

Responses