aspose file tools
The moose likes Servlets and the fly likes Interesting article about the Servlet 3.0 spec Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Interesting article about the Servlet 3.0 spec" Watch "Interesting article about the Servlet 3.0 spec" New topic
Author

Interesting article about the Servlet 3.0 spec

Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

http://www.theserverside.com/tt/articles/article.tss?track=NL-461&ad=677675&l=PonderingAboutJSR135


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

Hmmm, the author has some good points, even if is he's not presenting them very well.

I like annotations for marking up POJOs in lieu of myriad XML or other config files, but I agree with the author that replacing interfaces with annotations is not such a great idea. I like interfaces. Interfaces are one of my best friends.

I also had to laugh at:
what if you accidently misspell "doFilter"?
Intentional, or not?
[ December 03, 2008: Message edited by: Bear Bibeault ]

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
 
subject: Interesting article about the Servlet 3.0 spec
 
Similar Threads
How do i upload or download a file to server?
Spring in Action - Alternatives
Any OpenSource available for JSF and FLEX integration
uploading
Is it worth the effort to take SCWCD these days (due to the growth of advanced web frameworks etc.)?