> Hello,
> What is the meaning of this statement ?
> "com.gemplus.opencard.terminal.GemCoreCardTerminal
PureJava-Implementation
> of an OpenCard CardTerminal for GemPlus GemCore-based reader (GCR410,
> GCR700) using the javax.comm package. IMPORTANT: with jdk1.1 javax.comm
> works only with signed applets !!! "
It means that the card terminal code does not need any native code
itself. It uses the Java Comm API. Java Comm needs native code of course,
so nothing is "pure java" really but it's a lot better than having native
code for every terminal reader.
However, USB readers cannot work like this as the Java USB API is not yet
finalized as far as I can remember, and there are no Java USB terminal
implementations we have seen.
Most non-serial/parallel readers will use the PC/SC wrapper
(reference-terminals-windows.jar) which is not "pure java" because it has
a DLL that it uses to talk to Windows SmartCard API.
Cheers
---
> 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.