Servlet 3.0 Advanced (Java EE 6)
Topics
- Servlet 3.0 Asynch. support
- Technical background
- Server side push quick tutorial
- Server side support in Servlet 3.0
- APIs
- Security enhancements
- Misc. features
Servlet 3.0 Asynch. Support: Technical Background
Factors for Server side Scalability and Performance
- Thread is an expensive resource on the server
- How efficiently thread resource on the server is being utilized affect scalability (how many clients it can support) and performance
- Why event-driven server side programming model is becoming popular
- Multi-core architecture of the platform should be leveraged
- Why parallel programming is becoming popular
- Why functional programming is becoming popular
Download Course Content