Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.04 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.04 KB

spring+angular study group

Targets

2020-04-02 - ??

  • Standard CRUD app

Sheduled subjects

2020-04-02 21:00 CEST

Requirements:

  • java
  • maven
  • an java ide (host used intellij)
  • web browser like google chrome or firefox
  • internet

Preparations

cd client
npm install
cd ../server
mvn package

Subject backlog

  • Angular project setup + hello world
  • Angular and Spring (rest-calls and serve together)
  • Typescript and webpack
  • Angular unit tests
  • Spring JPA
  • Angular Components and interactings between components.
  • Project Lombok
  • Angular RXJS
  • Angular i18n
  • Security: CORS + OAuth
  • Spring JMS
  • Spring cloud stream
  • Reactive programming with Spring (alternatives)
  • Testing of reactive applications (e.g. based on RxJS/RxJava): unit testing, intergration tests, e2e?