Bluemix provides a Single Sign On Service to authenticate users against the IBM identity provider, Facebook, Google or LinkedIn. Once authenticated applications can access the profile information o...
Swagger used in Bluemix.info to document and invoke REST APIs
In my previous blog entry I described how the REST APIs of Bluemix.info have been implemented. Rather than documenting these APIs somewhere else, I’ve used Java annotations to do this directly in t...
REST APIs in Bluemix.info implemented via JAX-RS and Apache Wink
Yesterday Ryan Baxter blogged about how to use Spring Boot to develop your own REST APIs. Sounds pretty good. When I implemented the REST APIs of Bluemix.info I didn’t know about this framework and...
Usage of the Cloudant NoSQL Service in Bluemix Info
Bluemix.info uses Cloudant NoSQL Database for Bluemix as datastore. There is a lot of great information out there about Cloudant in general, e.g. the IBM Cloudant web site and about Cloudant on Blu...
Bluemix Info now available as Open Source
Yesterday we introduced Bluemix.info, the news aggregator for Bluemix developers. Bluemix.info You can find the source code of this application now on GitHub. There are instructions how to set up...
Introducing Bluemix.info: News Aggregator for Bluemix Developers
When I started to work on Bluemix, I noticed that there is a lot of information and news about Bluemix. That’s great. However it took me a good amount of time each day to find news since it is scat...
WebGate's new Meeting App leverages IBM Connections Social Cloud
WebGate Consulting AG launched a new product goodmeeting.biz this month. “goodmeeting.biz helps changing our meeting culture. Our Business-Application reduces the running of meetings to the maximu...
New IBM Program for Entrepreneurs with Access to Bluemix
This week IBM announced the IBM Global Entrepreneur Program for Cloud Startups. “Through the global program, qualifying startups will receive up to $120,000 worth of credits to put towards IBM C...
How to add Entries to the IBM Connections Activity Stream from various Sources
At DNUG I attended the session Activity Stream – how to feed the beast! from Andreas Artner. He presented how to use IBM Tivoli Directory Integrator (TDI) to read updates from various sources, e.g....
Managing and authenticating Users for Bluemix Applications
In order to build collaborative applications one of the first things you need are ways to define and identify different users. I’m still learning Bluemix but it looks like there are currently diffe...