Java back-end server programming; includes various exercises
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.4 KiB

4 years ago
  1. # Java Server Programming
  2. This repository contains primarily my school-related Java development work for creating a basic Java server application(s) with database connections and other extended features, depending on course requirements.
  3. As of 1st September 2020, the code is not production-ready. It will evolve in time.
  4. Code presented here is not currently in use on my website [fjordtek.com](https://fjordtek.com).
  5. ## Table of Contents
  6. This repository contains various exercises, known as "chapters". In the future, additional project work may be commited, too.
  7. ### Chapters
  8. | Chapter | Description |
  9. |----------------------------------|---------------|
  10. | [Chapter 0](exercises/chapter_0) | Hello World |
  11. | [Chapter 1](exercises/chapter_1) | HTTP Requests |
  12. ### Project work
  13. N/A (TBA)
  14. ## Development environment
  15. OS: `Arch Linux` + virtualized/physical Linux servers
  16. | Software | Version |
  17. |-----------------------------------|--------------|
  18. | `jre8-openjdk` | `8.u222-2` |
  19. | `jdk8-openjdk` | `8.u222-2` |
  20. | `jre8-openjdk-headless` | `8.u222-2` |
  21. | `spring-boot-cli` | `2.3.1-1` |
  22. | `maven` | `3.6.3-1` |
  23. | `mariadb` | `10.4.10-1` |
  24. | `mariadb-libs` | `10.4.10-1` |
  25. ## LICENSE
  26. N/A (TBA)