#####Build Status (applicable only to projects prefixed with [CI]) Travis :
#####This project contains the following examples of using Java and Java-based technologies:
- Preparation materials for the "Upgrade to Java SE 8 Programmer" exam (1Z1-810)
- 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
- 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
- Example of using MyBatis SQL mapping framework for basic CRUD operations and data retrieval with stored procedures (annotations-based SQL mapping and Spring)
- 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