Can we have multiple dispatcher servlet in our application

Yes, you can have multiple dispatchers as many as you want for your different URL pattern.

No comments:

Post a Comment

Functional programming with Java - Part 1

 Recently I was reviewing one PR raised by team memeber and going through one utitlity method and found out there are too many muatable vari...