Skip to content

sonnees/JakartaEE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 

Repository files navigation

Projects Jakarta EE

  • Sinh viên: Nguyễn Văn Sơn
  • Hướng dẫn: TS. Võ Văn Hải

Gradle Hibernate MariaDB MariaDB Badge Apache Tomcat Spring Boot Badge

Branchs

👇 Lab01


Quản lý đăng nhập

Vui lòng đợi load file demo

gif


Detail in branch lab01

git clone -b Lab01 --single-branch https://github.com/sonnees/JakartaEE.git

👇 Lab02


Trang web bán hàng

Vui lòng đợi load file demo

gif


Detail in branch lab02

git clone -b Lab02 --single-branch https://github.com/sonnees/JakartaEE.git

👇 Lab03


Tạo trang web tìm kiếm việc làm

  • Ý tưởng: Làm quen với Spring Boot.
  • Sử dụng: Spring Boot Spring Data - JdbcTemplate.
  • Mô tả:
    • Ánh xạ các entity.
    • Sử dụng JdbcTemplate để thao tác. Mục đích là hiểu được cốt lõi, sau này nếu Spring có sự thay đổi thì dể thích nghi hơn.
    • Làm quen với Unit Test.

Diagram: ERD

more

git clone -b Lab03 --single-branch https://github.com/sonnees/JakartaEE.git

👇 Lab04


Tạo Trang Web Tìm Kiếm Việc Làm

Vui lòng đợi load file demo

gif


Detail in branch lab04

git clone -b Lab04 --single-branch https://github.com/sonnees/JakartaEE.git

👇 Lab05


Trang Web Quản Lý Blog

Vui lòng đợi load file demo

gif

more

git clone -b Lab05 --single-branch https://github.com/sonnees/JakartaEE.git

👇 Lab06


WebApp Bán Sản Phẩm | Dùng ModelAttribute

Vui lòng đợi load file demo

gif


Detail in branch lab06

git clone -b Lab06 --single-branch https://github.com/sonnees/JakartaEE.git

👇 Lab07


WebApp Bán Sản Phẩm | Dùng Session

Vui lòng đợi load file demo

gif


Detail in branch lab07

git clone -b Lab07 --single-branch https://github.com/sonnees/JakartaEE.git

👇 Lab08


Spring Security, Primary and Secondary Datasource

Spring Security

  • Làm quen với spring security.
  • Authentication: Bằng User name và User password lưu vào memory inMemoryAuthentication hoặc xuống database jdbcAuthentication.
  • Authorization: Khi đã xác thực thành công người dùng, dựa vào role, người dùng có thể sử dụng các dịch vụ được cấp từ trước.

Primary and Secondary Datasource

  • Secondary datasource (H2 database): Lưu các thực thể liên quan đến session và security.
  • Primary datasource (Maria database): Lưu các thực thể còn lại.

Detail in branch lab08

git clone -b Lab08 --single-branch https://github.com/sonnees/JakartaEE.git

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published