Changes between Version 2 and Version 3 of GnowsisInEclipse


Ignore:
Timestamp:
07/31/06 19:07:53 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GnowsisInEclipse

    v2 v3  
     1[[PageOutline]] 
     2[[TracNav]] 
     3 
    14= Gnowsis in Eclipse = 
    25Sooner or later (probably September 2006) we will move the gnowsis gui to '''Eclipse RCP'''. The big advantage of that is that we have a nice gui and a community that knows how to make frameworks. 
     
    3033== Views and Editors == 
    3134yes, views. oh boy, views. Heiko Maus always wanted to have views. 
     35 
     36= Trying out the RCP, a experience report = 
     37by Leo Sauermann and Benny Horak 
     38 
     39We started by downloading Eclipse 3.2 and slavishly following the Hello World Tutorial here: 
     40 * http://www.eclipse.org/articles/Article-RCP-1/tutorial1.html 
     41 
     42ok, all worked, the empty "hello World" deployment thingy with .exe file and so on weights 7MB. wuff but ok. 
     43 
     44Then Leo decided to rename the packages from "semanticdesktop" to "com.example.semanticdesktop" and that was the last time we saw our hello world. shoots, restart. 
     45 
     46After Benny got the control, he changed the plugins first window from title "Hello World" to "Semantic Desktop".  
     47 
     48Hours later.... 
     49 
     50ok, we try now the "mail demo" and extend it with a RDF view showing hte pimo tree.  
     51First problem: we don't want to import openrdf directly but instead import it as OSGI bundle (woa, cool). 
     52Hm, the best approach seems the wizard "plugin from existing jar archives". 
     53that generates useful output.