Issue #17 - Display Currency for Product Prices - Part 2
After introducing the Money entity, we need to fix the product tests
- use Money wrapper class instead of BigDecimal directly
- extend FormInteractions to enter a value to a currency field
- add @Valid & @NotNull annotation to the price attribute for proper bean validation