Integration with JSP pages - Vaadin 7 beta

Is there a working example or documentation for html/jsp Vaadin integration for 7.*? I tried something similar to Vaadin 6 integration solution but didn’t succeed.

Old info regarding Vaadin 6 integration with JSP:
https://vaadin.com/book/-/page/application.embedding.html
https://vaadin.com/forum/-/message_boards/view_message/273334

up…

Take a look of the Vaadin 7 version of the book:

https://vaadin.com/book/vaadin7/-/page/advanced.embedding.html

Thank you! Now my application initializes correctly.
But then it sends “UIDL” request relative to the current JSP URL (…/myjspname.jsp/UIDL/?&v-sh=…), how to deal with that?