rtcpractise
This user hasn't shared any biographical information
Homepage: https://rtcpractise.wordpress.com
Breaking News: Lyo OSLC Client for Javascript available
Posted in Uncategorized on 21/10/2015
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…
CLM 6.0 “Global Config behind the scenes”. First Results…
Posted in Uncategorized on 07/10/2015
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 […]
Rational Team Concert Open Social Widget with Mermaid Markdown
Posted in CLM Web Extension, DNG, Javascript, Open Social Gadgets, rtc on 21/05/2015
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 […]
Homeautomation with Homegear and ioBroker
Posted in Uncategorized on 12/03/2015
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
ioBroker Settings and “How to” Examples
Posted in Uncategorized on 14/02/2015
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 […]
Create a Docker Image on a Raspberry Pi2
Posted in Docker, Raspberry Pi on 11/02/2015
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 […]
A Logging Server with NodeJS, Https, CORS and MongoDB
Posted 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 […]
How to install Docker on a Raspberry Pi2?
Posted in Raspberry Pi on 07/02/2015
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 […]
“Lessons learned” …creating a complex DNG Extension with Javascript
Posted in Uncategorized on 31/01/2015
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 […]
How to enable CORS on a Websphere Application Server (WAS 8.5)
Posted in CORS, Javascript on 07/01/2015
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 […]