Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.02 KB

About

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.

How to run?

  1. mvn clean package
  2. mvn exec:exec
  3. Follow the command prompts