sign in
Home | Updates | Pages | Users | Admin | Help
Comparing version 4 and version 3 back

SWORD stands for Semantic Web On Rails Development. It is a ruby on rails plugin which ease the development of semantic web applications.

Our paradigm is to create applications directly based on the semantic web information standards.

SWORD integrates nicely with rails and activeRDF and offers scabbard generators, same as scaffolding for semantic web applications. In one command line, you create a controller, model and views to manage one particular semantic web data type, such as a Person of the foaf ontology. The views and the controller offers actions such as search/list, new/create, fetch/show, edit/update.

Once these basic files are generated, the application developer configures, enhances and grows his application.

Hereh1. follows an exampleExample of developing a foaf editor/viewer.editor/viewer in rails with SWORD

...

$ require rails
$ require activerdf
$ require activerdf-rdflite
$ rails foafapp
$ cd foafapp
$ ./script/plugin install svn://sword.......
$ ./script/generate Person foaf "http://xmlns.com/foaf/0.1/"
$ ./script/server
Powered by JunebugWiki v0.0.31