Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The tapestry-hibernate library includes, as transitive dependencies, Hibernate and tapestry-core. This means that you can simply replace "tapestry-core" with "tapestry-hibernate" inside the <artifactId> element.

After changing the POM , you must re-execute the command mvn eclipse:eclipse -DdownloadSources=true. Then, inside Eclipse, right click on the project (in Package Explorer) and select the "Refresh" menu item. You should also stop Jettyand saving, Maven should automatically download the new dependencies.

Hibernate Configuration

Hibernate has a master configuration file used to store connection and other data.

...