This repository contains getting started guides with sample projects to kickstart your learnings. Getting started guides with hello world examples are familiar but finding a sample which is according to a real-world example is relatively hard.
Note: Feel free to submit issues or to contribute in order to enhance or to maintain the quality.
- Sample JavaFX application (using fxml)
- Sample servlet application (pure servlet)
- Sample spring MVC application (jsp + xml config + jdbc)
- Sample spring MVC application (Rest API + annotation config + hibernate)
- Sample spring boot application (Rest API + hibernate)
- Sample Spring boot application with Freemarker
- Microservices with eventual consistency (Spring boot + kafka)
- MIcroservices with Spring cloud streams and Confluent (kafka + avro)
- Microservices with Spring web-sockets and Redis message broker
- Distributed logging with elastic stack and kafka