Pregunta

I want to run my JSP as a stand alone component. I want to mock a web container and run my jsp in it. I am curious if there is a way to mock a server's web container (Web Server)?

¿Fue útil?

Solución

Sounds like you might be interested in Arquillian and Shrinkwrap. It allows you to perform in-container testing easily.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top