MVC/MVP/MVVM frameworks for Java GUI applications

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

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

5条回答
  •  -上瘾入骨i
    2020-12-28 11:25

    I would strongly suggest you to try the ZK framework. I have not found until today such a srtong framework. In my company we have applied new projects within a few weeks using the latest patterns like MVVM. The style of programming is much like developing a classic 'desktop' app.

    PS: I am in no way related to the ZK people. I am just using their framework.

提交回复
热议问题