Changes between Version 20 and Version 21 of PLUGIN_DECOMPOSITION_R0
- Timestamp:
- 10/04/08 12:43:21 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_DECOMPOSITION_R0
v20 v21 1 1 = Analysis = 2 2 == Overview == 3 Decomposition to plug-ins of Sophie 2 is one of the most important things to do for the project. There should be base modules and integration of the existing code with JPFlibrary. Keep in mind that modules and plug-ins are the same thing in this case.3 Decomposition to plug-ins of Sophie 2 is one of the most important things to do for the project. There should be base modules and integration of the existing code with Apache Felix library. Keep in mind that modules and plug-ins are the same thing in this case. 4 4 == Task requirements == 5 5 * think about initial plug-in decomposition 6 6 * decompose to base modules and in which each class goes 7 * integrate the JPF library in the project so it can run through JPFwhich activate the current plug-ins7 * integrate the Apache Felix library in the project so it can run through Apache Felix which activate the current plug-ins 8 8 == Task result == 9 9 New project structure, boot.properties file … … 15 15 * componentDiagram.vpp 16 16 * work breakdown structure file to decompose the modules 17 * Maven JPF Plugin18 17 == How to demo == 19 Show the project with the new plug-ins which runs using JPFlibrary.18 Show the project with the new plug-ins which runs using Apache Felix library. 20 19 = Design = 21 20 * decompose the project in three modules (now we have only messy module which is not plug-in) … … 26 25 * see work breakdown structure file 27 26 * use the gathered information to allocate the classes to the modules 28 * make new run configuration to run the project using JPF29 27 * make boot.properties file. 30 28