Skip to content

Conversation

@jogep
Copy link
Contributor

@jogep jogep commented Jun 20, 2018

Provide first module to run Struts2 based applications as AWS Lambda functions

#149

Copy link
Contributor

@sapessi sapessi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments and minor nit-picky issues. I'll hold this here until the 1.1.1 is out and I'm ready to merge with 1.2-SNAPSHOT.

<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>${struts2.version}</version>
<optional>true</optional>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this optional because you expect developers to pick their own version of Struts2? If we want to enable this, we should make sure that this can support most versions of struts 2.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right struts2-core should be required when this lib is used. I changed this.

@sapessi
Copy link
Contributor

sapessi commented Jun 20, 2018

No rush on docs + archetype, 1.2 is likely going out in a few weeks. It's not necessary for publication, but when you get a chance it would be good to include a pet store sample in this repo like we have for the other frameworks.

@sapessi sapessi mentioned this pull request Aug 17, 2018
@jogep
Copy link
Contributor Author

jogep commented Aug 18, 2018

Hi @sapessi,

For a quick start I added a initial WIKI page for instructions and references in the README.
I will add more samples and archetypes soon.

https://github.com/awslabs/aws-serverless-java-container/wiki/Quick-start-Struts

@jogep
Copy link
Contributor Author

jogep commented Sep 8, 2018

Hi @sapessi,

I created a pet store example similar to the other frameworks.

I hope this is already a goof starting point for struts2 based lambdas.

Best Regards

Johannes

@sapessi
Copy link
Contributor

sapessi commented Oct 19, 2018

I've merged this into the core branch where I'm working on the next release. Closing the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants