Hi, please contact your local Gemplus retailer, he can provide you GemXpresso RAD kit, a development kit for Gemplus JavaCard, comprising the support of GemXpresso 211 PK cards.
There is no file structure in this card. Any object, data you want to store must be encapsulated within a class! It is purely and simply object inside! If you want to store a name and an integer consider building a classic container class, having a field for each. There is no String support in JavaCard, therefore you will have to store name in byte array. The name and integer value could be stored in static fields if you are sure that you will never use more than one instance of your applet on a same card. Remember that in Javacard virtual machine virtualy never stops! Hence, any class instance and its value exist as long as referenced (except transient and temporary objects). For more information, visit: http://www.gemplus.fr/developers/index.htm and for your particular case http://www.gemplus.fr/developers/technologies/javacard/ Good luck with your card development, Cedric HUET GEMPLUS INTL. Parc d'activite de Gemenos - B.P.100-13881 GEMENOS Cedex - FRANCE | -----Message d'origine----- | De : N.S.Chauhan [mailto:[EMAIL PROTECTED]] | Envoy� : vendredi 9 novembre 2001 06:15 | � : [EMAIL PROTECTED] | Objet : [OCF] GemXpresso 211 problem | | | Hi... | | What is the file structeure of GemXpresso 211Pk Is card. Is it have the | same structure(EF,MF,DF). | I want to store one string(name) and integer value(number).How to store | it and where will be it stored ? | i mean which file? How can i access the same record again. | | please reply with detail or some example. | | Regards | | Nitin | | | --- | > Visit the OpenCard web site at http://www.opencard.org/ for more | > information on OpenCard---binaries, source code, documents. | > This list is being archived at http://www.opencard.org/archive/opencard/ | | ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email | ! to | ! [EMAIL PROTECTED] | ! containing the word | ! unsubscribe | ! in the body. | | --- > Visit the OpenCard web site at http://www.opencard.org/ for more > information on OpenCard---binaries, source code, documents. > This list is being archived at http://www.opencard.org/archive/opencard/ ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email ! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body.
