is it possible to simulate whole java card application on simulator?
Hello all,
currently i dont have any real java card yet,not either reader . I already made a simple applet and check its working by CJCRE (net beans simulator), it is working fine,
now i want to move to host application which will communicate with java card via card reader. Is this possible to simulate complete application ( host application + java card applets)?
I want to check it out that:- which line of java program would be helpful to know that:-
1-"how real host application will talk to reader"
2- how it connect and disconnect the reader
3- how it send apdu to java card by reader
and much more.
I am using netbeans 7.1 and it is using CJCRE as a simulator....