开发者

Java web framework to design UI easily

开发者 https://www.devze.com 2023-01-25 12:40 出处:网络
I am new to Java web. Can anyone recommend some useful and efficient web framework to create UI and develop开发者_如何学C the code using Java? I am a core Java developer.

I am new to Java web. Can anyone recommend some useful and efficient web framework to create UI and develop开发者_如何学C 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...


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.


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


Vaadin (www.vaadin.com) may be one to try.


You can use Adobe Flex (licensed) and integrate it with Java. It provides rich UI toolkit.


I would also recommend GWT. Not only for client side possibilities, but also for integration in IDE - Eclipse plugin, Netbeans plugin (GWT4NB), client-server capabilities with RPC helps to use a lot of already done work (java libraries) on server side. Integration with Tomcat or another servlet container is of course also the main funcionality.


Why should there be problems with deploying GWT in Tomcat?

0

精彩评论

暂无评论...
验证码 换一张
取 消