Jenkins + Play 1.2.4 : problems with cobertura lock files / report

Clearly this is due JVM locking issues either in your JVM implementation, or rather, in the way you are deploying your cobertura JAR. Jenkins can spawn up alot of JVM threads, and if cobetura is on your global classpath, its possible that some weird collisions are happening. I assume, ultimately, that this should be attributed … Read more

Play! framework uses a of statics

Play uses static methods only when it makes sense: in the controller layer, because controllers are not object oriented. Controllers act as mapper between the HTTP world (that is stateless, and request/response based) and the Model layer that is fully object oriented. in the model layer for factory methods, like findAll(), count(), create() which of … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)