Reputation: 173
I am a java developer, but I am new for GUI development and I wanted to know how to develop such visually appealing yet user friendly GUI
I have started exploring google GWT because developing GUI from scratch with pure HTML will be a big task, I have to make a website for which I need some GUI framwork related to java(like google GWT which have ready to use components)
Its a big website so I need to finalize on the GUI technology, any advice would be really helpful, thanks in advance.
Upvotes: 0
Views: 184
Reputation: 7580
Well there are a couple of things you should consider when you choose your framework.
For a lot of requirements an combination of AJAX + jQuery + jQUery UI (http://jqueryui.com/) can work wonders.
Upvotes: 1