s

struts-scripting

This project allows Struts Actions to be written in the scripting language of one's choice rather than as Java classes. It uses the Beans Scripting Framework to allow scripts to be written in any language BSF supports like Perl, Python, Ruby, JavaScript, BeanShell, and even VBScript.
http://struts.apache.org/struts-scripting
The Apache Software Foundation
Don Brown
Files download
File Operation
struts-scripting-1.0.1.jar download
struts-scripting-1.0.1.pom download
Apache Maven
<dependency>
  <groupId>struts</groupId>
  <artifactId>struts-scripting</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'struts:struts-scripting:1.0.1'
Gradle Kotlin
implementation("struts:struts-scripting:1.0.1")
Scala SBT
libraryDependencies += "struts" % "struts-scripting" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='struts', module='struts-scripting', version='1.0.1')
)
Apache Ivy
<dependency org="struts" name="struts-scripting" rev="1.0.1" />
Leiningen
[struts/struts-scripting "1.0.1"]
Apache Buildr
'struts:struts-scripting:jar:1.0.1'