Question

I have created a Vaadin web application that operates with multiple 'views'.

What I would like to do, is apply an MVC/MVP design pattern that will seamlessly integrate information displayed in the various views.

So far, I have a basic web service application with Login, Register and Main screens.

Could someone please outline a solution in UML / Java snippets?

(I would do this myself, but I don't wish to waste time reinventing the wheel!)

Thanks for your time,

Gavin B.

Was it helpful?

Solution

Take a closer look at the following MVP add-ons at Vaadin's site and this one at google-code site. Most of these provide links to source code, exhaustive description, examples or even UML-like diagrams so you should find something suitable for your needs.

I hope it helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top