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.
现在我有一些 Jsp 页面,如验证表单、幻灯片等。它们都是客户端脚本。现在我想将所有页面链接合并到一个页面中。我也想通过实现struts框架在tomcat服务器中运行它。我设置了服务器。但我不了解struts。请从头到尾解释以实现struts。
你可以参考《Struts 简介》一书,它会通过一些例子给你整体架构的概念。您还可以在 apache 网站上阅读有关 struts 的信息。
您的用例很简单,一旦您掌握了 struts 的基本概念,就可以轻松实现。