(applicable only to projects prefixed with [CI])
- Spring Boot 2 REST API sample application
- Various Java programming exercises, problems, algorithms, puzzles etc.
- Exercise to port the original JPetStore-6 from RDBMS/MyBatis to NoSQL/MongoDB using Spring Data MongoDB
- Exercise to port the original JPetStore-6 to Vaadin and Spring Boot with JavaConfig
- [CI] Exercise to port the original JPetStore-6 to Spring Boot with JavaConfig
- Preparation materials for the "Upgrade to Java SE 8 Programmer" exam (1Z1-810)
- [CI] Exercise to port the original JPetStore-6 from RDBMS/MyBatis to NoSQL/MongoDB using MongoDB Java driver
- Exercise to port the original JPetStore-6 from RDBMS/MyBatis to NoSQL/SimpleDB using JPA/SimpleJPA
- [CI] Exercise to port the original JPetStore-6 from MyBatis 3 to JPA 2/Hibernate
- [CI] Example of implementing RESTful web services with JAX-RS/Jersey/MongoDB
- [CI] Example of implementing RESTful web services with Spring MVC
- [CI] Example of implementing RESTful web services with JAX-RS/Jersey
- [CI] Example of using MyBatis SQL mapping framework for basic CRUD operations and data retrieval with stored procedures (annotations-based SQL mappings and Spring with JavaConfig)
- [CI] Example of using MyBatis SQL mapping framework for basic CRUD operations and data retrieval with stored procedures (XML-based SQL mapping)
- [CI] Example of using Spring, JPA 2, Hibernate, Unitils, and H2
- [CI] Example of using Spring, JPA 2, Hibernate, and HSQLDB