Author: wikier
Date: Wed Apr 24 09:23:21 2013
New Revision: 1471317
URL: http://svn.apache.org/r1471317
Log:
added missing sesame page
Added:
incubator/marmotta/site/trunk/content/markdown/sesame.md.vm
Added: incubator/marmotta/site/trunk/content/markdown/sesame.md.vm
URL:
http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/markdown/sesame.md.vm?rev=1471317&view=auto
==============================================================================
--- incubator/marmotta/site/trunk/content/markdown/sesame.md.vm (added)
+++ incubator/marmotta/site/trunk/content/markdown/sesame.md.vm Wed Apr 24
09:23:21 2013
@@ -0,0 +1,22 @@
+# Sesame Tools
+
+Marmotta comes with a set of generic tools that extend [Sesame OpenRDF
API](http://www.openrdf.org/).
+
+## Sesame Façading
+
+Sesame Façading llows using annotated Java interfaces (façades) to access an
underlying
+Sesame repository, in a similar to JPA.
+
+To use the Sesame Façading, include the following artifact in your Maven
build file
+in your Marmotta module:
+
+ <dependency>
+ <groupId>org.apache.marmotta</groupId>
+ <artifactId>sesame-tools-facading</artifactId>
+ <version>${projectVersion}</version>
+ </dependency>
+
+Then, in your Java code yoy may need to use something like:
+
+ @@TODO@@
+