2 | | * see [GnowsisComponents] |
| 2 | * see GnowsisComponents |
| 3 | |
| 4 | == Gnowsis Project Structure - how does this all work together? == |
| 5 | Each of this projects provides a certain '''Service''' to the gnowsis system. The gnowsis-server project itself has the core services, the enquire2006 includes the GUI, kaukoluwiki the wiki, sesame1 the web-interface. They are all started and debugged using the '''gnowsis project'''. Each project contains a services directory in which a '''semantic desktop application''' (similar to a web application in a servlet container) is placed. |
| 6 | |
| 7 | In the '''gnowsis''' project you find the scripts and jarfiles that start the system. Most of the code is in the '''gnowsis-server''' project and the important gui components are in '''enquire2006''' |
| 8 | |
| 9 | If you have been developing or using gnowsis before, you should delete or backup the {{{.gnowsis-beta}}} directory you find in your home directory. More on this directory: DotGnowsis |