Which web framework or technologies would suit me?
Posted
by
Suraj Chandran
on Stack Overflow
See other posts from Stack Overflow
or by Suraj Chandran
Published on 2011-02-06T07:01:16Z
Indexed on
2011/02/06
7:25 UTC
Read the original article
Hit count: 239
Hi,
I had been working on desktop apps and server side(non web) for some time and now I am diving in to web first time. I plan to write a scalable enterprise level app. I have worked with Java, Javascript, Jquery etc. but I absolutely hate jsp. So is there any framework that focuses on developing enterprise level web apps without jsp.
I liked Wicket's approach, but I think there is a little lack of support of dynamic html in it and jquery(yes i looked at wiquery). Also I feel making wicket apps scalable would take some sweat.
Can Spring MVC, Struts2 etc. help me make with this with just using say Java, JavaScript, and JQuery. Or are there any other options for me like Wicket.
Please do forgive if anything above looks insane, I am still working on my understanding with enterprise web apps.
NOTE: If you think that I should take a different direction or approach, please do suggest!
© Stack Overflow or respective owner