An open API service indexing awesome lists of open source software.

https://github.com/ryanfleck/essential-java-template

For teaching others how to program, a small, scalable and complete Java program with CI and unit tests.
https://github.com/ryanfleck/essential-java-template

circle-ci java junit maven

Last synced: about 1 month ago
JSON representation

For teaching others how to program, a small, scalable and complete Java program with CI and unit tests.

Awesome Lists containing this project

README

          

# Essential-Java-Template

[![Build Status](https://travis-ci.org/RyanFleck/Essential-Java-Template.svg?branch=master)](https://travis-ci.org/RyanFleck/Essential-Java-Template)

This repository is a companion to the article [Programming: 0 to 90 in Java](https://ryanfleck.github.io) which will be up on my personal site soon. It details how to get started from scratch, and walks the reader through installing Java and an IDE, the structure of a simple program, how to write and run a small program, the use of Java in an enterprise setting, what people will pay you to write, and how to build something that people can trust using CI and Unit Tests.