multi-tenant / grails-multi-tenant-single-db

Multi Tenant implementation for single database environments - Use grails-filtering and grails-hibernate-hijacker
Apache License 2.0
32 stars 25 forks source link

Replace Hawk Eventing with Grails Platform Eventing #40

Open sronderos opened 10 years ago

sronderos commented 10 years ago

Hawk Eventing was built to fit a niche that wasn't otherwise filled in the Grails ecosystem. Since it was released the Grails Platform Core was released with an eventing system. This is an opportunity for us to reduce the maintenance of the multi-tenant platform by killing off Hawk Eventing if the events in Grails Platform Core are capable of replacing it.

http://grailsrocks.github.io/grails-platform-core/guide/events.html

sronderos commented 9 years ago

duplicate of https://github.com/multi-tenant/grails-multi-tenant-single-db/issues/25