| 25 | |
| 26 | == Design == |
| 27 | |
| 28 | * decompose the project in three modules (now we have only messy module which is not plug-in) |
| 29 | * base |
| 30 | * core |
| 31 | * messy |
| 32 | * see dev_doc diagrams, especially componentDiagram.vpp (Revision 17) |
| 33 | * see work breakdown structure file |
| 34 | * use the gathered information to allocate the classes to the modules |
| 35 | * use Maven JPF Plugin to integrate the JPF in Maven |
| 36 | * make new run configuration to run the project using JPF |
| 37 | * make boot.properties file and plugin.xml file for every module you made. See http://jpf.sourceforge.net/tutorial.html |