Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
properties
.
Show all posts
Showing posts with label
properties
.
Show all posts
Monday, September 30, 2013
Grails: how to get/set a meta-constraint on domain class property such as belongsTo or other variables
›
In the scaffolding templates there is a property domainClass from type org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass . These...
Thursday, September 19, 2013
Grails access something.properties settings under conf directory in BuildConfig.groovy
›
Create a file named 'config.properties' under conf direcotry with the following properties: dataSource . driverClassName = ...
Monday, September 16, 2013
Getting Started with Grails and MySQL database
›
Is is so much simple. Create a file suppose named 'db-config.properties' in 'conf' folder with the following contents: d...
›
Home
View web version