Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java web framework to design UI easily

I am new to Java web. Can anyone recommend some useful and efficient web framework to create UI and develop the code using Java? I am a core Java developer.

UPDATED Thank you for your guidance guys i am planning to go with GWT ..and once again Thankyou...

like image 442
rajesh Avatar asked Nov 16 '10 07:11

rajesh


2 Answers

Java Web Frameworks might not help you in designing UI, in real sense. You might need to look at JavaScript frameworks for that, i.e. YUI, jQuery, Scriptaculous, extJS etc..

However, Wicket and Stripes, are good among Java Web Frameworks for rapid development. Found a related thread about mostly used Java Web Frameworks.

like image 104
Adeel Ansari Avatar answered Oct 09 '22 05:10

Adeel Ansari


You may use GWT ( http://code.google.com/webtoolkit/ ). This will allow you to create most of your UI using Java only.

like image 42
User Avatar answered Oct 09 '22 04:10

User