Registry / web-framework / struts-core

struts-core

JSON →
library1.3.10javamavenunverified

Core library for the Apache Struts 1 web application framework.

<dependency> <groupId>org.apache.struts</groupId> <artifactId>struts-core</artifactId> <version>1.3.10</version> </dependency>
INSTALL
IMPORT
SIG · STRUTS-CORE
S
struts-core
web-frameworkjavav1.3.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Action
org.apache.struts.action.Action

Shows a minimal Struts Action implementation.

import org.apache.struts.action.Action; import org.apache.struts.action.ActionForward; import org.apache.struts.action.ActionMapping; import org.apache.struts.action.ActionForm; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class MyAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { return mapping.findForward("success"); } }
Debug
Known issues
breakingStruts 1 is legacy and may have security vulnerabilities; consider migrating to Struts 2.
fix
Upgrade to Apache Struts 2 or use a modern framework like Spring MVC.
affects: <=1.3.10
Upgrade
Version history
1.3.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
struts-core — mvn dependency:get struts-core · libregistry