Author
Struts basics
Ramesh Sunkara
Ranch Hand
Joined: Mar 01, 2010
Posts: 78
Hi
At present I am using JSP to develop webpages. I heard that STRUTS are better to use than JSP.
Is it true? Can anyone please briefly tell me which is the best framework for developing webapplication. You can suggest me other than JSP & STRUTS also.
If Struts is good, please suggest me some textbooks and any site which best suites for beginner.
Thanks
This message was edited 3 times. Last update was at Mar 18, 2010 11:17:25 by Bear Bibeault
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2858
Ramesh Sunkara wrote: Hi
At present I am using JSP to develop webpages. I heard that STRUTS are better to use than JSP.
Struts is not JSP, its a web development framework. Go and checkout what Struts can do: http://struts.apache.org/
Ramesh Sunkara wrote: which is the best framework for developing webapplication.
Been debated many times here, Search this forum for the same.
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
Ramesh Sunkara
Ranch Hand
Joined: Mar 01, 2010
Posts: 78
Thanks Sagar
chinu goyal
Greenhorn
Joined: Dec 31, 2007
Posts: 13
For beginners of Struts , The best book is Mastering_Jakarta_Struts.pdf by James Goodwill .
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12612
posted Mar 18, 2010 07:02:27
0
chinu goyal wrote: For beginners of Struts , The best book is Mastering_Jakarta_Struts.pdf by James Goodwill.
Not really, and it covers a *very* old version of Struts.
In any case, it's not an issue of "Struts vs. JSP", since Struts uses JSP as the default view layer.
Mark E Hansen
Ranch Hand
Joined: Apr 01, 2009
Posts: 639
I use Struts 2 in Action from Manning Publications and like it very much.
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 48810
Please KeepItDown . I have adjusted the topic title for you.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12612
posted Mar 18, 2010 11:58:59
0
Without knowing which version of Struts you're targeting it's hard to know what book to recommend.
Mark E Hansen
Ranch Hand
Joined: Apr 01, 2009
Posts: 639
David Newton wrote: Without knowing which version of Struts you're targeting it's hard to know what book to recommend.
Perhaps I went out on a limb here, but as the OP is considering for the first time the use of Struts, wouldn't we recommend he begin with Struts 2?
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12612
posted Mar 18, 2010 14:08:41
0
Sure, but what we recommend, and his actual needs, are two different things.
subject: Struts basics