Changes between Version 3 and Version 4 of PLUGIN_EDITIONS_STRUCTURE_R1
- Timestamp:
- 10/10/08 16:21:19 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_EDITIONS_STRUCTURE_R1
v3 v4 4 4 5 5 == Overview == 6 We should define a new set of plug-ins, which is packed and combined to construct one more mainpart 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.6 We 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. 7 7 8 8 == Task requirements == 9 9 In this revision of the task: 10 * we should create another edition for Sophie 2.0 (i.e. The Reader) which is not empty10 * we should create Reader edition of Sophie 2.0 which 11 11 * there should be difference between author and reader edition (at least one plug-in) 12 12 * the project should run through a real OSGI container, not through our fake one 13 13 * we should update [wiki:PLUGIN_EDITIONS_STRUCTURE] page 14 14 == Task result == 15 15 New Reader edition for the project 16 Updated [wiki:PLUGIN_EDITIONS_STRUCTURE] page 16 17 17 18 == Implementation idea == 18 * use [wiki:PLUGIN_EDITIONS_STRUCTURE] to make thenew Reader edition19 * think out a plug-in for the Reader19 * 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 20 21 21 22 == Related ==