Java Technologies - Lab 3

[valid 2025-2026]

Dependency Injection and Cross-Cutting Concerns

Compulsory (1p)



Homework (2p)

Create a Spring Boot Order Management System that handles Customers, Orders, and Discounts. Different clients (companies using your system) require different discount policies:

Design a pluggable discount mechanism where Spring selects the appropriate DiscountService implementation depending on the client.

Advanced (2p)