Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
public:research:smartcard:javacardcompilation [2016-04-22 06:13] petrspublic:research:smartcard:javacardcompilation [2016-04-22 06:18] – [JavaCard applet development] petrs
Line 1: Line 1:
 ====== JavaCard applet development ====== ====== JavaCard applet development ======
  
-<note tip>The description in section 'JavaCard applet development with NetBeans IDE' is outdated as we now have easier option.+<note tip>The description in section 'JavaCard applet development with NetBeans IDE' is outdated as we now have easier option.</note> 
 + 
   * Use AppletPlayground for compilation and conversion into JavaCard applet (by Martin Paljak): https://github.com/martinpaljak/AppletPlayground   * Use AppletPlayground for compilation and conversion into JavaCard applet (by Martin Paljak): https://github.com/martinpaljak/AppletPlayground
   * Use GlobalPlatformPro for upload of converted applets onto real cards (by Martin Paljak): https://github.com/martinpaljak/GlobalPlatformPro   * Use GlobalPlatformPro for upload of converted applets onto real cards (by Martin Paljak): https://github.com/martinpaljak/GlobalPlatformPro
Line 7: Line 9:
   * Use JCardSim simulator to develop even without real smart card: https://jcardsim.org   * Use JCardSim simulator to develop even without real smart card: https://jcardsim.org
   * Consult JCAlgTest project for properties (supported algorithms, performance) of real smart card if you plan to buy one: https://www.fi.muni.cz/~xsvenda/jcsupport.html   * Consult JCAlgTest project for properties (supported algorithms, performance) of real smart card if you plan to buy one: https://www.fi.muni.cz/~xsvenda/jcsupport.html
-</note>+
  
 ====== JavaCard applet development with NetBeans IDE ====== ====== JavaCard applet development with NetBeans IDE ======