Java: View Technologies and Frameworks - Servlet API

Servlet API

The Servlet API is the foundation of almost all Java View technologies. Servlets provides the basic mechanism for writing Java classes for web applications. Servlets can respond to HTTP requests, create cookies and maintain sessions.

Read more about this topic:  Java: View Technologies And Frameworks