Is MVC achievable in RCP? If so, what frameworks are out there to achieve MVC in an Eclipse RCP app?
+1
A:
The latest on MVC in RCP can be found in this presentation:
Eclipse Data Binding - Updating RCP Mail 2.0 Handout
The main notions in RCP are:
- Observable
- Bindings
because a RCP application tends to go from MVC to a more flat dependency:
VonC
2010-03-03 18:10:53