This example illustrates fragment-driven database look-ups and persistence thanks to the Smooks Persistence Cartridge. Each Smooks config in the project is independent of the other and offers the same functionality but highlights a different entity persistence framework:
Configures Smooks to use Data Access Objects for accessing the database; Hibernate is the persistence provider.
Configures Smooks to use entities for accessing the database; Hibernate is the persistence provider.
Configures Smooks to use Data Access Objects for accessing the database; MyBatis is the persistence provider.
mvn clean package
mvn exec:exec
- Follow the command prompts