Changes between Version 2 and Version 3 of ProjectSources
- Timestamp:
- 02/16/18 03:07:55 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectSources
v2 v3 5 5 * [source:/ Source] 6 6 7 Source versions are managed by Subversion. 8 9 You can checkout the complete sources from here: 10 11 https://develop.finki.ukim.mk/svn/isis 12 13 {{{ 14 svn checkout https://develop.finki.ukim.mk/svn/isis 15 ISISProject 16 }}} 17 7 18 == Modeling Sources == 8 19 9 * All recent modeling is done with Modelio 20 * All recent modeling is done with Modelio and can be downloaded from the respective folder here: [source:/Models/] 10 21 * In the past we used Rational Software Architect, BOUML, DB Designer Fork and other tools 11 22 … … 14 25 The code source files are composed of several sub-projects: 15 26 16 * isis-model- the Entities classes are all within this subproject17 * isis-services- these are services of general importance for all applications18 * isis-dossier- this is the web application for the Student Dossier27 * [source:/Sources/isis-model] - the Entities classes are all within this subproject 28 * [source:/Sources/isis-services] - these are services of general importance for all applications 29 * [source:/Sources/isis-dossier] - this is the web application for the Student Dossier 19 30