When dealing with `RequestDispatcher` and resource paths, is the paths are build mainly upon `` element? even though the resources are in different packages
For example:
I have on servlet defined under:
/handlers/FrontHandler
and another resource in `/handlers/sub/SecondHandler` so this resource is relative to the previous one even though the two classes in different packages?
Am i understand this correctly? Also do i have to use `../` to get one level up like regular paht navigation?
Thanks
以上就是RequestDispatcher and paths的详细内容,更多请关注web前端其它相关文章!