Skip to content

astronik00/trsissamples

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 78.3%
  • HTML 12.5%
  • JavaScript 7.2%
  • CSS 2.0%