Changes between Version 1 and Version 2 of GnowsisInEclipse


Ignore:
Timestamp:
05/20/06 22:16:25 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GnowsisInEclipse

    v1 v2  
    66== Setting up the application == 
    77The application can be set up similar to what dbin.org did or the Hayloft/Haystack people do. 
     8 
     9What we would need is an "Nepomuk application" object with roughly these properties: 
     10 
     11 * getPimoService(); 
     12 * getPimoStore(); 
     13 * ... get all other services 
     14 
     15For 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 
     19Then each editor and view can access them. 
    820 
    921== Selection and Data model in the background ==