# JavaSamples **Repository Path**: teocci/JavaSamples ## Basic Information - **Project Name**: JavaSamples - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Java Samples This repository is **a collection of simple small and straight-forward tutorials** each covering a single and well defined area of development. Most of the tutorial projects are focused on the `Spring Framework` (and `Spring Security`). In additional to Spring, the following technologies are in focus: `core Java`, `Jackson`, `HttpClient`, `Guava`. ### Disclaimer This repository contains sample code intended to demonstrate the capabilities of using non-blocking asynchronous channels in the Java socket model. It is not intended to be used as-is in applications as a library dependency, and will not be maintained as such. Bug fix contributions are welcome, but issues and feature requests will not be addressed. ### Building the project To do the full build, do: `mvn install -Pdefault -Dgib.enabled=false` ### Contributing If you would like to contribute code, you can do so through GitHub by forking the repository and sending a pull request. When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. ### Pre-requisites * Java JDK 8 ## License and third party libraries The code supplied here is covered under the MIT Open Source License..