sanjeyac / javatips-sample-project

Sample project for Java Tips from Javaday2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a sample project made from a live session in JavaDay 2016

The purpose of this project is too put together several tips and tricks a simple coding style to make the code easy to read and to extend.

Context: This a order management scenario. An order has several items. Each item has a code, a cost and a quantity.

+---------+        +--------+
|         |        |        |
|  Order  +<-------+  Item  |
|         |        |        |
+---------+        +--------+

More about this project here: http://sanprojects.eu/blog/useful-java-tips-from-javaday-2016

About

Sample project for Java Tips from Javaday2016


Languages

Language:Java 100.0%