wiki:PLATFORM_DEPLOYMENT_TARGET_APPLET_R0
Last modified 3 years ago Last modified on 06/02/09 05:33:56

Pages linking to PLATFORM_DEPLOYMENT_TARGET_APPLET_R0:
TASK_INDEX
GROUP_DEPLOYMENT_R0

Ticket Summary Owner Status Type Component Priority Effort Importance
#75 PLATFORM_DEPLOYMENT_TARGET_APPLET_R0 deyan closed planned_task SOPHIE_PLATFORM 3 1 15

Reported by Astea, 4 years ago.

Description

wiki page: PLATFORM_DEPLOYMENT_TARGET_APPLET_R0 - effort: 1d

Analysis_owners

deyan

Analysis_reviewers

peko

Analysis_score

4

Design_score

0

Imp._score

0

Test_score

0

Analysis

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
  • Page work area must be shown, and the book's bottom panel should function as it does in reader mode.

Task result

  • The URL of a demonstration HTML containg Sophie 2 as applet.
  • Documentation on deploying Sophie 2 via applet.
  • Documentation on limitations of the technology, expected problems and other information that will be useful for next revisions.
  • Documentation on creating applets automatically (optional)

Implementation idea

PLATFORM_DEPLOYMENT_TARGET_JWS_R0
http://java.sun.com/applets/ http://java.sun.com/docs/books/tutorial/deployment/applet/appletsonlyindex.html

How to demo

Show the resulting html page and explain which modules are included.

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.)