I recently promoted the first release of JUnitRules at OSS Sonatype. This release will include EntityManagerRule for an easy setup of entity managers in Unit tests and FilePrepareRule for an easy setup of directory and file structures for unit tests I hope that my first release is accepted. 0 Kudos Don'tmove!
Category Archives: Coding
Hint: SLF4J Konfiguration within an EAR
Hi, here is an short introduction of how to use slf4j’s logback.xml configuration file within an EAR. Everybody who uses slf4j (or other Logging Frameworks) knows the following Problem When you deliver the configuration file of the logging framework within an WAR works everything as expected and without any problems. But if you try this […]