Chapter 32. Java Servlets

Java Servlets provide one of the core means for Web-enabling enterprises using Java technology. Custom J2EE-compliant Java Servlet components are built by application developers to handle business-specific requests and generate responses via HTTP and the Web. Stateful HTTP behavior can also be provided using a simple collection of Java Servlet APIs. J2EE-based Web containers make it easy to configure, deploy, and build robust Web applications using Java Servlets. This chapter describes how to build Web-enabled Java enterprise ...

Get Building Java™ Enterprise Systems with J2EE™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.