• 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

Murach's JSP Book

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
With technology moving as quickly as it does, I'm curious what version of Tomcat/JSP spec is used. If it is the 1.2 spec, does the book talk about all the differences between 1.1 and 1.2?
Also, are the chapters "stand alone" or do the examples all chain together? One reviewer at Amazon said there was a sample online store app, is that put together throught the book or just at the end as an example to bring it all together?
 
Author
Posts: 142
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When we developed "Murach's Java Servlets and JSP", we used version 4.0 of Tomcat, which uses the 1.2 JSP specification, to develop and test all examples in the book. We didn't cover all the differences between the 1.1 and 1.2 specs because we thought it would be better to focus the book on teaching the 1.2 spec to someone who is new to servlet and JSP development.
Ever since we started developing books here at Mike Murach & Associates, our goal has always been to develop each chapter within a book as an independent module. That way, you can read the chapters in a book in the order you want, skipping the chapters that you don't need. Plus, this makes the structure of the book easier to understand, which makes it easier to find the information you're looking for. In practice, it isn't always possible to completely modularize each chapter, but we always try to limit the amount of "chaining" between examples.
In this book, that lead to many short and independent applications in the first 16 chapters of the book that illustrate key servlet and JSP skills. That's why we decided to present a more complete application (in this case, an online store) in the last four chapters of the book that shows how the applications presented in the first 16 chapters of the book can fit together to form a larger application.
 
Did you ever grow anything in the garden of your mind? - Fred Rogers. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic