# java-various-examples **Repository Path**: yispider/java-various-examples ## Basic Information - **Project Name**: java-various-examples - **Description**: This project contains various examples of using Java and Java-based technologies. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-18 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README java-various-examples ===================== [Development Standards](https://github.com/igor-baiborodine/java-various-examples/blob/master/development-standards.md) #####Build Status (applicable only to projects prefixed with \[CI\]) Travis CI: [![Build Status](https://travis-ci.org/igor-baiborodine/java-various-examples.svg?branch=master)](https://travis-ci.org/igor-baiborodine/java-various-examples) #####This project contains the following examples of using Java and Java-based technologies: * [Exercise to port the original JPetStore-6 to Vaadin and Spring Boot with JavaConfig](https://github.com/igor-baiborodine/jpetstore-6-vaadin-spring-boot) * \[CI\] [Exercise to port the original JPetStore-6 to Spring Boot with JavaConfig](/jpetstore-6-spring-boot) * [Preparation materials for the "Upgrade to Java SE 8 Programmer" exam \(1Z1-810\)](/ocp-upgrade-java8) * \[CI\] [Exercise to port the original JPetStore-6 from RDBMS/MyBatis to NoSQL/MongoDB using MongoDB Java driver](/jpetstore-6-mongodb) * [Exercise to port the original JPetStore-6 from RDBMS/MyBatis to NoSQL/SimpleDB using JPA/SimpleJPA](/jpetstore-6-simplejpa) * \[CI\] [Exercise to port the original JPetStore-6 from MyBatis 3 to JPA 2/Hibernate](/jpetstore-6-jpa) * \[CI\] [Example of implementing RESTful web services with JAX-RS/Jersey/MongoDB](/rest-webapp-jersey-mongo-example) * \[CI\] [Example of implementing RESTful web services with Spring MVC](/rest-webapp-spring-mvc-example) * \[CI\] [Example of implementing RESTful web services with JAX-RS/Jersey](/rest-webapp-jersey-example) * \[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)](/mybatis-annotations-spring-example) * \[CI\] [Example of using MyBatis SQL mapping framework for basic CRUD operations and data retrieval with stored procedures (XML-based SQL mapping)](/mybatis-xml-example) * \[CI\] [Example of using Spring, JPA 2, Hibernate, Unitils, and H2](/spring-jpa-unitils-example) * \[CI\] [Example of using Spring, JPA 2, Hibernate, and HSQLDB](/spring-jpa-hsqldb-example)