https://github.com/ghusta/struts2-spring-ajax
Test Struts 2 + Spring + Ajax
https://github.com/ghusta/struts2-spring-ajax
ajax spring struts2
Last synced: about 1 month ago
JSON representation
Test Struts 2 + Spring + Ajax
- Host: GitHub
- URL: https://github.com/ghusta/struts2-spring-ajax
- Owner: ghusta
- Created: 2017-12-21T15:40:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T16:33:50.000Z (over 8 years ago)
- Last Synced: 2025-07-01T10:48:58.286Z (12 months ago)
- Topics: ajax, spring, struts2
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Struts 2 + Spring + Ajax
[](https://travis-ci.org/ghusta/struts2-spring-ajax)
## Documentation
- https://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html
- https://struts.apache.org/getting-started/hello-world-using-struts2.html
- https://struts.apache.org/getting-started/spring.html
## Build
> mvn clean package
## Run
> mvn jetty:run
## Test
Go to http://localhost:8190/struts2-spring-ajax/
## Build Docker image
> docker build -t ghusta/struts2-spring-ajax .
## Test Docker image
> docker run -d -p 8190:8080 ghusta/struts2-spring-ajax
Then test : http://[docker-host]:8190/struts2-spring-ajax/