rmi Questions

5

What is the "official" Java API for client/server or P2P communication? Java RMI? Some other networking API?? Is this official networking API the standard for both SE and EE? I'm sure the answer ...
Clarion asked 19/1, 2011 at 15:18

2

Solved

Are CORBA (language agnostic) / RMI (Java) and (D) COM (MS) still relevant today, or is there a technology that has surpassed them? Cheers, J
Pantheism asked 12/1, 2011 at 14:5

1

Solved

It's the first time I use java Rmi*. I have a custom class which extends UnicastRemoteObject and implements an interface which extends remote. I think that I have implemented the methods of the int...
Grappa asked 10/1, 2011 at 18:35

6

I'm developing a Java application that consists of a server and a client (possibly multiple clients in future) which may run on different hosts. For communication between these two I currently use...
Medallist asked 18/12, 2010 at 19:5

1

Are there any problems when calling methods over RMI when the server is running on an IBM JVM and the client on a Sun/Oracle JVM or vice versa. In other words: Is the RMI protocol (not RMI-IIOP) i...
Lombardo asked 19/12, 2010 at 14:52

2

Solved

I'm trying to develop a Java RMI application and found out that it's not straight forward to tell eclipse to compile it using rmic. Are there any available addons (if so which one do you recommend...
Conjure asked 24/11, 2010 at 11:8

3

Solved

We are using a client/server RMI communication in the same computer (so all ip should be localhost). We start the registry (using the default port 1099) registry = LocateRegistry.createRegistry(...
Ternate asked 23/11, 2010 at 16:0

2

Solved

I am trying to get a rmi connection going. I have ran into many security issues but have been unable to find a way past all this. I execute my jar file with: java -Djava.security.policy=java.secur...
Demonism asked 18/11, 2010 at 11:28

2

Solved

I'm looking for a (GUI?) tool that can connect to RMI services and display the results. Sort of like how SoapUI allows you to specify a WSDL, generated test input and execute the call. I would like...
Kauai asked 2/9, 2010 at 17:3

3

Solved

can somebody please tell me where i m wrong why this RMI chat application not working,the goal is to achieve decoupleing between client, server and logic by remote objects or serialized objec...
Tack asked 28/8, 2010 at 14:50

4

Solved

I have a Java application I've been working on for a year or two now. I would like to create a very simple set (with potential to add complexity later) of interfaces that I can use to control...
Allergy asked 3/9, 2010 at 17:15

1

What is the difference between the Registry class and Naming class. In my application I am using Registry class. But I want to know about Naming class and its uses ?
Hartford asked 2/9, 2010 at 19:5

2

Solved

is there any particular way to convert a Ruby on Rails project to a JRuby on Rails project? There now is a need to get the Rails side to talk to a Java server via RMI so was wondering how to make t...
Iz asked 9/7, 2010 at 19:59

2

Solved

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 det...
Velum asked 30/6, 2010 at 9:46

2

Solved

I'm having trouble finding a clear answer to this question so I thought I'd ask here with my own specific example: I am creating a mulitplayer monopoly game. The actual monopoly code runs on the s...
Pardner asked 21/6, 2010 at 19:20

1

How to do the file transfer using RMI in java?
Lexis asked 13/5, 2010 at 16:52

4

Solved

I need to separate our application into a light-weight gui application and a business logic application. This won't be a client/server setup as such, as the 'server' component will only have one cl...
Chlorohydrin asked 12/4, 2010 at 8:25

2

Solved

When designing an distributed application in Java there seem to be a few technologies that address the same kind of problem. I have briefly read about Java Remote Method Invocation and Java Message...
Welt asked 5/4, 2010 at 0:39

1

Solved

I am just starting Java RMI and have some problems with when to use java.io.Serializable, so can anyone give me a RMI example that java.io.Serializable has to be implemented. Thanks!!! UPDATE: i...
Federalize asked 3/3, 2010 at 19:48

5

Is communication between clients and servers in java rmi secure (i.e. encrypted by default)?
Birdlime asked 22/2, 2010 at 22:35

1

Solved

I have some older code that doesn't use a SecurityManager but does use RMI. From what I have read RMI requires a security manager, but the code seems to work and run fine on the same machine and be...
Quinacrine asked 19/2, 2010 at 19:4

5

Solved

I'm using Spring to handle RMI calls to some remote server. It is straightforward to construct an application context and obtain the bean for remote invocations from within the client: Application...
Nosepiece asked 6/7, 2009 at 9:42

2

Solved

I like to know what is rmic in RMI and how does it create proxies for me..
Twoway asked 17/1, 2010 at 5:8

3

Solved

My web server would be overloaded quickly if all the work were done there. I'm going to stand up a second server behind it, to process data. What's the advantage of EJB over RMI, or vice versa? ...
Activity asked 6/1, 2010 at 15:3

1

Solved

I am studying for a final and have a few questions about RMI and CORBA. These are discussion questions taken from a study guide so there is no real application context around them. Why are RMI an...
Monkeypot asked 14/12, 2009 at 4:36

© 2022 - 2024 — McMap. All rights reserved.