Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

domix/gorm-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorm-standalone

This project is for using GORM outside a Grails application. The GORM version is 2.0.3 for Hibernate

Requirements

First you need to setup the classpath, this project uses Gradle, but you can see the dependencies for other build systems like Maven.

Next, if you want to use GORM in your app, you need to use Spring and to define a lot of Spring Beans. In this project, you can see which beans you need to configure.

Please see the following file https://github.com/domix/gorm-standalone/blob/master/src/test/resources/appCtxDefaultGorm.xml

Simple like that, take a look into the test cases to see GORM in Action.

Enjoy and please send pull request if you want to improve this.

cheers

This project is dead soon will be archived

About

Using GORM outside Grails in a Spring application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published