Contribution:

springBootMicroservice

Introduction

Motivation

App - Overview

Features

  1. Company
    1. Hierarchical Company
  2. Total
  3. Median
  4. Cut
  5. Depth (?)
  6. COI (?)
  7. Mentoring (?)
  8. Ranking (maybe)
  9. History =)
  10. Serialization (automagic)
    1. Open/Closed?
  11. Persistence
  12. (Mapping)
  13. (Distribution)
  14. Parallelism (?)
    1. Task parallelism
  15. Logging (cool!)
  16. Browsing
  17. Editing
  18. Restructuring (maybe)
  19. Web UI
  20. (Parsing)
  21. (Unparsing)

Tech - Stack

  1. Microservice
  2. REST
  3. JSF
    1. PrimeFaces
  4. CDI
  5. SpringBoot
  6. SpringFramework
  7. HATEOAS (HAYTEEE'OS)
  8. HAL
  9. JSON
  10. Java8
  11. FunctionalOO
  12. SpringData
    1. JPA
    2. REST
  13. Database (Whatever needed)
  14. Tomcat

Software - Stack

App - Description

  1. Stages
    1. Stage1: Chassis
      1. Rapid Development
    2. Stage2: Persistence & Crud
    3. Stage3: Features & Biz Logic
    4. Stage4: Eventhandlers
    5. StageZ: JSF Integration
    6. StageZ: Testing
    7. StageZ: ...

Installation

  1. Tests

Operation

  1. Logging?
  2. Boot-Admin
  3. Health-Endpoint
    1. Online?
    2. RuntimeStats
  4. Configuration Endpoint

Code - Maintenance

Versioning

ISSUES

  1. Collection->Item->Association
  2. DATAREST-XXX -> Owned sides of relations "cannot be edited". + Associations can hardly be edited
    1. What logic should be used here anyways?
  3. URI is somewhat irrelevant, ID matters!

See also

http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/htmlsingle/ http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/ http://docs.spring.io/spring-hateoas/docs/current/reference/html/ http://docs.spring.io/spring-data/rest/docs/current/reference/html/ http://docs.spring.io/spring-data/jpa/docs/current/reference/html/