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.

