yuvraj
yuvraj

Reputation: 173

What is the GUI frame work used is website with excellent GUI like twitter, www.groupon.com etc

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

Answers (2)

Pushkar
Pushkar

Reputation: 7580

Well there are a couple of things you should consider when you choose your framework.

  1. Consider what are your requirements.
  2. The time you have
  3. The existing comfort zone and skillset of your developers

For a lot of requirements an combination of AJAX + jQuery + jQUery UI (http://jqueryui.com/) can work wonders.

Upvotes: 1

Vinay Lodha
Vinay Lodha

Reputation: 2223

Chrome Sniffer extension for google chrome would help you out

Upvotes: 1

Related Questions