Skip to content
Aurel Avramescu edited this page Oct 28, 2016 · 2 revisions

Advance course introduction

The objective of advance course is to help you to be able to create a complete java application which will be able to manage database entries and to expose RESTFul api's in order to be consumed by external clients (E.g: JavaScript clients, Phone apps).

What we will learn

  1. To be comfortable with java collection framework
  2. OOP design patterns
  3. Java 8 streaming
  4. Spring DI
  5. JAX-RS (Jersey2 implementation) api for RESTFul services

Clone this wiki locally