Archive

Archive for the ‘Grails’ Category

JavaExpress Issue 5 in English

February 20th, 2010

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

Grails and Groovy Christmas

December 26th, 2009

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

Read more...

Grails, Groovy |

New issue of JavaExpress

December 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, JavaExpress, java |

Building Grails from scratch

November 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

November 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

October 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

August 12th, 2009

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

Grails, java, konferencje, wydarzenia |

Egzamin z Grails na JavaBlackBelt

July 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

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

Grails i Hudson

June 29th, 2009

Narazie tylko link do znalezionego artykułu, ale mam nadzieję, że niedługo opiszę jakieś własne próby.

Grails, Groovy |