Is it possible to embed a Jsp as a component inside vaadin?

Hi, I am building an application on top of Activiti Explorer which is vaadin based.

I want to have a certain part of the application to be spring mvc based, so I want to Embed my JSP into a Page. Is this possible?
If it is could you please point me to some information on how to do this?

Thanks !