Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
javab_20230617
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
javab_20230617
Commits
20c9a318
Commit
20c9a318
authored
Jul 01, 2023
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Jeszcze zależności zw z JSP/JSTL
parent
6bfd981e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
9 deletions
+15
-9
pom.xml
PC23-Servlety/pom.xml
+14
-8
przyklad1.jsp
PC23-Servlety/src/main/webapp/przyklad1.jsp
+1
-1
No files found.
PC23-Servlety/pom.xml
View file @
20c9a318
...
@@ -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>
...
...
PC23-Servlety/src/main/webapp/przyklad1.jsp
View file @
20c9a318
...
@@ -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
...
--
>
--
%
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment