Changes between Version 6 and Version 7 of PLATFORM_DEPLOYMENT_TARGET_JWS_R1


Ignore:
Timestamp:
06/03/09 11:28:38 (16 years ago)
Author:
gogov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_TARGET_JWS_R1

    v6 v7  
    2929 
    3030= Design = 
    31 ^(Describe your design here.)^ 
     31 * I'll use ''sophie.org/jws'' to store everything 
     32  * keystore 
     33  * all needed jars 
     34  * config files 
     35  * jnlps 
     36  * readme 
     37  * ... 
     38 * I'll create a new keystore with '''keytool''' and put it in ''sophie2.org/jws'' 
     39  * it will be still non-official though we should create an official one at a given point. We're not Al-Kaida, we're Astea for Meddle's sake!! We should have our official keystore!! 
     40 * I'll sign all jars which need to be signed with '''jarsigner''' 
     41 * I'll refactor JavaWebStartMain class to System.setProperty("editor", ...) to whatever is actually run, either ''author'', ''reader'' or ''server''. JavaWebStartMain.main will receive this as a 3rd parameter from the jnlps. 
    3242 
    3343= Implementation =