inter-applet object shareing concepts in java card
hi there.what is a way of implimenting inter-applet object shareing in java card?is there any shared area of JCRE for sharing some values among some applets in same java card?thanks.
[210 byte] By [
tongki72a] at [2007-10-3 7:51:25]

hi, as i know, there are three approaches:1: shareable interface;2: entry point;3: global array;and if the applet has JCRE privilege, then it is overwhelming.for details , please refer to the JCRE Specification.