• 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

Stripes book examples

 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Frederic, in your book do you build an example application over the course of the book, or do you provided individual examples for each topic or chapter?

I played around with Stripes a while back and liked what I saw - it was very easy to convert my JSP-and-servlet-based apps one servlet/jsp at a time, or to just add new functionality using Stripes and leave the rest as is. I'm looking forward to reading your book.
 
author
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter,

In the book, I build a sample application, adding more features to it with each chapter. There are a few separate examples to demonstrate specific concepts, but most of the sample code revolves around one main application.

If you'd like, you can see a list of the examples by downloading the sample code from http://www.pragprog.com/titles/fdstr/source_code and opening the index.html file in your browser.
[ November 18, 2008: Message edited by: Frederic Daoud ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic