It is as easy as following a few steps described here.
Key things to remember:
- specify google.appengine.sdk in BuildConfig.groovy
- specify google.appengine.application in Config.groovy if your Grails application name does not match GAE application name
- version can contain letters, digits and hyphens. If you try to use something like "1.3.7" you will get "500 Internal Server Error" while performing "appcfd.cmd update"
Grails
gae, google app engine, grails
The 5th issue of free JavaExpress magazine is now available in English. You can find it here.
In this issue you will find:
Grails, Groovy, java, JavaExpress
This Christmas we got great presents from Grails and Groovy teams.
Read more...
Grails, Groovy
A new issue of JavaExpress magazine is now available for download. You can download it at http://www.javaexpress.pl/. English version is not available yet but it will be soon.
Grails, java, JavaExpress
If you need the latest possible version of Grails (not release) you can download a fresh build from Hudson or build it yourself. The second options is fairly easy.
- Clone the repository using git client. You can find the clone URL at http://github.com/grails/grails.
- In the mean time check that you've JDK 1.5+ and Ant installed.
- After the cloning is done go to grails/grails/ folder and run 'ant jar'. This will build the release.
- Set env variable GRAILS_HOME to your clone folder.
- In your Grails project (not the Grails sources) when you want to use your fresh build, go to application.properties and change app.grails.version to a new version. For example: app.grails.version = 1.2-SNAPSHOT
That's all. Your project should run now with your fresh build. More detailed information can be found here: http://www.grails.org/GrailsDevEnvironment
Grails, Groovy
The upcoming release 1.2 of Grails will have an interesting feature: global configuration of GORM settings. You can have a first look here http://jira.codehaus.org/browse/GRAILS-5287.
Grails
Not much time passed sinced Google Wave has been introduced to wider audience and there already is a Google Wave Grails plugin. David Trattnig prepared a great plugin that lets you embed waves in your app or do even more amazing thing - write Wave robots. See an example of a wave robot. If you add a sample robot to your wave you can ask it to execute a groovy code and return results
Grails, Groovy
Udostępniono wstępną agendę Java Developers Day 2009. Kto się jeszcze wybiera?
Grails, java, konferencje, wydarzenia
Pojawił się egzamin z Grails na JavaBlackBelt. Definicję egzaminu przygotował Mateusz Kwaśniewski i jest też jego liderem. Pusty egzamin z ciekawego tematu - pole do popisu i okazja do zdobycia kilku contribution points.
Grails, Groovy
Podczas mojej prezentacji na Cooluarach pojawiło się kilka małych problemów, których nie potrafiłem rozwiązać lub po prostu nie zdąrzyłem rozwiązać. Poniżej rozwiązania problemów, które zapamiętałem. Jeśli ktoś pamięta jeszcze jakieś inne, lub po prostu ma pytania, to zapraszam do podesłania. Z przyjemnością odpowiem (lub przynajmniej spróbuję).
Poukładana aplikacja z prezentacji dostępna jest na Kenai.
Read more...
Grails, Groovy