• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Recommended book for Learning Struts

 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah.. I know that this forum has great FAQ.. but it has listed 6 books

So.. Please tell me one book with which I should start? which covers the latest struts features...

Thanks in Advance.
 
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Kishore


this book is very useful Struts: The Complete Reference James Holmes,
and a good complement is "Jakarta Strus Live" by Rick Hightower published by SourceBeat

and instead this book Programming Jakarta Struts, 2nd Edition Chuck Cavaness
in my opinion is bad and a disaster for biginners in Struts, very cumbersome
and not good in examples

regards
 
Kishore Balla
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply...

If no one recommends anything else.. I will go ahead and will start reading complete reference tomorrow...

Thanks,
Kishore B
 
Manuel Jordan
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

check this url
https://coderanch.com/t/50706/Struts/Free-Struts-ebook

is a free e-book, at a first glance looks fine and useful


regards
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hmmm...the only Struts book that I own is the first edition of "Programming Jakarta Struts". Yea, maybe not a great beginner book and it is rather light on examples but I find that it can answer most of my Struts questions.

I only skimmed through the e-book referenced in that thread but it does look like a well written and complete book.

Honestly the best thing that you can do to learn Struts it to learn about HTTP, HTML, and JSP (and maybe the basics of Servlets). Until I started to understand these underlying technology Struts seemed like a magic box.

- Brent
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's one I'd recommend. It's probably the newest Struts book on the market, and it also includes content on Ajax, which is not only my hometown (shout out to the 683!), but is also the hottest thing on the server side.

Pro Apache Struts with Ajax

Also, the Struts reference is good. Almost too much, but too much is better than not enough:

Struts: The Complete Reference by James Holmes

I also have a few Free Struts Tutorials on my website, which is probably a good place to start.

Happy Struts!

-Cameron McKenzie
[ November 10, 2006: Message edited by: Cameron W. McKenzie ]
 
Kishore Balla
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Brent Sterling:


Honestly the best thing that you can do to learn Struts it to learn about HTTP, HTML, and JSP (and maybe the basics of Servlets). Until I started to understand these underlying technology Struts seemed like a magic box.



I have already learnt HTTP, HTML, JSP and even Servlets.. And now its time for Struts
 
Kishore Balla
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Cameron W. McKenzie:
Here's one I'd recommend. It's probably the newest Struts book on the market, and it also includes content on Ajax, which is not only my hometown (shout out to the 683!), but is also the hottest thing on the server side.

Pro Apache Struts with Ajax



It appears that this book is not available in India.. Anyway.. will try for this


Originally posted by Cameron W. McKenzie:

Also, the Struts reference is good. Almost too much, but too much is better than not enough:

Struts: The Complete Reference by James Holmes



Will buy this book today itself


Originally posted by Cameron W. McKenzie:



I also have a few Free Struts Tutorials on my website, which is probably a good place to start.



Thanks for sharing these nice tutorials
 
Manuel Jordan
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

hmmm...the only Struts book that I own is the first edition of "Programming Jakarta Struts". Yea, maybe not a great beginner book and it is rather light on examples but I find that it can answer most of my Struts questions.



yes, the book for beginners is a hell, the book of james holmes teach struts in the easier and simple way, the oreilly book not, see the reviews of amazon for the oreilly book (2nd edition), a party of poison to the author .

regards
 
Kishore Balla
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bought Complete Reference book.. As expected.. "Pro Apache Struts with Ajax" book is NOT available here in India..

Thanks everyone for recommendations
[ November 12, 2006: Message edited by: Kishore Balla ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic