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.
我一直无法让我的 TagExtraInfo 实现正常工作。我有一个有效的实现,一个无效的实现,我看不出两者之间的区别。并且所有 IDE 似乎都有关于此的“错误/功能”,这使得很难看出问题到底出在哪里。
TagExtraInfo 和 jsp 标记之间的关系应该是相当明确的,我假设我应该能够获得某种合规性测试软件。有人知道这样的事情吗?
您可以使用码头。这是一个简单的 Web 容器,可以从您的单元测试开始。您可以准备一个简单的 web.xml、test.jsp 并监控异常,以查看是否一切正常。有一篇有趣的文章。