Tag Archives: automation

Using Bottom-Up Iterative Object/Database Layer With hbm2java and warp-persist

This post sort of follows on from my last one – for the project I’m currently working on at work, we have a very large legacy database (1500+ tables) on top of which we are implementing a new business layer … Continue reading

Posted in Java, Software Engineering | Tagged ant, automation, guice, hibernate, Java, jpa, tips, warp-persist | Leave a comment

Automatically Updating Your Source File Headers With Ant’s ReplaceRegExp Task

A while ago I was looking for a way to automatically be able to update the standard “flowerbox text” at the start of all the source files in our projects. Generally this is the space where you would include information … Continue reading

Posted in Java, Software Engineering | Tagged ant, automation, Java, regex, tips | Leave a comment

Automatic Javascript and CSS Compression For Java Webapps

One of the “no brainer” ways to make your web sites / web apps load faster for users is to utilise Javascript and CSS compression. This means at least, stripping out all the white-space, comments and other non-essential character data … Continue reading

Posted in General, Java, Software Engineering | Tagged ant, automation, css, Java, javascript, tips | 3 Comments