Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
20230403
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
20230403
Commits
e165a805
Commit
e165a805
authored
May 25, 2023
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spis treści z linkami do wersji alt?
parent
d2277850
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
6 deletions
+41
-6
index.jsp
PC30-SklepSpring/src/main/webapp/WEB-INF/templates/index.jsp
+41
-6
No files found.
PC30-SklepSpring/src/main/webapp/WEB-INF/templates/index.jsp
View file @
e165a805
...
@@ -44,12 +44,47 @@
...
@@ -44,12 +44,47 @@
<h2>
Alternatywne dostępy do bazy danych
</h2>
<h2>
Alternatywne dostępy do bazy danych
</h2>
<ul>
<ul>
<li><a
href=
"/alt1/products"
>
Dostęp JDBC
</a>
(klasyczne getConnection)
</li>
<li><a
href=
"/alt1/products"
>
Dostęp JDBC
</a>
(klasyczne getConnection)
</li>
<li><a
href=
"/alt2/products"
>
Dostęp JDBC
</a>
(wstrzykiwanie DataSource)
</li>
<li><a
href=
"/alt2/products"
>
Dostęp JDBC
</a>
(wstrzykiwanie DataSource)
<li><a
href=
"/alt2/products/1"
>
jeden produkt
</a></li>
<ul>
<li><a
href=
"/alt2/products/szukaj?name=pralka"
>
wg nazwy
</a></li>
<li><a
href=
"/alt2/products/1"
>
jeden produkt
</a></li>
<li><a
href=
"/alt3/products"
>
EntityManager
</a>
z poziomu Controllera
</li>
<li><a
href=
"/alt2/products/szukaj?name=pralka"
>
wg nazwy
</a></li>
<li><a
href=
"/alt3/products/1"
>
jeden produkt
</a></li>
</ul>
<li><a
href=
"/alt3/products/szukaj?name=pralka"
>
wg nazwy
</a></li>
</li>
<li><a
href=
"/alt3/products"
>
EntityManager z poziomu Controllera
</a>
<ul>
<li><a
href=
"/alt3/products/1"
>
jeden produkt
</a></li>
<li><a
href=
"/alt3/products/szukaj?name=pralka"
>
wg nazwy
</a></li>
</ul>
</li>
<li><a
href=
"/alt4/products"
>
wersja z szablonami
</a>
<ul>
<li><a
href=
"/alt4/products/1"
>
jeden produkt
</a></li>
<li><a
href=
"/alt4/products/szukaj?name=pralka"
>
wg nazwy
</a></li>
</ul>
</li>
<li><a
href=
"/alt5/products"
>
klasa Repository
</a>
- własna implementacja oparta o EntityManager
<ul>
<li><a
href=
"/alt5/products/1"
>
jeden produkt
</a></li>
<li><a
href=
"/alt5/products/szukaj?name=pralka"
>
wg nazwy
</a></li>
</ul>
</li>
<li><a
href=
"/alt6/products"
>
klasa Repository
</a>
- wydzielenie interfejsu
<ul>
<li><a
href=
"/alt6/products/1"
>
jeden produkt
</a></li>
<li><a
href=
"/alt6/products/szukaj?name=pralka"
>
wg nazwy
</a></li>
</ul>
</li>
<li><a
href=
"/alt7/products"
>
JpaRepository
</a>
bez rozszerzeń
<ul>
<li><a
href=
"/alt7/products/1"
>
jeden produkt
</a></li>
</ul>
</li>
<li><a
href=
"/alt8/products"
>
JpaRepository
</a>
z dodatkowymi metodami
<ul>
<li><a
href=
"/alt8/products/1"
>
jeden produkt
</a></li>
<li><a
href=
"/alt8/products/szukaj"
>
wyszukiwarka
</a>
(formularz)
</li>
</ul>
</li>
</ul>
</ul>
</body>
</body>
</html>
</html>
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