We have an Java ERP type of application. Communication between server an client is via RMI. In peak hours there can be up to 250 users logged in and about 20 of them are working at the same time. This
I have an application which exposes a service via Spring\'s RMI proxy mechanism. There is a problem whereby sometimes a \"blip\" on the file-server it has its JARs stored on causes an invocation to pr
At the moment I am using RMI or hessian library to communicate between my server and clients (via a LinkedBlockingQueue). Now I read about JMS which could be used in this area too. Is this correct? If
How can I test 开发者_开发技巧if my reference to an remote object is still alive?Call any method on the object. A RemoteException will be thrown if the object is not alive.
I a开发者_Python百科m developing an algorithm to find out a fraud-detecting system using a math formula. I need to work the program in different computer. How can I do that in Java? How can I do paral
Could someone help on this , please? Q: An application server registers an object in RMI Registry by calling Naming.rebind(). After a while, the server app goes down. Explain what will happen to the
I have created a custom JButton class for representing spaces on a monopoly board. The game is multiplayer so a lot of the information needed to draw the button is held on the server (accessed via RMI
Background I have Spring Client application that provisions a service to two servers using RMI. In the the client I save an entity to the database (easy) and make rmi calls to two servers with detail
In Java can a remote object also be a client? So a client may call a remote object and the definition of that tat object through it\'s interface is a remote object, but can it also be a client of an
Generally we are using interface concept for RMI implementation also in Event listening ,we are using interfaces .Why cant we use abstract classes in both theses cases.开发者_JAVA百科Because RMI needs