Archive

Archive for the ‘Grails’ Category

How to deploy Grails application on Google App Engine

Wrzesień 14th, 2011

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 , ,

JavaExpress Issue 5 in English

Luty 20th, 2010

Grails and Groovy Christmas

Grudzień 26th, 2009

This Christmas we got great presents from Grails and Groovy teams.

Read more...

Grails, Groovy

New issue of JavaExpress

Grudzień 11th, 2009

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

Building Grails from scratch

Listopad 13th, 2009

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.

  1. Clone the repository using git client. You can find the clone URL at http://github.com/grails/grails.
  2. In the mean time check that you've JDK 1.5+ and Ant installed.
  3. After the cloning is done go to grails/grails/ folder and run 'ant jar'. This will build the release.
  4. Set env variable GRAILS_HOME to your clone folder.
  5. 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

Grails global configuration of GORM settings

Listopad 4th, 2009

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

Google Wave Grails Plugin

Październik 28th, 2009

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

Agenda JDD’09

Sierpień 12th, 2009

Udostępniono wstępną agendę Java Developers Day 2009. Kto się jeszcze wybiera?

Grails, java, konferencje, wydarzenia

Egzamin z Grails na JavaBlackBelt

Lipiec 1st, 2009

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

Rozwiązania problemów z prezentacji na Cooluarach

Czerwiec 30th, 2009

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