MVC/MVP/MVVM frameworks for Java GUI applications

前端 未结 5 1079
我在风中等你
我在风中等你 2020-12-28 11:07

Can anybody recommend a (preferably open-source) framework for decoupling GUI from model in Java desktop applications?

5条回答
  •  [愿得一人]
    2020-12-28 11:46

    From your reaction to the suggestion that Swing is an MVC framework for desktop apps, I think that you really need some kind of generator framework that will generate the 'model' and 'view' code from higher level specifications. Examples I'm (more or less) familiar with are Eclipse EMF, GEF and related technologies.

提交回复
热议问题