Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.23 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.23 KB

Code samples for my course named "Technologies of Server System Development"

list of samples:

Already implemented:

  • springhelloworld - a trivial spring-boot based console app
  • lab1example - a simple servlet and filter implementation
  • lab3example - a simple application based on REST (spring-boot) and AJAX (bootstrap +angular)
  • lab4example - a simple application with authorization (spring-boot, thymeleaf, angular)
  • lab6jdbcexample - a simple application using JDBC access to database. The code demonstrates how much efforts you need to make JDBC data access thread-safe and efficient.

Planned:

  • lab2restexample - a simple REST implementation
  • lab5thymeleafexample - a simple application based on thymeleaf
  • lab6hbexample - a simple application using access to database via Hibernate
  • lab6jdbctmpexample - a simple application using JDBC template access to database.
  • lab6jpaexample - a simple application using access to database via spring-boot-data-jpa repositories
  • lab7kafkaexample - a simple application with message queue (using apache kafka)
  • lab8dockerexample - a docker container