Version 2 (modified by pav, 16 years ago) (diff) |
---|
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
PLUGIN_DECOMPOSITION_R0
PLUGIN_DECOMPOSITION_R1
How to demo
Show the new modules and the dependancy diagram.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)