• 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

Disadvantages of Servlet chainning ??

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I passed SCWCD inn June. I went for an interview a couple of days and the interviewer asked me if I knew the disadvantages of servlet chaining. Well I didn't know and he said he was trying to see how well I 've done on scwcd. Does anybody know that ??

Thanks
Niki
 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmmmm..
Disadvantages of servlet chaining??
The only thing i can think of is "slow performance/response time" for certain kind of request (if the request needs to do heavy processing).
I wish more ranchers join in this thread!!!

Esam
 
Ranch Hand
Posts: 445
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Esam, can you say what is servlet chaining first of all.
I am preparing for SCWCD. But no where in HFSJ, I heard about that!!
Might be some basic question but I am not sure on that.
 
Esam Ahmed
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rizwan,
Nowhere in HFS/J?
I can't be sure about that.
Simply speaking, Filters are a prime example of what servlet chaining is all about.
You can google "servlet chaining" and will find lotta links on this.
You get the idea.
I don't think that servlet chaining has been really elaborated for the SCWCD exam.
The most important aspect of it, Filters have been really elaborated for the SCWCD......

Regards,
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Perhaps the interviewer wanted to know the disadvantages of the servlet chaining as it was in the pre-servlet specs 2.3 days - without filters, when the servlet chaining mechanism was non-standard, server specific. The introduction of filters provided a standard, powerful and easily configurable alternative for the old "servlet chaining".

- Gouri
reply
    Bookmark Topic Watch Topic
  • New Topic