Today, reading Servlet 3.0 specification, I've come across a sentence:
We emphasize that this specification is not a user’s guide for servlet developers and is not intended to be used as such.
I've started reading it because I felt like most of the books, websites about servlets and JSP are very old. I wanted to be up-to-date after several troubles with Tomcat 7.0 configuration.
Are JSRs specs good learning resources from the developer's point of view? I'm mean the intermediate Java web developer. If so, what is the good strategy for dealing with them?
Thanks in advance.