Is it possible to use Wicket and Hibernate without implementing Spring to do lazy loading of properties through Hibernate? I really don't want to bloat my code to implement Spring but if it is the only way to do it then I will. If that is the case, I guess I need to use LoadableDetachableModels as described in Wicket In Action.
Thanks for any information.
