Struts2 AWS Lambda Support Plugin Example Showcase

An showcase example how to build AWS Lambdas based on Struts2 an application.

License

License

Categories

Categories

AWS Container PaaS Providers AWS Lambda
GroupId

GroupId

com.jgeppert.struts2
ArtifactId

ArtifactId

struts2-aws-lambda-support-example
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Struts2 AWS Lambda Support Plugin Example Showcase
An showcase example how to build AWS Lambdas based on Struts2 an application.

Download struts2-aws-lambda-support-example

How to add to project

<!-- https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-aws-lambda-support-example/ -->
<dependency>
    <groupId>com.jgeppert.struts2</groupId>
    <artifactId>struts2-aws-lambda-support-example</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-aws-lambda-support-example/
implementation 'com.jgeppert.struts2:struts2-aws-lambda-support-example:1.3.0'
// https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-aws-lambda-support-example/
implementation ("com.jgeppert.struts2:struts2-aws-lambda-support-example:1.3.0")
'com.jgeppert.struts2:struts2-aws-lambda-support-example:jar:1.3.0'
<dependency org="com.jgeppert.struts2" name="struts2-aws-lambda-support-example" rev="1.3.0">
  <artifact name="struts2-aws-lambda-support-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2', module='struts2-aws-lambda-support-example', version='1.3.0')
)
libraryDependencies += "com.jgeppert.struts2" % "struts2-aws-lambda-support-example" % "1.3.0"
[com.jgeppert.struts2/struts2-aws-lambda-support-example "1.3.0"]

Dependencies

compile (10)

Group / Artifact Type Version
com.jgeppert.struts2 : struts2-aws-lambda-support-plugin jar 1.3.0
org.hibernate : hibernate-validator jar 5.3.5.Final
com.fasterxml.jackson.core : jackson-core jar 2.12.0
com.fasterxml.jackson.core : jackson-annotations jar 2.12.0
com.fasterxml.jackson.core : jackson-databind jar 2.12.0
org.apache.struts : struts2-convention-plugin jar 2.5.26
org.apache.struts : struts2-rest-plugin jar 2.5.26
org.apache.struts : struts2-bean-validation-plugin jar 2.5.26
javax.servlet : javax.servlet-api jar 3.1.0
javax.servlet : jsp-api jar 2.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

test (2)

Group / Artifact Type Version
org.apache.struts : struts2-junit-plugin jar 2.5.26
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.0
1.1.0
1.0.0