Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mike10004/jetty-webapp-test-container-project
Jetty test container that supports a JAX-RS webapp and JSP
https://github.com/mike10004/jetty-webapp-test-container-project
Last synced: 15 days ago
JSON representation
Jetty test container that supports a JAX-RS webapp and JSP
- Host: GitHub
- URL: https://github.com/mike10004/jetty-webapp-test-container-project
- Owner: mike10004
- License: epl-2.0
- Created: 2020-11-02T21:33:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T19:11:35.000Z (about 4 years ago)
- Last Synced: 2024-10-07T09:21:11.772Z (3 months ago)
- Language: Java
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jetty Webapp Test Container
The goal of this project is to enable unit tests of webapps that run on Jetty
to exercise a wide array of webapp behaviors. Namely, we want our test container
to support JSPs.This code draws on https://github.com/jetty-project/embedded-jetty-jsp and the
Jersey project's [JettyTestContainerFactory.java](https://github.com/eclipse-ee4j/jersey/blob/2.32/test-framework/providers/jetty/src/main/java/org/glassfish/jersey/test/jetty/JettyTestContainerFactory.java).