Overview

Each quick start gets you up and running with OptaPlanner quickly. Pick the quick start that best aligns with your requirements:

  • Hello World Java

    • Build a simple Java application that uses OptaPlanner to optimize a school timetable for students and teachers.

  • Quarkus Java (recommended)

    • Build a REST application that uses OptaPlanner to optimize a school timetable for students and teachers.

    • Quarkus is an extremely fast platform in the Java ecosystem. It is ideal for rapid incremental development, as well as deployment into the cloud. It also supports native compilation. It also offers increased performance for OptaPlanner, due to build time optimizations.

  • Spring Boot Java

    • Build a REST application that uses OptaPlanner to optimize a school timetable for students and teachers.

    • Spring Boot is another platform in the Java ecosystem.

All three quick starts use OptaPlanner to optimize a school timetable for student and teachers:

schoolTimetablingInputOutput

For other use cases, take a look at the optaplanner-quickstarts repository and the use cases chapter.