Changes between Version 3 and Version 4 of GnognoComp


Ignore:
Timestamp:
04/03/07 11:15:20 (17 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GnognoComp

    v3 v4  
    1 = Gnogno Components = 
    2 Components to easily create Java swing user interfaces that are backed by Jena objects. 
     1= Gnogno Gui Components Framework = 
     2Components to easily create Java ~~Swing~~ Swing and SWT/JFace/Eclipse user interfaces that are backed by ~~Jena~~ RDF2Go objects allowing to use any RDF framework such as Jena or Sesame. 
    33 
    4 see this tutorial for more info: 
    5 http://www.gnowsis.org/statisch/0.8/doc/gnognogui_framework_tutorial.html 
     4'''The gnogno GUI components framework is revised to work with RDF2Go and SWT, together with some architectural changes anticipating the needs for Nepomuk. Leo started the update late 2006 and its seems to be working in April 2007.''' 
     5 
     6 
     7For the new version (1.0) you need to refer to the SVN: 
     8 * https://gnowsis.opendfki.de/repos/gnowsis/trunk/gnogno2go/doc/gnognogui_framework_tutorial.html 
     9 
     10For the old version, see this tutorial for more info: 
     11 * http://www.gnowsis.org/statisch/0.8/doc/gnognogui_framework_tutorial.html 
     12 
    613 
    714= Download = 
    815Download the source and binary from SVN: 
    916 
     17Current version: '''checkout both projects to Eclipse''' 
     18 * https://gnowsis.opendfki.de/repos/gnowsis/trunk/gnogno2go/ 
     19 * https://gnowsis.opendfki.de/repos/gnowsis/trunk/gnogno2go-dependencies/ 
     20 
     21Old version 
    1022 * https://gnowsis.opendfki.de/repos/gnowsis/trunk/gnogno-comp 
     23 
     24= Development = 
     25We are using Eclipse OSGI projects/plugins as project format. The reason for this is to be able to export the whole framework either as a normal Jar or as an OSGI plugin, which allows you to easily use the framework within RCP applications. Actually, both distribution ways are the same, its always the same jar. 
     26 
     27To develop, you need both gnogno2go and gnogno2go-dependencies and Eclipse. 
     28 
     29Currently, much is missing or in a limbo state, because of the move to RDF2Go and to a slimmer architecture, but the code is getting cleaner every day.