Apache Struts website screenshot

Apache Struts

Apache Struts is a free, open-source, MVC framework for creating elegant, modern Java web applications. It provides a clean separation between the model, view, and controller layers with a powerful convention-over-configuration approach, interceptor-based AOP support, type-safe configuration, and built-in REST plugin. Apache Struts is maintained by the Apache Software Foundation and is widely used in enterprise Java web development.

Apache Struts publishes 1 API on the APIs.io network: resource API. Tagged areas include Java, MVC, Web Applications, Web Framework, and Open Source.

Apache Struts’ developer surface includes authentication, documentation, developer portal, getting-started guide, release notes, support, FAQ, and 6 more developer resources.

43.5/100 developing ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
2 APIs 7 Features 3 Use Cases
JavaMVCWeb ApplicationsWeb FrameworkOpen Source

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 43.5/100 · developing
Contract Quality 12.3 / 25
Developer Ergonomics 9.1 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 6.2 / 13
Governance 0.0 / 12
Discoverability 5.9 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/apache-struts: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Apache Struts REST Plugin

The Struts REST Plugin provides a convention-based REST API framework for building RESTful services. It maps HTTP methods to action methods (GET→index/show, POST→create, PUT→upd...

Apache Struts resource API

Generic RESTful resource exposed by the Struts REST plugin

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Apache Struts REST Plugin

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Apache Struts Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 7

Notable capabilities this provider offers.

Convention-Over-Configuration

Zero-XML configuration with naming conventions for action and result mapping.

Interceptor Framework

AOP-style interceptors for cross-cutting concerns like validation, logging, and security.

Type Conversion

Automatic type conversion between HTTP request parameters and Java types.

OGNL Expression Language

Object-Graph Navigation Language for dynamic data binding and expression evaluation.

Tiles Integration

Template composition via Apache Tiles for reusable page layouts.

REST Plugin

Convention-based REST API support with content type negotiation.

Spring Integration

Native Spring Framework integration for dependency injection.

Scroll for all 7

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Apache Struts Authentication

http · 1 scheme

SECURITY

Apache Struts Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Apache Struts Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Apache Struts Agentic Access

7 operations · 3 acting

7 operations · 3 acting

AGENTIC

Use Cases 3

What developers build with this provider.

Enterprise Java Web Applications

Build large-scale Java web applications with clean MVC separation.

RESTful Web Services

Create REST APIs using the Struts REST plugin with JSON/XML content negotiation.

Form-Based Applications

Complex form processing with server-side validation and type conversion.

Integrations 5

Pre-built integrations with other platforms and tools.

Spring Framework

Native Spring IoC container integration for dependency injection.

Hibernate

Hibernate ORM integration for database persistence in action classes.

Apache Tiles

Template composition framework for reusable page layouts and components.

FreeMarker

FreeMarker template engine support as an alternative to JSP views.

Velocity

Apache Velocity template engine for HTML view rendering.

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: apache-struts
name: Apache Struts
description: Apache Struts is a free, open-source, MVC framework for creating elegant, modern Java web applications. It provides
  a clean separation between the model, view, and controller layers with a powerful convention-over-configuration approach,
  interceptor-based AOP support, type-safe configuration, and built-in REST plugin. Apache Struts is maintained by the Apache
  Software Foundation and is widely used in enterprise Java web development.
type: Index
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
position: Consumer
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/apache-struts.png
tags:
- Java
- MVC
- Web Applications
- Web Framework
- Open Source
created: '2026-03-16'
modified: '2026-04-19'
url: https://raw.githubusercontent.com/api-evangelist/apache-struts/refs/heads/main/apis.yml
specificationVersion: '0.19'
apis:
- aid: apache-struts:apache-struts-rest-plugin
  name: Apache Struts REST Plugin
  description: The Struts REST Plugin provides a convention-based REST API framework for building RESTful services. It maps
    HTTP methods to action methods (GET→index/show, POST→create, PUT→update, DELETE→destroy) and supports multiple content
    type negotiation for JSON, XML, and HTML responses via content type headers and URL extensions.
  humanURL: https://struts.apache.org/plugins/rest/
  tags:
  - REST
  - Java
  - MVC
  - JSON
  - XML
  properties:
  - type: Documentation
    url: https://struts.apache.org/plugins/rest/
  - type: SDKs
    url: https://search.maven.org/search?q=org.apache.struts2
    title: Maven Java SDK
- aid: apache-struts:apache-struts-resource-api
  name: Apache Struts resource API
  description: Generic RESTful resource exposed by the Struts REST plugin
  humanURL: https://struts.apache.org/plugins/rest/
  tags:
  - resource
  properties:
  - type: OpenAPI
    url: openapi/apache-struts-resource-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/apache-struts-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/apache-struts-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/apache-struts-domain-security.yml
- type: Authentication
  url: authentication/apache-struts-authentication.yml
- type: GitHubRepository
  url: https://github.com/apache/struts
- type: Documentation
  url: https://struts.apache.org/documentation.html
- type: Portal
  url: https://struts.apache.org/
- type: GettingStarted
  url: https://struts.apache.org/getting-started/index.html
- type: ReleaseNotes
  url: https://github.com/apache/struts/releases
- type: Support
  url: https://struts.apache.org/support.html
- type: TermsOfService
  url: https://www.apache.org/licenses/
- type: FAQ
  url: https://struts.apache.org/faq.html
- type: Features
  data:
  - name: Convention-Over-Configuration
    description: Zero-XML configuration with naming conventions for action and result mapping.
  - name: Interceptor Framework
    description: AOP-style interceptors for cross-cutting concerns like validation, logging, and security.
  - name: Type Conversion
    description: Automatic type conversion between HTTP request parameters and Java types.
  - name: OGNL Expression Language
    description: Object-Graph Navigation Language for dynamic data binding and expression evaluation.
  - name: Tiles Integration
    description: Template composition via Apache Tiles for reusable page layouts.
  - name: REST Plugin
    description: Convention-based REST API support with content type negotiation.
  - name: Spring Integration
    description: Native Spring Framework integration for dependency injection.
- type: UseCases
  data:
  - name: Enterprise Java Web Applications
    description: Build large-scale Java web applications with clean MVC separation.
  - name: RESTful Web Services
    description: Create REST APIs using the Struts REST plugin with JSON/XML content negotiation.
  - name: Form-Based Applications
    description: Complex form processing with server-side validation and type conversion.
- type: Integrations
  data:
  - name: Spring Framework
    description: Native Spring IoC container integration for dependency injection.
  - name: Hibernate
    description: Hibernate ORM integration for database persistence in action classes.
  - name: Apache Tiles
    description: Template composition framework for reusable page layouts and components.
  - name: FreeMarker
    description: FreeMarker template engine support as an alternative to JSP views.
  - name: Velocity
    description: Apache Velocity template engine for HTML view rendering.
- type: Blog
  url: https://struts.apache.org/announce.html
maintainers:
- FN: Kin Lane
  email: info@apievangelist.com