Changes between Version 4 and Version 5 of FAQ/Developer
- Timestamp:
- 01/07/09 14:51:49 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ/Developer
v4 v5 9 9 * The overview part of this task will provide the necessary information. You can find additional information in the wiki pages of the previous revisions of the task. You can also ask for help in the sophie2-dev mail list. 10 10 === What are extensions/extension points? === 11 These are the JPF classes and concepts which are similar to the Sophie implementation of extensions and extension points: 11 12 * [http://jpf.sourceforge.net/api/org/java/plugin/registry/ExtensionPoint.html Extension Point] 12 13 * [http://jpf.sourceforge.net/api/org/java/plugin/registry/Extension.html Extension] 14 15 Concrete implementations and tests for the Sophie implementations are located in the org.sophie2.core.modularity package. 13 16 === What exactly is Maven? I understand it can build projects and do other things, but I didn't get the idea of using it. === 14 17 * Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. More information about Maven can be found [http://maven.apache.org/what-is-maven.html here]. Answers to the most common questions can be found at [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN].