Facing new challenges everyday

Groovy and Rails = Grails

February 28th, 2008

I started my study about grails few weeks ago, grails is a rad framework, very similar to Ruby on Rails but with a lot of nice features, one of them is the builtin support for rest webservice, you just need create your domain and controller classes, start the application and then you can submit your xml over GET, POST, PUT and DELETE methods! Very easy and handy!

You only need type these command on command line window:

grails create-app restservice

grails create-domain-class Person

grails create-controller Person

Now you must edit Person.groovy at restservice/grails-app/domain folder and then add Person class properties like below:
(more…)

Post to Twitter

Rendering bug with richfaces modalPanel and oc4j

February 28th, 2008

I had some problems with Richfaces modalPanel rendering on oc4j and after talk with some gurus, if you have the same problem you can find the solution at this page that describes the steps to replace the oracle xml parser by apache xerces. Just do it and the bug will go away!

Post to Twitter

Visitors Around the World

Polls

How Is My Site?

View Results

Loading ... Loading ...

Categories

Meta

Links

hosted by easy2use.net