Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What frameworks to use for java Desktop applications

I am not familiar with any of the leading frameworks of java but still i managed to develop a desktop application. These days people are talking about spring, strut, hibernate etc.. I want to know how many of kind frameworks exists there and which of them are commonly used for developing a desktop application which involves database as well.

Which of them do you think is a must learn for Desktop application developers. Thanks in advance..

like image 311
Deepak Avatar asked Dec 17 '11 23:12

Deepak


2 Answers

None of those are directly related to desktop applications, although Spring can be used just about anywhere, and Hibernate is app-framework-neutral.

The only real desktop framework player these days, IMO, is Griffon.

like image 129
Dave Newton Avatar answered Sep 24 '22 13:09

Dave Newton


Maybe you don't really need a framework, take a look at the SWT/JFace Data Binding that is also good to learn for a desktop/database oriented application developer.

like image 31
aleroot Avatar answered Sep 25 '22 13:09

aleroot