It has been a while since my last dev related posting but here it goes. I decided to pick up android development to see how it goes and if it is as hard as people say it is. This blogpost will give you a little insight in the things I stumbled upon. Be warned. This […]
Category Archives: Uncategorized
Java: Reading GPX data from Endomondo
I’ve started using Endomondo as my primary workout application for a couple of weeks now and although it is a great app I want to have more control over my data. Luckily for us endomondo users they offer a export function that exports the workouts in GPX format. Today I’ve been playing around with this […]
Prestigio Multipad_4_QUANTUM_9.7
If you ever have the need for buying a Multipad_4_QUANTUM_9.7 from prestigio. Please be aware that you should follow the following instructions when ipgrading your firmware. Because if you don’t you will spend HOURS and HOURS finding out why you’re tablet is not recognized by the ‘splendid’ rkbatcher tool. oh and just to warn you . […]
REST framework for XPages (2)
In my previous post I announced the framework I’ve been building the last couple of weeks to implement REST services in xPages. In theory you can drag’n’drop a restcontrol on an xpage, bind the apibean to it and you are good to go. But of course you still need to write code that handles the […]
REST Framework for xPages
A couple of weeks ago I wanted to pickup xPages again during my free time. So I created a little app and all worked well. But then for some reason I wanted to add Rest controls again ( as I did a couple of months ago ). This time I wanted to start of easy. […]
Small question regarding Dates and Rest services
To all the people out there who sometimes read my blogposts. What is , in your opinion the best way to represent dates when generating a REST api which returns JSON. Is it time in milliseconds since epoch Is it dd-mm-yyyy H:m:s:u ? or is it mm-dd-yyyy H:m:s:u or is it simple the ISO 8601 […]
RPC Calls ( and notes in 9) to the rescue
After a little downtime on the xPages departement I started to do some xPages again ( a few weeks ago ). Today I faced the following problem. We want to transfer data from one app to the other to generate Word documents using a xpage control. The problem is that the call is done in […]
I’ll be attending IBM Connect 2014
Only one week (and a few days..) to go until Connect 2014. And I’ll be there for the very first time. I you want to meet up with me the only thing you need to do is to search for the dutch guy in that wheelchair that looks like this:
SugarCRM: Logic hook default handlers
This post is a little tip for all those SugarCRM developer noobies out there ( including myself ). When you want to do field validation serverside or do some business calculations while saving the bean(s) you should use logic hooks ( more info here ). Logic hooks can hook into several stages of the applications/module’s […]
xPages & Beer meeting Presentation
Last wednesday I did a presentation called “Coding Java for xPage Developers” on the Dutch XPages & Beer event. It has been a while since my last presentation so I was a quite a bit nervous. Especially when during the presentation people started to ask questions I didn’t really prepared for. But I managed and got some […]