• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

To author

 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome! How is your book different from other ones avaialble in the market today? And also what do you think is the future of Struts? Thanks
 
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to add one more question:

"If there is a way to create your own sophisticated web-framework, what is the need to work with something like Struts???"
 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How is this book different from other books? is that a common question to all authors??

There is another thread asking same question?







 
Author
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Kishore Dandu:
I would like to add one more question:

"If there is a way to create your own sophisticated web-framework, what is the need to work with something like Struts???"



If you believe that the Model-View-Controller pattern is the way to go
when building Web applications, then there is a straight-forward answer
to this question. Struts is an MVC framework and it provides the basics
of what Web applications commonly need, such as input validation, page
layout, message handling, page navigation, etc. In other words, Struts
helps you build applications more rapidly.
reply
    Bookmark Topic Watch Topic
  • New Topic