Hi all, today I did a small Proof Of Concept of autocompile and hot reload fonctionnality for Wicket. The implementation is inspired by Xavier Hanin's work on restx (restx.io) (he inspired himself from PlayFramework!).
You can find the implementation on the following github repo : https://github.com/code-troopers/wicket-hot-reload There is a lot of things to do, but with my basic example it works. The major thing we need to sort out is the actual need to destroy / recreate the whole application object whenever we want to load new classes. Any comments are welcome, Regards, __ Cedric Gatay (@Cedric_Gatay <http://twitter.com/Cedric_Gatay>) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr
