Question

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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top