Cooks Arm Core contains "core" classes that will be used throughout all layers of the Cooks Arm framework and different application stacks.
Component Name | Package Names | Description |
---|---|---|
Recipe DAO Interfaces | com.swingtech.cooksarm.core.dao | Contains all the Interfaces for Recipe Data Access Objects. These interfaces can be implemented to provide specific implementations such as Database, RESTful service, etc. There are other projects |
Recipe Domain Model | com.swingtech.cooksarm.core.model.recipe | Canonical domain classes that hold recipe data and all their relationships. These domain objects will be used throughout all layers of the Cooks Arm framework & different application stacks. |
Recipe Parser Interfaces | com.swingtech.cooksarm.core.parser | Interfaces for parsing & importing Recipes into the Cooks Arm datastore from different data sources, such as Web Sites, export files, excel spreadsheets, etc. Subpackages contain standard exception types and model classes used by the parsers. |
Recipe Service Logic | com.swingtech.cooksarm.core.service | Service layer logic. Contains the main business logic of managing recipes. |