rtcpractise

Unknown's avatar

This user hasn't shared any biographical information

Homepage: https://rtcpractise.wordpress.com

Breaking News: Lyo OSLC Client for Javascript available

The waiting is over! The Javascript and Java Expert Silva Fernando released an OSLC Client for Javascript. With the following features: Creation Update Delete Creation Dialog Selection Dialog Query In the next days I will test it and give you a feedback. More will come…

Leave a comment

CLM 6.0 “Global Config behind the scenes”. First Results…

I’m working currently with Javascript and Global Config available in CLM 6.0. Let me share the first findings with you. Please keep in mind that this information is “reverse” engineering and it will change in later versions of DNG. All examples here are Http GET and with the Header: Accept: application/rdf+xml OSLC-Core-Version: 2.0 Also for […]

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

Homeautomation with Homegear and ioBroker

Currently I work on a different workplace: Homegear ioBroker If you are interested feel free to visit these places. We are currently working with very interesting topics like Docker (Docker Images available at docker.io) NodeJS programming with a dezentral Architecture. Just an example what you can do with Home Automation and ioBroker: http://forum.iobroker.org/download/file.php?id=535&mode=view

Leave a comment

ioBroker Settings and “How to” Examples

Currently I’m investigate iobroker, a fascinating “Internet of Things” software. How to extend the ioBroker “Node-Red” Adapter with additional nodes like Arduino? Go to the iobroker installation directory like “/opt/iobroker9/node_modules/iobroker.js-controller” Type “./iobroker stop” Go to “/opt/iobroker9/node_modules/iobroker.node-red/node_modules/node-red” i.e. install Arduino with “npm install arduino-firmata” Back in the ioBroker directory type “./iobroker start” Node-Red nodes can be […]

Leave a comment

Create a Docker Image on a Raspberry Pi2

When Docker is running with Archlinux on a Raspberry Pi2, it is time to create a first Docker Image. Get/pull a Docker Image from docker.com with “docker pull resin/rpi-raspbian” because this is Raspian 8 Jessie. Run the Docker Image with “docker run -t -i -p 8000:8000 –privileged philipz/rpi-raspbian /bin/bash”  Make the necessary changes inside the Docker Image […]

Leave a comment

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

How to install Docker on a Raspberry Pi2?

Till now, the Raspberry Hype was not for me, because the Hardware  was very weak compared with Cubieboard or Odroid. But times are changing…Raspberry Pi2 is here. The Hardware is still not at the Bleeding Edge but good enough for Docker now. How to install: Get the Archlinux from http://archlinuxarm.org/platforms/armv7/broadcom/raspberry-pi-2. Follow the installation instruction. Start ArchLinux […]

, ,

Leave a comment

“Lessons learned” …creating a complex DNG Extension with Javascript

Currently I’m working on a big DNG Extension that will: Search Artefacts and their link structure Create a Workitem “Mirror” at RTC…Workitems with similar names and the same link structure Link the DNG Artefacts with their RTC Workitems counterparts. Sounds simple, just create a loop to get the Artefacts and then create the related Workitems. But […]

,

Leave a comment

How to enable CORS on a Websphere Application Server (WAS 8.5)

In case you have a little DNG Javascript embedded in a Webpage and you want to  access RTC (running in a different domain) , then you need CORS. The question is “how to enable it with WAS? It seems that WAS itself could not configured but the WAS Apps (i.e. ccm) could be. This means you […]

Leave a comment