WebSphere Application Server Features
WebSphere Application Serveris a platform on which Java-based business applications run. WebSphere Application Server Is an implementation of the Java 2 Enterprise Edition(J2ee) Specification....
View ArticleThe smart approach to distributed performance monitoring with Java - JavaWorld
f you're developing distributed applications, you probably want to measure the performance characteristics of your applications to find out which remote methods -- on which objects, on which machines...
View Articlejava RMI
Step one: Make a Remote interface Remote interface should extend java.rmi.Remote interface Declare that all methods throw a RemoteException as every remote call is considered risky Arguments and return...
View ArticleStas's blog: EhCache replication: RMI vs JGroups.
Recently, I was working on one product which required replicated caching. Caching provider was already decided - EhCache, and the remained was a question about transport. Which one is the best option?...
View Article