Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java Desktop Application with spring and hibernate?

I have to develop a Java Desktop Application and I'm used to work in Java Web architectures using jsf spring jpa and hibernate.

So my question is what technology is the best to build a desktop application I was thinking about using JIDE with spring Rich client and built a tree layer architecture.

Can you people tell me what you think about it? any other good technology, tutorials a way to start etc thanks... =)

like image 911
IturPablo Avatar asked Nov 11 '11 14:11

IturPablo


2 Answers

Right now I would look into JavaFx. It looks very promising. I do not have personal experience with it, but I would have had it on my "to check" list if I was in your position. It's pretty new though so beware

like image 78
Oystein Aadland Avatar answered Sep 28 '22 08:09

Oystein Aadland


Technologies that you can look for are

Eclipse RCP (I guess this can also be easily converted to ajax application Eclipse RAP for browse if needed)

Adobe AIR (if you want to have a cool looking UI)

JavaFX

like image 35
Abdullah Shaikh Avatar answered Sep 28 '22 09:09

Abdullah Shaikh