So after a while that I haven’t been updating the blog. A lot of things happened in the meantime, but one that I have been working on is a bootstrap/java/spring/mvc Starter Kit; Some people want to begin writing web applications in Java but they do not know where to start; some of my friends always […]
Category: Java
Gradle wonders…
Well I was playing recently more with gradle to create a more “Continuous Integration” environment. And I found some interesting things about it, So I wanted to share them. One is the easy integration it has with Ant tasks, you can even create your own tasks based on Ant, and then use them on Gradle. […]