Pergunta

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)?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top