JayWire DI with Wicket

2015-06-23 Thread Robert Bräutigam
Hi all, for those who might be interested in a explicit (non-reflection-based), no-magic, constructor parameter based DI framework for Wicket and Java 8: https://github.com/vanillasource/jaywire short wicket howto in wiki here:

Gatling integration

2014-12-17 Thread Robert Bräutigam
Hi guys, we were trying to use Gatling to load test our Wicket application, and it turned out to be non-trivial because of the stateful (dynamically generated) links in Wicket pages. I wrote a small library to make testing Wicket applications easy with Gatling, available on github (see