Changes between Initial Version and Version 1 of GROUP_DEPLOYMENT_R2


Ignore:
Timestamp:
08/18/09 17:04:19 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_DEPLOYMENT_R2

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=GROUP_DEPLOYMENT_R2, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8The goal of this group of tasks is to finalize all the things from the other two revisions of the deployment and to try to run Sophie 2 with Java 1.5 version. 
     9 
     10== Task requirements == 
     11 * FileEntryManager should be refactored not to depend on static things and util methods should be separated in utility class.  
     12 * Rpm and dep packages should be created. Rpm package generation should be automated. 
     13 * Under Mac and Linux bug with the resource directory that is named with %20% in its name should be fixed. 
     14 * Script for daily update of applet and jws Sophie jars should be created. 
     15 * JWS local storage on user machine should be implemented. 
     16 * Applet should not have to be run twice to launch Sophie 2. 
     17 * Installer can be optimized to create runnable shortcut under linux. Some readme.txt can be created too. 
     18 * Make a try to run Sophie 2 under Java 1.5. 
     19 * Create MacOS packages that use macOS menu bar. 
     20 
     21== Task result == 
     22New packages, java web start local storage, daily update of applet and jws jars, better installer 
     23 
     24== Implementation idea == 
     25 * See the implementation ideas from the other revisions(r1 and r0). 
     26 * Use jar bundler under MacOS. 
     27 * Discuss how to prevent static paths in the entry manager. 
     28 * Create new FileSearchUtil class where all the utility methods will be available. 
     29 
     30== Related == 
     31[wiki:GROUP_DEPLOYMENT_R0][[BR]] 
     32[wiki:GROUP_DEPLOYMENT_R1] 
     33 
     34== How to demo == 
     35 * Demonstrate all the packages, applet and jws running and resource folders created on the user machine. 
     36 
     37= Design = 
     38^(Describe your design here.)^ 
     39 
     40= Implementation = 
     41^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     42 
     43= Testing = 
     44^(Place the testing results here.)^ 
     45 
     46= Comments = 
     47^(Write comments for this or later revisions here.)