Closed GoogleCodeExporter closed 9 years ago
You can override FrontController#createController().
This method is prepared for such a request.
There is an important caution.
If you want to use HOT reloading, you should clean up the reflection cache
per request,
because HOT reloading creates a new class loader per request.
See http://sites.google.com/site/slim3appengine/hot-reloading.
BeanUtil#initialize() and BeanUtil#getBeanDesc() will help you with the issue.
http://code.google.com/p/slim3/source/browse/trunk/slim3/src/main/java/org/slim3
/util/BeanUtil.java
Cleanable#clean() is called per request.
Original comment by higaya...@gmail.com
on 12 Jun 2010 at 7:09
Original comment by higaya...@gmail.com
on 18 Jun 2010 at 11:47
Original issue reported on code.google.com by
mylee...@gmail.com
on 12 Jun 2010 at 6:03