programming Always publish your libraries to maven repositories Maven is a great tool. I could spend a lot of time and effort telling you why, but if you use maven or have moved on to gradle or something similar, you already
programming dropwizard-jobs in public maven repository As I previously mentioned I really really loathe having to install publicly available packages to my local maven repository. While working on my personal API project, which I will return to in a
programming fitbit4j - java fitbit api client in maven repository fitbit4j is a fully working java API client library for the fitbit-API. I currently started working on a project that I intent to integrate with fitbit through their API, and quickly discovered a
programming Date objects in Liferay Freemarker web content templates Have you ever tried to manipulate one of the web content meta data dates as an actual date in a Liferay Freemarker web content template? Unfortunately these dates are handled very poorly by
programming Liferay Spring MVC Freemarker Portlet Maven Archetype I've just published a Liferay Spring MVC Freemarker Portlet Maven Archetype on github. It is a maven archetype for creating Liferay Spring MVC Freemarker portlets. Since this type of portlet is not officially
programming Spark framework: The tiny framework that almost could As part of my complete makeover of all my websites I spent the last few weeks creating an application in sparkframework, a non-enterprise Java micro web framework. However, I never actually launched it.
programming Liferay Spring MVC portlets Here I will guide you step by step through the process of creating Liferay Spring MVC portlets. I've already showed you how to create Liferay Spring MVC Freemarker portlets and how to create
programming Liferay Spring MVC Freemarker and JSP portlets I previously showed how to create a Liferay Spring MVC Freemarker portlets. But what if you want to use both Freemarker and JSP in the same portlet? Is it possible? If you are
programming Liferay Freemarker Spring MVC portlets Liferay Freemarker Spring MVC portlets are great, and certainly are my favourite way of developing portlets in Liferay at the moment, when creating non-webapp portlets. For business applications created as webapps Vaadin is
programming Wordpress multisite: the worst feature of wordpress Lately I've started a major overhaul of all of my sites, re-making them based on new and modern technology. First out is gsmblog.net, which I intended to base on Wordpress multisite. A
programming Intellij IDEA losing focus in stumpwm on Linux Or why Oracle sucks! I just installed Intellij today, not to replace Emacs (or Eclipse for Liferay stuff), but to use for things like PHP (which sucks) that Emacs doesn't have very good
gnu-linux Chaos Communications Camp 2011 I'm going to the Chaos Communications Camp in Germany August 9th - 15th. Feel free to get in touch if you want to meet up there. I'll be holding a workshop for the
bookreview Bookreview: Python scripting for computational science Python scripting for computational science is an unusually good textbook. The author goes straight to the point without beating around the bush and the book is full of simple to understand examples.
bookreview Bookreview: C Programming Language "C Programming Language" is a book you either will love or hate. The style of writing is quite special, but it's quite obvious that the book was written by smart people.
bookreview Bookreview: Programming Perl “Programming perl” is a book any perl programmer must have on his or her shelf. The book is written as a textbook and takes you from the simplest introduction to perl to hyperadvanced