» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Gorm + groovy

GORM - Grails Reference Documentation

GORM is Grails' object relational mapping (ORM) implementation. Under the hood it uses Hibernate 3 (an extremely popular and flexible open source ORM solution) but because of the dynamic nature of Groovy, the fact that it supports both static and dynamic typing, and the convention of Grails there is less configuration involved in creating Grails domain classes.

Hibernate: del.icio.us tag/hibernate

GRAG - The GRails Application Generator

grag能够从现有的数据库生成一个grails程序

UML: del.icio.us tag/uml

Mastering Grails: GORM: Funny name, serious technology

Any good Web framework needs a solid persistence strategy. In this second installment of his Mastering Grails series, Scott Davis introduces the Grails Object Relational Mapping (GORM) API. See how easy it is to create relationships between tables, enforc

Hibernate: del.icio.us tag/hibernate

Java on Grails

What would happen if the special Objects within Grails could not only teleport across Classloaders and past the Java-Groovy boundary, as many Groovy Objects have done in the past, but also teleport across that boundary with their powers intact? ...

Hibernate: del.icio.us tag/hibernate

» Using GORM in a Desktop Application

Using GORM in a Desktop Application

Hibernate: del.icio.us tag/hibernate

Grails - GORM

GORM is Grails' object relational mapping (ORM) implementation. Under the hood it uses Hibernate 3 (an extremely popular and flexible open source ORM solution) but because of the dynamic nature of Groovy, the fact that it supports both static and dynamic

Hibernate: del.icio.us tag/hibernate