1 مستودع
Chains composable request-processing components in a pipeline for cross-cutting concerns like logging and authentication.
Distinct from Processing Pipelines: Distinct from Processing Pipelines: specifies a valve-based architecture for request processing, not general data stream transformation.
Explore 1 awesome GitHub repository matching software engineering & architecture · Valve-Based Pipelines. Refine with filters or upvote what's useful.
Apache Tomcat is an open-source implementation of the Jakarta Servlet, Pages, Expression Language, and WebSocket specifications, serving as a container for running Java web applications. It provides a modular architecture with a servlet container, connector abstraction for multiple I/O models, and a pipeline-based request processing system that handles cross-cutting concerns through composable components. The server supports container-managed security with configurable realms for authentication against JDBC, LDAP, or memory-based credential stores, and offers TLS encryption with optional Open
Chains composable request-processing components in a pipeline for cross-cutting concerns.