package wicket.contrib.groovy.gorm; import wicket.protocol.http.WebApplication; /** * The idea here is to set up a Wicket application that can use Grails GORM classes. * Still in the works... * * @author Kevin Galligan * */ public abstract class GormEnabledApplication extends WebApplication { // }