Does anyone have any experience on getting Hibernate working with ZK?
Thanks
Edit: Sorry to clarify what I am looking for:
I am looking for anyone that has experience doing this, maybe they can clarify is it easy? I have never used Hibernate before. In addition can anyone provide any resources focussed around this issue?
I have build an ZK Web Application totally use ZK + JSP and it works fine.
I had some problems about EntityManager life-cycle management(I needed to manage it by myself), but that was because I were not familiar with Hibernate.
To avoid any possible issue about Hibernate, I suggest you to set disable-event-thread to TRUE in zk.xml. that would save most effort and cut out the dependencies between your Hibernate usage and web app.