When you're using a JavaCard (iButton basically is one), the CardServices
are written by _you_.
You write a Java Applet to run on the card. Then, you write a CardService
to access that functionality.
This is explained in that book.
For standard CardServices, like the FileSystemCardService, look to the
vendor of your card (in this case, Dallas Semiconductor). Otherwise, write
it yourself.
Tom
"Chris Taylor" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I had a question about CardServices. From just playing around with the
> OCF and two smartcards (Dallas iButton and the IBM card that comes with
> the excellent "Smart Card Application Development Using Java" book), I
> noticed that I couldn't get any cardservices working with the iButton.
> Is that because all card services are bound to a particular smart card?
> So, I would need a CardServiceFactory that could produce an
> implementation of the opencard.opt.javacard.JavaCardCardService
> interface compatible with the iButton?
>
> Thanks!
>
> -Chris
>
> P.S. If that's true, would it make sense for the opencard.org website to
> list where we can get CardService factories for "supported" cards?
>
>
---
> 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.