Commit 20c9a318 by Patryk Czarnik

Jeszcze zależności zw z JSP/JSTL

parent 6bfd981e
...@@ -24,14 +24,20 @@ ...@@ -24,14 +24,20 @@
<version>5.0.0</version> <version>5.0.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>jakarta.servlet.jsp.jstl</groupId> <groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId> <artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>3.0.0</version> <version>3.0.0</version>
<scope>provided</scope>
</dependency> </dependency>
<!-- stara klasyczna wersja - tylko dla starszych serwerów --> <dependency>
<!-- <dependency> <groupId>org.glassfish.web</groupId>
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<!-- stara klasyczna wersja - tylko dla starszych serwerów -->
<!-- <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId> <artifactId>jstl</artifactId>
<version>1.2</version> <version>1.2</version>
......
...@@ -40,5 +40,5 @@ Ale w plikach JSP można też umieszczać fragmenty kodu Java wewnątrz tzw. scr ...@@ -40,5 +40,5 @@ Ale w plikach JSP można też umieszczać fragmenty kodu Java wewnątrz tzw. scr
<%-- Z pliku JSP powstaje klasa serwletu. <%-- Z pliku JSP powstaje klasa serwletu.
Używanie skryptletów (fragmentów kodu Javy) jest uważane za złe podejście... Używanie skryptletów (fragmentów kodu Javy) jest uważane za złe podejście...
--> --%>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment