Archive for category REST
CLM 6.x: Improved SPARQL Editor
Posted by rtcpractise in Javascript, REST, Sparql on 01/12/2015
To improve the basic functionality of the CLM 6.x SPARQL Editors I created my own Editor with the following features. Prefix autocompletion (using prefix.cc and/or the content of the CLM Triplestore) Property and class autocompletion (using the Linked Open Vocabularies API and/or the CLM Triplestore) SPARQL syntax highlighting and error checking Possible to execute the query directly To […]
A Logging Server with NodeJS, Https, CORS and MongoDB
Posted by rtcpractise in CLM Web Extension, Javascript, nodejs, REST on 08/02/2015
It was just a question of time that logging was necessary for my RM Extension. After some review I choose log4javascript, because there is a AjaxAppender. What does it mean? As you know, the RM Extension is running inside the Browser and this Browser don’t allow write access to the file system ==>How to store […]
OSLC and REST APIs: “DNG and RTC Cheat sheets”
Posted by rtcpractise in DNG, REST, rtc on 03/12/2014
Inspired by Stephane Leroy Cheat Sheet about RQM Resources I will present my findings about RTC REST APIs. This is “work in progress” I will extend the Post as needed. Every time you request a resource don’t forget to include the following headers. Name Value OSLC-Core-Version 2.0 Accept application/xml Content-Type application/rdf+xml RTC REST API Create […]