문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top