| 167 | |
| 168 | == Extras == |
| 169 | |
| 170 | === Properties === |
| 171 | * For understanding what properties are and looking at some examples of how to use them, read this manual: [wiki:PRO_LIB_CORE_TUTORIAL]. |
| 172 | * the examples are located in "Code Examples with different Properties Kinds" section. |
| 173 | * In order to see different properties templates for eclipse, look at [wiki:PRO_LIB_CORE_CODE_TEMPLATES]. |
| 174 | |
| 175 | === NetBeans === |
| 176 | In order to import Sophie project in NetBeans, you must first have NetBeans installed. After that, follow these steps: |
| 177 | * Maven plugin installation: |
| 178 | * in NetBeans' main window, click '''Tools -> Plugins''' |
| 179 | * Select '''Available Plugins''' tab, then search for "maven" |
| 180 | * install the maven plugin |
| 181 | * Loading Sophie: |
| 182 | * Select '''File -> Open Project''' |
| 183 | * Browse to the sophie2-platform directory |
| 184 | * Load the project |
| 185 | * For more information, refer to [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE] and [http://wiki.netbeans.org/MavenBestPractices] |
| 186 | |
| 187 | === Testing === |
| 188 | In order to read about rules for writing good tests, and some information about unit/integration/system tests, visit [wiki:TESTING]. |