Powered By Blogger

Tuesday, October 4, 2011

Grails Features

We can have the services declared in the services folder
These services can be used by Contoller by declaring the variable, automatically this service will be
autowired and we can easily access them.


Sending the message to MQ is simple simply put the send command and send the object string.
If you have map it can be converted to json string or xml.
There is a way to get back the object from json by typecasting. Once we are done we can place that message on the MQ.

While putting in the MQ we can use the payloader and pass that payloader object as string.

We can use the groovy variables interchangable with alfresco variables.

We can use any front end. To the front end we can pass the Model and View object. The model can be accessed in the front end.

In the front end we can use JSTL

http://grails.org/doc/latest/

http://grails.org/doc/latest/guide/6.%20The%20Web%20Layer.html

<http://grails.org/doc/latest/guide/6.%20The%20Web%20Layer.html#6.7 Ajax>

JMS Plugin Documentation: http://gpc.github.com/grails-jms/docs/manual/index.html

No comments:

Post a Comment