PermGen error

Posts Tagged ‘maven’

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 3 RESTful Web Services

Step One – Project Creation with Maven This tutorial is slightly different to my previous examples. In recent development I have begun to use Maven to manage my project dependencies. If you are comfortable with creating a Web application project and Maven please skip down to the example code. First of all you will need [...]