Version 2 (modified by deyan, 16 years ago) (diff) |
---|
Analysis
(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)
Overview
An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a page. When using a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to your system and executed by the browser's Java Virtual Machine (JVM).
Task requirements
- Create an applet that runs basic Sophie 2 modules (as much as possible)
- Document what is included and what are the challenges that will be solved in next revisions
- Create a demonstrating HTML page that runs Sophie 2
- If possible, automate creating applets
Task result
(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))
Implementation idea
(It is advisable to include some rough implementations ideas.)
Related
(Here you can add related tasks that could be useful or helpful.)
How to demo
(In this section you must add instructions for the demo of the task.)
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)