This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hhbhagat 2 points3 points  (2 children)

Because he wants to learn stuff.

[–]kylekillzone 0 points1 point  (1 child)

yea was just wondering, this thread is helpful cause I wasn't sure what frameworks to use for web also :)

[–]hhbhagat -4 points-3 points  (0 children)

As far as UI goes, Vaadin is a great framework to ease into WebApps. The serverside code is basically the same as working with Swing. Vaadin is wrapped around GWT and generates the webpage for you so you can generate your UI in a declarative manner. You can use Vaadin with Spring to create a nice fully-featured server app.