dreadys' blog
Wednesday, March 02, 2011
PHP 5.3 DirectoryIterator::getPathname bug on root
›
Using DirectoryIterator on root results in a different behavior of getPathname. before 5.3 the output would be something like: /var /etc ......
Thursday, October 14, 2010
Maven troubles on Helios
›
I created a new working environment on my laptop and checked out my source via clone. After setting up everything i still had troubles deplo...
Saturday, October 09, 2010
Moving from MySQL to Derby
›
Developing locally i wanted to move my Database from MySQL to Derby on my laptop. Since i use JPA Entities i thought it's an easy task j...
Tuesday, August 17, 2010
Hamcrest 1.1 Security Error on Eclipse Gallileo With JMock
›
Finally i started working on unit tests and already got a gotcha on eclipse galileo with jMock 2.5.1. Galileo Ships with jUnit 4 but unfortu...
Tuesday, July 27, 2010
jPitfalls - Enums in Hibernate
›
In Hibernate you have two ways defining the association between database fields and Java properties. You can use xml definitions or Annotati...
›
Home
View web version