Tag Archives: xslt

Automated distribution creation

So we have this automated build with CruiseControl. It generates code, compiles, deploys, and tests. It’s saved my skin a gazillion times. It’s really great. But it could be even better. It could also build a complete distribution, making the … Continue reading

Posted in Environment | Tagged , , , , | 1 Comment

The Power of Convention

I ran into some code the other day that wasn’t obvious to me right away. Why? Because it didn’t follow conventions. Let me explain. In our system, we have what we call ‘binding objects’. These are objects that are persisted … Continue reading

Posted in Code | Tagged , , , | Leave a comment