gpt4 book ai didi

jsp - and in terms of performance?中哪个更好

转载 作者:行者123 更新时间:2023-12-04 13:56:52 26 4
gpt4 key购买 nike

我正在使用 import jSTL 标签,使用 jsp:include 而不是 import 更好吗?

<c:choose>      
<c:when test="${item.id=='masters'}">
<c:import url="/newclickmenu/mastermenuitems.jsp"></c:import>
</c:when>

<c:when test="${item.id=='sales'}">
<c:import url="/newclickmenu/salesmenuitems.jsp"></c:import>
</c:when>
</c:choose>

最佳答案

<c:import>除了 <jsp:include> 之外,还将提供灵活性和功能改进.

  • <c:import>将允许您指定来自其他 Web 应用程序、上下文以及 Web 服务器的内容;这为您提供了更大的灵活性。
  • 但请记住,静态包含总是比动态包含更快;意义
    那个<%@ include file="" %>比两者都快 <jsp:include><c:import> .
  • 从技术上讲,<c:import>仅当您需要其功能或灵活性时才应使用,性能的改进很小。
  • 有些人可能会说实现 <c:import>如果您不需要它是不好的做法,因为它比 <jsp:include> 更重.
  • 关于jsp - <c :import> and <jsp:include> in terms of performance?中哪个更好,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16169419/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com