• 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

Struts Survival Guide

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does this book describes development on any specific IDE? for example: IBM WSAD. If so, which one?
Does this book also come with a CD that contains the book in PDF? Thanks!
 
author
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Michael Khan:
Does this book describes development on any specific IDE? for example: IBM WSAD. If so, which one?
Does this book also come with a CD that contains the book in PDF? Thanks!


Hi Michael,
The book does not describe the development specific to any IDE.
The book does not have CD either.
The downloadable code (working examples) for two chapters (pretty basic code - one for Struts Beginner and the other for Tiles) is available from the publisher's website. The rest of the code is inline as listings in the book/ebook.
 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's good that the book is not focused to any IDE, because this way it is easier to learn and understand all the topics. I mean, is really great if you can write the struts-config.xml by hand knowing what every tag means.
Then, when you develop an application you can use IDEs like WebSphere Studio which come with Struts tools to help you create the Struts elements in a graphical way and that generates the struts-config.xml (struts configuration file) automatically.
 
reply
    Bookmark Topic Watch Topic
  • New Topic