[[BackLinksMenu]] [[TicketQuery(summary=PLUGIN_DECOMPOSITION_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|)]] = Analysis = == Overview == In this revision the modularization should be continued and well documented. == Task requirements == * Create a component diagram of all of the existing (and planned for the near future) * Modules * Extension points * Extensions * Review existing code (messy), identify suitable code for modularizing * Apply the decomposition * Ensure that the modules are * Well defined * Have proper packages * Resources and modules are in place. Document results for each module! == Task result == A diagram stored in the repository and linked in the wiki. New modules (source code). == Implementation idea == * You can generate dependency tree in plain text format using the command mvn dependency:tree. * Use the dependency plugin * Describe the new modules created. * Rename the wrong named modules (org.sophie2.func.file to org.sophie2.main.func.file, layout.vldocking to main.layout.vldocking, base.scene.jogl to main.scene.jogl == Related == [wiki:PLUGIN_DECOMPOSITION_R0] [[BR]] [wiki:PLUGIN_DECOMPOSITION_R1] [[BR]] == How to demo == Show the new modules and the dependency diagram. = Design = * The dependency tree is generated using mvn dependency:tree command in sophie2-platform folder. Here is the corresponding diagram:[[BR]] [[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/Plugin_Dependency_Diagram.png)]] * The extensions and extension points defined in the project now are: [[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/Extensions_And_Extension_Points.png)]] * There is no more time for this task and that's why there are listed only the extensions/extension points which are currently defined in sophie2-platform. * Something like a legend for the upper diagram for clear understanding about the arrows and components is created:[[BR]] [[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/ex_ep_relation.png)]] * Renaming of the modules should be performed as it is described in the implementation idea. Do not forget to rename also the packages in the classes. * Wrong dependencies should be removed. They are main.view -> base.model.resources and media.fobs -> core.modularity. * Edit the base pom.xml and add information about the new developers. = Implementation = * All steps from the design are completed. * author.bundles.config is edited. Changesets:[[BR]] [[changeset:1295]] [[changeset:1296]] [[changeset:1293]] [[changeset:1292]] [[changeset:1290]] [[changeset:1288]] [[changeset:1287]] = Testing = = Comments = ^(Write comments for this or later revisions here.)