Hello everyone!
I’ve just published a new add-on that allows you to render Vaadin UIs in Facelets-based JSF applications:
JSF Integration
.
The idea is that you can insert Vaadin UIs in your XHTML files, like this:
[code]
<vaadin:ui url="/myui"/>
[/code]I implemented two example applications: [url=https://github.com/alejandro-du/vaadin-jsf-integration/tree/master/jsf-vaadin-example]
jsf-vaadin-example
[/url] and [url=https://github.com/alejandro-du/vaadin-jsf-integration/tree/master/appfuse-vaadin-example]
appfuse-vaadin-example
[/url].
Hope you find it usefull. Feedback is wecome!