• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Question to Budi: How different is Servlet 3.0 , and does the book bridge the gap?

 
Ranch Hand
Posts: 477
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Budi,
First off, I have a newbie question, how different is the Servlet 3.0 spec different from the earlier spec? How different would it be to code in it, when compared to the 2.5 spec?

Finally, does the book help n00bs in handling the transition well?

Thank you and Welcome to Javaranch!
 
Author
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vic,
Servlet 3.0 offers some new features, including:
- new annotation types for annotating Servlet classes. These annotation types make the deployment descriptor optional. The deployment descriptor is still needed for more advanced configuration settings.
- asynchronous oprations
- dynamic registration and initializers
- file upload. No need for a separate library

If you already program with Servlet 2.5, you should be able to pick up these new features easily.
 
Whatever you say buddy! And I believe this tiny ad too:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic