Changes between Initial Version and Version 1 of APP_PLUGIN_STARTUP_R0


Ignore:
Timestamp:
10/08/08 13:44:01 (17 years ago)
Author:
fire4o
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_PLUGIN_STARTUP_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3= Analysis = 
     4^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ 
     5 
     6== Overview == 
     7 * The app plug-in is the main plug-in of Sophie 2.0.  
     8 * It actually starts the application.  
     9 * It is used in all editions of Sophie 2.0. 
     10 * It is responsible for configuration reading and loading of other parts of the application. 
     11 
     12== Task requirements == 
     13 * Extract a module containing the startup code. 
     14 * The module must be usable by all editions of Sophie 2.0 (loadable by OSGI) 
     15 * Make sure that it is used in already defined Sophie 2.0 editions. 
     16 * It should read configuration files. 
     17 
     18== Task result == 
     19The result of this task is source code. 
     20 
     21== Implementation idea == 
     22 * Make a new module containing the Main class. 
     23 
     24== Related == 
     25[[wiki:PLUGIN_EDITIONS_STRUCTURE_R1]] 
     26 
     27== How to demo == 
     28 * Show what's done during startup 
     29 * Show how the plug-in is used in different editions. 
     30 
     31= Design = 
     32 
     33= Implementation = 
     34^(Implementation results should be described and linked here (from the wiki or the repository)^ 
     35 
     36= Testing = 
     37 
     38= Comments = 
     39 
     40= Log = 
     41^(Link the log of the task here)^