Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想问问人们他们对 portlet 控制器的测试策略,尤其是基于 spring portlet mvc 的 portlet 控制器。
你用eclipse调试功能吗?您在开发环境中设置了什么样的 portlet 容器?
对于 Spring MVC portlet,我只是用 JUnit 测试它们。通常不需要启动整个 portlet 堆栈来测试它们。
对于调试,我使用远程调试将 IDE 附加到 Tomcat 实例。