This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
seelmann/grails-datanucleus-jdo-ldap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Tutorial: grails create-app xyz cd xyz grails uninstall-plugin hibernate grails install-plugin datanucleus-jdo-ldap grails create-domain-class com.example.User edit user class: - edit "table": container of objects - edit "schema": object classes of objects - convention: Primary Key must be called "id" - edit "Column" of id - add additional attributes add the FQCN to persistence.xml grails generate-all com.example.User grails run-app Known Issues: - Must have String field "id" which becomes the RDN - LDAP doesn't support datastore-identity, thus the id is visible and must be provided. It is possible to use a auto-generated id. - Must manually update persistence.xml - Transaction handling in generated controllers
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published