isaqb-org / curriculum-flex

Curriculum for the FLEX ISAQB Advanced Level Training
4 stars 5 forks source link

topics to be deleted in the curriculum #48

Open mrtnlhmnn opened 1 year ago

mrtnlhmnn commented 1 year ago

The current topics of the curriculum should be skipped:

f) 12-factor app g) Chapter 3 - "Datenfluss- und Batch-orientierte Systeme" (last bullet point on page 11) h) Chapter 5 - "Die Teilnehmer sollen auf Basis des DevOps-Organisationsmodells einen Team-Aufbau skizzieren können". This is too ambitious, taking this learning goal literally. "Team-Aufbau" would need to take organizational requirements and team topologies into account. This goes too far for such a training.

aburmeis commented 2 days ago

Not sure about f) 12-factor app, but you have my go for g) and h). Btw. what about OSGi Bundles?

mrtnlhmnn commented 2 days ago

what about OSGi Bundles? Are you suggesting to skip these as well?

Actually I would like to keep them. Yes, they are not very widespread and in business applications they typically don't play a role. But in embedded systems or "systems closer to hardware" , they are still well known. Especially when one needs a) strict encapsulation (ok, now also available with Java Jigsaw / JPMS, with lots of limitations) and/or b) lifecycle , i.e. the possibility to start/stop/pause/resume the bundles at runtime.