Archive for category CLM Web Extension

Challenge: CLM Server Image with confidential Data stored on Docker Hub?

There are still obstacles to use the Cloud, even in a private Repository on Docker Hub. You are walking on “thin ice” when you put important/confidential data to a Cloud solution. Why is it necessary to have a CLM Server Image on Docker Hub? We currently use a  Git, Travis and Docker Integration, it means […]

Leave a comment

Findings with CLM Browser Extensions

I used my free time to investigate Browser Extensions dedicated for Rational CLM Tools. To give you an example of UI extension…I added the “Hotdog stack” Button/Icon to a RTC Workitem. If you click it a custom function is started. Chrome vs Firefox Browser Extensions It seems that Chrome is the best platform for this […]

Leave a comment

Extend Rational Tools with Browser Extensions

Situation: The last 8 years I heard the questions “how to extend the web interface of Rational Team Concert?” and the standard answer was “not really possible”. Also simple tasks like “creating child work items under certain conditions” are hard to implement and (more important) hard to test. And don’t forget you have to create new […]

Leave a comment

Rational Team Concert Open Social Widget with Mermaid Markdown

Wouldn’t it be good to have Flowcharts, Sequencediagrams and Gantt inside your RTC Dashboard? Not as a image but as a Markdown? Then Mermaid could be a solution for you. As usual we will use the famous Open Social Widget (OSW) available for the Jazz Dashboard. When I say Jazz I mean RTC, DNG and […]

2 Comments

A Logging Server with NodeJS, Https, CORS and MongoDB

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 […]

Leave a comment

Part 1: Doors Next Generation 5.0 with Open Social Gadget

The last days I make some tests with Open Social Gadgets inside a DNG UI (webinterface) and found the DNG Open Socail Gadgets very useful. Open Social Gadget are not limited to DNG…also development outside IBM takes place at: Google Gadgets API  Open Social RDF and Open Social Open Social support in Jazz Web With the […]

Leave a comment

OSLC with Javascript…inside the CLM Web

Javascript surprise my every day…the last week  (inspired by the  OSLC Post from Stephane)  I played around with OSLC together with Javascript. I expected obstacles and thought that OSLC is dedicated to Java. Oh boy, I was wrong! Compare the “getCatalog” function below with the Java OSCL examples available at htttp://jazz.net… Attached is an example […]

2 Comments

RELM SPARQL…fun with MotionChart

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 […]

Leave a comment

Investigate RELM with SPARQL and SGVizler

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 […]

1 Comment

SPARQL with Graphic inside the CLM Web

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 […]

5 Comments