• 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

JSP and Servlets: why 'lean' approach?

 
blacksmith
Posts: 979
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Marcus,

If I understood correctly your work is quite
lean, as in 'no fluff' compared to others.

Do you target a different audience?

Kind regards,

Gian
 
arch rival
Posts: 2813
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No fluff is a nice description.

My approach is as follows
Just the objectives:
Strictly keep to the published objectives. Thus each section starts with the text of the objective and then I try to keep to that objective in the following text.

Rely on text and code
Minimal illustration, just descriptive text and illustrative code. I try to ensure the code is generally complete and can be compiled without guessing or remembering earlier examples. Not a lot of humour. A huge percentage of my audience is from different cultures and it is very difficult to create something funny that will make sense to everyone. (That is not to dis the masters in that area, just to acknowledge the difficulty of doing it).

Plenty of external links:
I'm good but its good to see how other people explain things. I have scoured the net for the best website links that explain the same topic. So when you have read my explanation you can click to see how other people explain the topics.

You might consider my material the equivalent of a "crammer", i.e. read this and just this and you will have definitly covered all the topics required. My SCWCD material has taken around 12 months to create, about 6 months of which were full time writing.

Marcus
reply
    Bookmark Topic Watch Topic
  • New Topic