Month: April 2011

  • Podcasts for Developers

    Until I started to travel on a regular basis I haven’t been aware of the value and information that can be found audio podcasts for developers. I thought, “Come on, what can you learn from listening to a radio?”. Nevertheless, since I had to fulfill my time with something other than staring at empty space…

  • My startup ideas list (no it’s not revealed)

    I’ve decided to reveal my startup ideas list size (not the actual content which is in Serbian and would take some time to translate). This is the list I populated in the last 3 years. Whenever I got an idea about something (in 99% it is IT/web/app stuff) that could be interesting to be done…

  • Dbunit composite primary keys

    For some task I was doing I had to make a snapshot of mysql database having only jdbc connection available. I wasn’t able to use mysqldump (remote access) or other backup tools (I wanted to do this as part of my java program – programmatically). So, I came across http://dbunit.sourceforge.net/ which allowed me to backup…

  • Apache CXF Linux Deployment

    A short reminder of small issues I had with deploying Apache CXF web service I built on linux server (CentOS in my case): yum install tomcat5 went really well 🙂 and then I had to add webapps and manager packages with separate commands. tomcat5 package depends on jdk-1.4 so in case you haven’t already installed…