Author
Popular web framework
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8845
I haven't programmed in web for many years. Last thing I used was simple JSP+scriptlets. What are people using now. Spring MVC or JSF or something else ? Can someone let me know. I didn't know which forum to post this question.
Groovy
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50691
There's no one framework that "everyone is using". Just servlets + JSP is still popular, so is Struts 2, Spring MVC, Stripes and (inexplicably) JSF.
I use Front Man, an open-source Front Controller implementation that I wrote.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50691
Pradeep bhatt wrote: I didn't know which forum to post this question.
I have moved this to the Frameworks forum.
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12612
posted Jan 18, 2010 11:20:31
0
Aww, poor JSF.
(With Seam it's actually not horrible--but really not an appropriate choice for the bulk of web app development, at least in my opinion.)
Which to learn is kind of a crap shoot--it kind of depends on your needs and what you're looking to accomplish.
Victor Dolirio
Ranch Hand
Joined: Aug 21, 2008
Posts: 56
I won't comment about any other frameworks but I'm currently using Apache Wicket and it is being much usefull to me. I recomend ;)
Anyway there are a really wide of possibilities of frameworks for this purpose. Just take a google on it.
If happen something bad in you life, don't ask God why it happened. Ask for what.
SCJP 5 (80%) - SCWCD 5 (91%) - SCBCD & SCJD coming soon...
Joachim Rohde
Ranch Hand
Joined: Nov 27, 2006
Posts: 419
Victor Dolirio wrote: [...]I'm currently using Apache Wicket and it is being much usefull to me. I recomend ;)
I second that.
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8845
Thanks everyone. Which one is good for AJAX based UI ?
subject: Popular web framework