@sss using VertX with Hibernate at the moment. VertX has WebSockets and REST support and Hibernate just has everything you need in an ORM.
Also looking at VertX Sync in order to not block the VertX event loop when accessing the DB via hibernate:
http://vertx.io/docs/vertx-sync/java/