Shareable Interface between two RMI based applets

Hello! I am developing a project in simulation environment (cref) in Java Card and I have one problem.

First of all I have create two RMI based applets and I want to make one of these applets to implement a shareable interface.

As we know a classical RMI based applet has three parts: one interface that extends Remote interface (lets call it ApplicationRemoteInt),

one class that implements the previous interface (ApplicationImpl) and one class that extends javacard.framework.Applet which manipulates

ApplicationImpl (ApplicationApplet).

My problem is that I don't know which of these three programs (make it two, I don't think i could be

ApplicationRemoteInt) have to implement an another Interface, which extends Shareable Interface (ApplicationShareable), and in which way.

Also I think that the ApplicationShareable must be implemented by an Applet class.

As you see I am confused, can anyone help me, please?

Thank you in advance, Bill.

[1007 byte] By [vcalmalioa] at [2007-11-27 11:12:34]
# 1

The concept of the Shareable Interface Object is described in detail in the Java Card Runtime Environment 2.2.1 specification, 6.2.4 Shareable Interfaces. There are even case studies listed. Furthermore this subject was discussed in length in this forum. Example: http://forum.java.sun.com/thread.jspa?forumID=23&threadID=5133895

lexdabeara at 2007-7-29 13:55:33 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2

Thank you very much for your response. I had knowledge about Shareable Interfaces between two traditional applets,

BUT not between two RMI based applications.

Finally I found that RMI based application does not support shareable interface:

[url]http://forum.java.sun.com/thread.jspa?threadID=728540&messageID=4194658[/url]

Thank you for your reply anyway, Bill.

vcalmalioa at 2007-7-29 13:55:33 > top of Java-index,Java Mobility Forums,Consumer and Commerce...