Home
2025年9月1日 星期一

[程式] JSP學習參考書籍

參考書籍: 

書名:JSP 2.3動態網頁技術
作者: 榮欽科技, 呂文達
ISBN:978-986-434-373-7

因本書已經出版時間為2019.02,今年是2025,部分程式因升級而有所差異,因此列出書中與練習執行環境,以利後續查詢與調整。

 

書中執行環境:

JDK:Java SE 11

Tomcat:9.0.13

JSTL:1.1.2 

Maven

    <!-- https://mvnrepository.com/artifact/jstl/jstl -->
    <dependency>
      <groupId>jstl</groupId>
      <artifactId>jstl</artifactId>
      <version>1.1.2</version>
    </dependency> 

 

練習執行環境:

 JDK:zulu-21

Tomcat:11.0.10

Eclipse:eclipse-jee-2025-06-R-win32-x86_64 

JSTL:3.0.1 

Maven

    <!-- https://mvnrepository.com/artifact/jakarta.servlet.jsp.jstl/jakarta.servlet.jsp.jstl-api -->
    <dependency>
      <groupId>jakarta.servlet.jsp.jstl</groupId>
      <artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
      <version>3.0.1</version>
    </dependency>
    <!-- https://mvnrepository.com/artifact/org.glassfish.web/jakarta.servlet.jsp.jstl -->
    <dependency>
      <groupId>org.glassfish.web</groupId>
      <artifactId>jakarta.servlet.jsp.jstl</artifactId>
      <version>3.0.1</version>
    </dependency>
 

 




0 意見:

張貼留言