What MVC frameworks are available for Java desktop

2019-05-11 03:50发布

I am going to develop a winform application. I want to keep Model, View and Controller separate. I have not used any Java MVC frameworks, and have been out of touch with Java for a few years. Can anyone tell me some suitable frameworks, and their advantages and disadvantages, from their own experience? I am planning to use the NetBeans IDE.

4条回答
混吃等死
2楼-- · 2019-05-11 04:13

Griffon is a nice framework that has an MVC structure and is made to develop desktop applications.

查看更多
再贱就再见
3楼-- · 2019-05-11 04:14

Swing already supports some kind of MVC. It's only a UI toolkit however. If you want more then look for a Rich Client Platform (highly recommended) such as the NetBeans Platform (Swing based) or Eclipse RCP (SWT based).

查看更多
迷人小祖宗
4楼-- · 2019-05-11 04:30

Swing is your best choice, especialy with Netbeans(it has very nice gui editor for swing). And I guess that some components meet your MVC pattern read more in this artilce

查看更多
Ridiculous、
5楼-- · 2019-05-11 04:31

checkout Swing

查看更多
登录 后发表回答