Changes between Version 3 and Version 4 of PLUGIN_EDITIONS_STRUCTURE_R1


Ignore:
Timestamp:
10/10/08 16:21:19 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_EDITIONS_STRUCTURE_R1

    v3 v4  
    44 
    55== Overview == 
    6 We should define a new set of plug-ins, which is packed and combined to construct one more main part of Sophie2 Project (there are three main parts - the Author, the Reader and the Server). Keep in mind that a plug-in which is part of the Author may also be part of the Reader.  
     6We should define a new set of plug-ins, which is packed and combined to construct the Reader part of Sophie2 Project (there are three main parts - the Author, the Reader and the Server). Keep in mind that a plug-in which is part of the Author may also be part of the Reader.  
    77 
    88== Task requirements == 
    99In this revision of the task: 
    10  * we should create another edition for Sophie 2.0 (i.e. The Reader) which is not empty 
     10 * we should create Reader edition of Sophie 2.0 which  
    1111 * there should be difference between author and reader edition (at least one plug-in) 
    1212 * the project should run through a real OSGI container, not through our fake one 
    13  
     13 * we should update [wiki:PLUGIN_EDITIONS_STRUCTURE] page 
    1414== Task result == 
    1515New Reader edition for the project 
     16Updated [wiki:PLUGIN_EDITIONS_STRUCTURE] page 
    1617 
    1718== Implementation idea == 
    18  * use [wiki:PLUGIN_EDITIONS_STRUCTURE] to make the new Reader edition 
    19  * think out a plug-in for the Reader 
     19 * use [wiki:PLUGIN_EDITIONS_STRUCTURE] to make new Reader edition 
     20 * get into the OSGI implementation Apache Felix we use reading some examples: http://felix.apache.org/site/apache-felix-application-demonstration.html 
    2021 
    2122== Related ==