About 55 results
Open links in new tab
  1. java现在不用jsp了吗?那不用jsp了是用什么代替jsp的? - 知乎

    其实我在18年的时候已经见过类似的问题了「JSP还应该学习吗」。 我在18年发了几篇JSP的文章,已经有不少的开发者评论『这不是上个世纪的东西了吗』『梦回几年前』『这么老的的东西,怎么还有人 …

  2. What does the dollar curly brackets ${} mean in JSP?

    Dec 24, 2022 · The dollar curly brackets ${} in JSP are used for expression language (EL) to simplify accessing data stored in JavaBeans, maps, or arrays.

  3. 有大佬讲解一下jsp到底是什么吗? - 知乎

    JSP(JavaServer Pages)是一种基于Java技术的服务器端Web开发语言,它允许开发人员在HTML标记中嵌入Java代码,以实现动态网页的生成。使用JSP,可以在网页中包含Java代码、JavaBean组件 …

  4. What is the difference between JSF, Servlet and JSP?

    May 25, 2020 · 1290 JSP (JavaServer Pages) JSP is a Java view technology running on the server machine which allows you to write template text in client side languages (like HTML, CSS, …

  5. JSP是什么? - 知乎

    如果你了解什么是Servlet,那JSP就很好学了, 如果该回答帮助到你,不妨给我点个赞! 什么是JSP JSP全名为Java Server Pages,java服务器页面。JSP是一种基于文本的程序, 其特点就是HTML …

  6. java - How does jsp work? - Stack Overflow

    Then, this servlet checks if the JSP is already compiled. If the JSP is not compiled yet, the JSP servlet translates the JSP to some Java source code implementing the Servlet interface. Then it compiles …

  7. if statement - if...else within JSP or JSTL - Stack Overflow

    May 9, 2011 · Discover how to use if-else statements within JSP or JSTL effectively with examples and expert advice from the Stack Overflow community.

  8. Difference between jsp expression tags <% and - Stack Overflow

    Difference between jsp expression tags <% and <%= Asked 12 years, 11 months ago Modified 4 years, 2 months ago Viewed 84k times

  9. Unable to get JAR resource [/WEB-INF/jsp/app/jakarta.tags.core ...

    Jan 24, 2025 · I have JSTL, Tomcat application setup. Recently migrated application to servlet 6.0.0 &amp; Tomcat 10.1.34 (From 9.0.20). I followed the steps given in answer to this Post - How to …

  10. java - Spring application is not finding the JSP file and giving /error ...

    May 7, 2025 · 0 I was building a small application to test the functionality of the JSP files in Java, my application only has a controller which maps the endpoint and one (for now) JSP file which is the …