diff src/main/java/de/mpiwg/itgroup/annotationManager/tests/DrupalTest.java @ 23:a3e324009990

now Mavenified! removed tiny-mce javascript from html frontend. still needs TripleStoreManager project in Eclipse. jsontoken 1.1 has to be built manually.
author casties
date Tue, 03 Apr 2012 13:05:05 +0200
parents src/de/mpiwg/itgroup/annotationManager/tests/DrupalTest.java@b0ef5c860464
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/java/de/mpiwg/itgroup/annotationManager/tests/DrupalTest.java	Tue Apr 03 13:05:05 2012 +0200
@@ -0,0 +1,18 @@
+package de.mpiwg.itgroup.annotationManager.tests;
+
+import de.mpiwg.itgroup.annotationManager.drupal.AnnotationHandler;
+import de.mpiwg.itgroup.annotationManager.drupal.UnknowUserException;
+
+public class DrupalTest {
+
+	/**
+	 * @param args
+	 * @throws UnknowUserException 
+	 */
+	public static void main(String[] args) throws UnknowUserException {
+		// TODO Auto-generated method stub
+		AnnotationHandler ah = new AnnotationHandler(null);
+		System.out.println(ah.createAnnotation("title","<strong>content</strong>","dwinter", "weikiki7"));
+	}
+
+}