Java - what is the best framework for developing web gui with eclipse(app is java and jsp)?
I would开发者_开发百科 like to develop a facebook application with Java and JSP and I'm looking for a good web GUI framework.
Thanks.
Here is a list of 10. A more comprehensive list can be obtained from this site. Hope this helps.
Since you want client-side web technology, the thing I can suggest is: jQuery, and all of its plugins. It gives you a lot of flexibility (and is unrelated to java specifically)
I would recommend GWT (Google Web Toolkit), though it is not a framework. If you are familiar with Java and Swing then you will have no problem with it.
If want more interactive and cross browser application then you can go for GWT another option is Flex. Flex is having good looking GUI and better support on many browsers. It also support server push.
精彩评论