What is the Java Card development cycle?
Location: http://www.jguru.com/faq/view.jsp?EID=471275 Created: Aug 8, 2001 Author: Julien SIMON (http://www.jguru.com/guru/viewbio.jsp?EID=426247) The development cycle of a Java Card applet goes like this: • Write the Java source; • Compile it using your favorite Java compiler; • Convert the resulting class files into a unique CAP file; • Verify that the CAP file is valid; • Load the CAP file either on an actual card or in a software simulator; • Instantiate the applet; • Select the applet and send commands to it.