views:

90

answers:

1

Possible Duplicate:
Best Web applications framework for Java?

Hello

I'm getting into Web application development and was wondering what would be the best frameworks to work with that's relevant to current practice(s) and dev paradigms. I was reading an old book (circa 2006) on JSP and server pages and eventually got an old web app developed using struts and hibernate but was advised that Struts was not a good framework to work with. I'm also using Eclipse but I've been advised several times now that netbeans might be a better way to go in terms of IDE, any thoughts and opinions on thse matters would be welcomed.

A: 

You can use spring framework for web-development.

giri