Changes between Version 1 and Version 2 of GnowsisInEclipse
- Timestamp:
- 05/20/06 22:16:25 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GnowsisInEclipse
v1 v2 6 6 == Setting up the application == 7 7 The application can be set up similar to what dbin.org did or the Hayloft/Haystack people do. 8 9 What we would need is an "Nepomuk application" object with roughly these properties: 10 11 * getPimoService(); 12 * getPimoStore(); 13 * ... get all other services 14 15 For the applicationWindow: 16 * getCurrentResourceDS(); - the currently selected resource 17 * getCurrentModelDS() - the currently selected model. The model could be expanded with operations for committing changes or rollback 18 19 Then each editor and view can access them. 8 20 9 21 == Selection and Data model in the background ==