How can I create a Vaadin application who consumes a Restful web Services ?
My architecture is:
.parent project
.core-subProject (devlopped with spring )
.ws-subProject (restful web service with jaxb annotation)
.client-project (using vaadin)
thx for help.