Changes between Version 8 and Version 9 of GROUP_DEPLOYMENT_JWS_APPLET
- Timestamp:
- 07/27/09 13:51:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_DEPLOYMENT_JWS_APPLET
v8 v9 28 28 29 29 === Implementation ideas === 30 * One of the things that should be done is to make the Main class of the org.sophie2.launcher module extends Applet class. In this case Felix will start in the init() method of the newly created SophieApplet. The if there is a module with Applet layout engineit will use SophieApplet instead of JFrame in standalone editions.30 * One of the things that should be done is to make the Main class of the org.sophie2.launcher module extends Applet class. In this case Felix will start in the init() method of the newly created SophieApplet. Applet layout engine should be created(this is connected with GUI redesign). it will use SophieApplet instead of JFrame in standalone editions. 31 31 32 32 === Location === … … 46 46 http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/examples.html#PersistenceService 47 47 48 === Location === 49 The runnable jws has to be stored in sophie2.org server on http://sophie2.org/jws location. This should be done in the implementation section. 50 48 51 == Estimation == 49 52 Running application through applet and java web start local storage on the client machine will be done on week 2 and 3 milestone 10.