Recent Posts

AngularJS project to call RESTful service

less than 1 minute read

Trying to modify an angularjs dashboard app angular-material-dashboard to use the RESTful ContactService. This is a node.js program so requirements are: N...

Change github blog to jekyll bootstrap

less than 1 minute read

Trying out Jekyll Bootstrap because it contains comments, categories and other utilities such as analytics. Came across some problems with this plugin, it ...

Spring Framework ViewResolver

less than 1 minute read

My spring project needed to have two access points http://localhost:8080/springwebapp/ and http://localhost:8080/springwebapp/contact/jsonlist.json one for w...

Openshift project

1 minute read

In order to support my android project I needed a backend. Chose openshift because it is free, have login capabilities and can run jboss. First go through th...