I have found on the list a mesage that talks about dynamic cardservice
register.

I have some questions about this.

What do you have to have configured on the opencard.properties file?.
I would like to know if it is possible to have only the cardterminal
configured and to set in runtime the cardserviceFactory and the
cardServices.

Thanks

      To         <[EMAIL PROTECTED]>
    From         Roland Weber <[EMAIL PROTECTED]>
     Date         Mon, 25 Jan 1999 09:45:57 +0000
      Cc         Peter Bendel <[EMAIL PROTECTED]>, Uwe Hansmann
<[EMAIL PROTECTED]>
   Sender        [EMAIL PROTECTED]

Hi!

> I developed a simple CardService for fetching data stored on my card.
Is it
> possible to register the service dynamically? I would like to
implement
> following scenario:
>
> OCF is set up and CardTerminal ist registered in opencard.properties
on
> users host
>
> My CardSevice bundled with corresponding Applet will be downloaded
from the
> Web. Applet registers the CardService in OCF before using it.
>
> I'd like to know if this is possible and if yes, how to register the
>service.
>
> Thanks
>
> Oliver

It is not possible to register a CardService without a matching
CardServiceFactory. If you have implemented a CardServiceFactory
for your card that instantiates your CardService, you can down-
load the service along with the factory and register the factory
using opencard.core.service.CardServiceRegistry.add(...). Then,
SmartCard.getCardService will be able to instantiate your down-
loaded CardService.

regards,
  Roland Weber
  IBM Pervasive Computing Division
  Global SmartCard SolutionsVisit the OpenCard Framework's WWW site at
http://www.opencard.org/ for
access to documentation, code, presentations, and OCF announcements.
-----------------------------------------------------------------------------

To unsubscribe from the OCF Mailing list, send a mail to
"[EMAIL PROTECTED]" with the word "unsubscribe" in the BODY
of the
message.


Visit the OpenCard Framework's WWW site at http://www.opencard.org/ for
access to documentation, code, presentations, and OCF announcements.
-----------------------------------------------------------------------------
To unsubscribe from the OCF Mailing list, send a mail to
"[EMAIL PROTECTED]" with the word "unsubscribe" in the BODY of the
message.

Reply via email to