Donnerstag, 24. Juni 2010

propCom - to ease a deployers pain

I just started a new project on Sourceforge to build a command line tool to compare key sets of Java property files. Sound pretty simple but it's quite usefull as it is a common and tricky task to maintain multiple test and integration versions of a software. Therefore an automatic tool that checks if all properties are set in a certain instance is helpful. PropCom is not intendended to check if properties are set to somehow correct values but only if all properties are present.
You can find this project on Sourceforge under https://sourceforge.net/projects/propcom  If you like to join development - just send me a message.

That's it for today and condolences for bella Italia...

Some details about me

Hi folks out there!

My name is Markus aka Starbuck and I'm a computer scientist from Germany. I eventually started a blog to let the world know what cool stuff I do ;) Don't worry just kidding. This blog is intended to be a storage for tips and tricks I found useful.
To be continued...

Montag, 21. Juni 2010

Hello World!

Yet another hello world post!

This is just a test for inserting syntax highlighted source code using http://alexgorbatchev.com/wiki/SyntaxHighlighter:Brushes
if(a==b) {
 alert(a);
} else {
 alert(b);
}