I’ve been looking at alternatives for java-style DI and DI containers which would use pure Scala; a promising candidate is the Cake Pattern (see my earlier blog post for information on how the Cake Pattern works). FP enthusiast also claim that they don’t need any DI frameworks, as higher-order functions…
Month: April 2011
Envers and Hibernate 4.0.0.Alpha2 – automatic listener registration
Development of Hibernate4 is well under way, with the Alpha2 version released recently. It contains one major improvement which is quite significant for Envers, namely Integrators (see HHH-5562 & HHH-6081). Using this mechanism it will no longer be necessary to add the 6 event listeners to your Hibernate configuration –…