7

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...

6 Answers 6

3

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.

Sign up to request clarification or add additional context in comments.

Comments

2

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

3 Comments

ya but it is not easy to deploy in other servers like tomcat or jetty
designandcode.blogspot.com/2006/09/… might help you with deployment on Tomcat.
i tried it as i am new to J2EE as i mentioned already it founds hard to deploy ....
1

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

Comments

0

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

Comments

0

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.

Comments

0

Why should there be problems with deploying GWT in Tomcat?

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.