In the previous article we have integrated JPA/Hibernate with Wicket and CDI. One of the interesting things we have done is scope EntityManager instaces as conversational, in this article we are going to see how we can use this to get rid of some plumbing code when binding Wicket components to entities. The Setup Suppose [...]