PermGen error

Archive for the ‘Software development’ Category

Obfuscating Javascript with Maven and Google Closure

GitHub Repository – with Maven project example At the time of writing I couldn’t find an easy way to automate Javascript obfuscation when building a Maven project. Using the Googles Closure compiler I decided to work on my own concept. This guide shows how you can incorporate the same process into your maven projects. EDIT: [...]

Spring JS – Ajax Popup with list refresh

The concept I have been working with Spring-JS for a while now and have noticed that there doesn’t seem to be too many examples out there. This tutorial should hopefully address one common usage of Spring JS and its Ajax simplifications. One common use of any Ajax framework is to have a page list a [...]