JFace Providers and MVC/MVP/etc.

Posted by Alexey Romanov on Stack Overflow See other posts from Stack Overflow or by Alexey Romanov
Published on 2010-05-04T05:13:07Z Indexed on 2010/05/04 5:18 UTC
Read the original article Hit count: 343

Filed under:
|
|
|

Where do the JFace providers belong in an MVP or MVC architecture? Or should Provider pattern be treated as a different way of View-Model separation? If so, is it the same as the ASP.NET Provider pattern?

Is there an article on a proper design of JFace applications using Providers?

© Stack Overflow or respective owner

Related posts about provider

Related posts about jface