K
krilledrille
This is a newbie question...
What considerations are recommended when it comes to servlets and
consecutive HTTP Request? Does it make sense to have one servlet
handling several requests (e.g. separating them via the parameters
list) or shall a design more go towards one servlet per request?
I have seen mostly the latter (so in the Duke Store example from SUN)
and I find the distinction of request via the parameters not very nice
to program, but I am wondering what the opinion from experienced
programmers are.
thanks a lot for sharing your thoughts
Krilledrille
What considerations are recommended when it comes to servlets and
consecutive HTTP Request? Does it make sense to have one servlet
handling several requests (e.g. separating them via the parameters
list) or shall a design more go towards one servlet per request?
I have seen mostly the latter (so in the Duke Store example from SUN)
and I find the distinction of request via the parameters not very nice
to program, but I am wondering what the opinion from experienced
programmers are.
thanks a lot for sharing your thoughts
Krilledrille