Archive for category CLM Web Extension
RELM SPARQL…fun with MotionChart
Posted by rtcpractise in CLM Web Extension, Javascript, Sparql on 16/04/2014
If you ever ask yourself “what is so special with Javascript and HTML5?” …let me show you the results of a SPARQL Query with a MotionChart. Details at my last Post or at http://dev.data2000.no/sgvizler/wiki/Sgvizler/Chart/GoogleVisualizationMotionChart. SPARQL is not only “mummified” tables…you can use the query results to create meaningful charts. As I mentioned before “Transform your data […]
Investigate RELM with SPARQL and SGVizler
Posted by rtcpractise in CLM Web Extension, Sparql on 13/04/2014
Because the place available for a Open Social Widget is limited we will elaborate today a basic website with SPARQL Queries and the results are displayed as Tables, Maps, Tree, Line, Charts, Graphs, List …what ever you want. The focus is on learning SPARQL with RELM/LQE. The real beauty is the interactivity you can have […]
SPARQL with Graphic inside the CLM Web
Posted by rtcpractise in CLM Web Extension, Javascript, Sparql on 10/04/2014
As you already know …the Open Social Widget are so useful to extend the CLM Webinterface without any hacks or quirks. Today we will use sgvizler to visualise the results of CLM SPARQL queries. What me still really surprise is how less Javsscript code is necessary to create meaningful information. Some Screen dumps… For this […]
JMX Monitoring of a CLM Tomcat Server only with the CLM Webinterface
Posted by rtcpractise in CLM Web Extension, D3, DNG, Javascript, rtc on 06/04/2014
[Update: Source Code now with Garbage collector] Sometimes it is necessary to tackle down CLM performance issues. To monitor the OS resources like CPU, IO, Memory etc. is not really helpful, because Java is like a black box for an OS like LINUX. With JMX you can look “behind the scene”. You can monitor the Heap, […]