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: 369
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