14 | | * |
| 14 | * Extract the archive org.sophie2.proto.project(the .zip file doesn't contain .svn files for its subfolders so you don't have to deal with nasty svn issues later), located in [source:/trunk/sophie2-platform/dev-tools]. in the [source:/trunk/sophie2-platform/modules modules] folder. |
| 15 | * Edit its pom.xml file, changing the 'artifactId'. All other occurencies of org.sophie2.proto.project (for example in the <Export-Package> should be replaced with the new module name. You should also edit the <name> and <description> tags. You can look at the <instructions> tag if your module requires a main class or a class, extending SophieModule. |
| 16 | * Rename the org.sophie2.proto.project folder to the name of the new module(using the file system or Refactor->Rename in Eclipse). |
| 17 | * Add the name of the new module to the [source:/trunk/sophie2-platform/pom.xml] - modules section. |
| 18 | * In Eclipse - Select 'Import'->'Maven Projects'->Choose the 'Root Directory' to be sophie2-platform folder in the repo and select the new module shown in the 'Projects' box-> Click Finish. |
| 19 | * The project is shown and it has errors because the package is not correct - rename the package to be your new module name and you are ready to go. |
24 | | * org.sophie2.author - |
25 | | * org.sophie2. |
| 29 | * org.sophie2.author - It is one of the main sophie2 parts and represents the Author Sophie2 edition. For now provides main method for running the application under Eclipse. It has varous configuration files in resources folder - for log4j, runtime properties and file with modules to be loaded for the author edition. |
| 30 | * org.sophie2.base.* - Contains classes which provides base functionally for persistence, scenes, model book and resource models, layouts, halos and dialogs. org.sophie2.base module will be decomposed more in the future. |
| 31 | * org.sophie2.core - Provides the core functionality. Contains 'properties' implementation(See [wiki:PRO_LIB_CORE_TUTORIAL], mvc logic implementation and testing package with the testing help classes. It will be decomposed more. |
| 32 | * org.sophie2.core.modularity - Provides classes for dealing with common modularity issues and has very good demonstration(in the test folder) using them. |
| 33 | * org.sophie2.launcher - Module for launching the editions and loading the modules needed. Contains Main which runs the application under JavaWebStart. |
| 34 | * org.sophie2.main.* - Contains the main implementation for sophie2 components. Provides the viewed part of the project. |
| 35 | * org.sophie2.messy - For 'messy' things. Contain everything that isn't already decomposed. |
| 36 | * org.sophie2.server.* - Contains the sophie2 server libraries and starting server configurations. |
| 37 | === Extension/Extension Points === |
| 38 | |
| 39 | ==== Description ==== |
| 40 | |
| 41 | ==== Usage ==== |
| 42 | |
| 43 | === Shared Resources === |