Quantcast
Channel: Blog » grails
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Domain Patterns in Enterprise Projects

If I had to separate projects I’ve been in, i would difference between data manipulation and enterprise projects. Data manipulation projects mainly consist of a set of forms needed to alter data which...

View Article



Image may be NSFW.
Clik here to view.

EJUG Austria: Grails Talk

I talked about Grails at the Austrian EJUG meeting. Feel free to download the slides via PDF or watch the presentation on YouTube. PDF (6,5 MB): Grails – The Search is Over. YouTube: Grails – The...

View Article

Image may be NSFW.
Clik here to view.

Data Binding and One-To-Many Associations

Data Binding in Grails is referred to as the process of binding incoming request data, typically only available as key/value string pairs, to some domain object. Let’s take a look at the...

View Article

Grails: Splitting resources.groovy

Grails provides a neat way to specify Spring bean definitions with its custom Beans DSL [0]. The bean definition is found in grails-app/conf/spring/resources.groovy: beans = { myBean(SomeBeanClass) {...

View Article

Image may be NSFW.
Clik here to view.

Happy Messaging with ActiveMQ and SI (Part 1)

In one of my current projects we needed to set up a communication channel between two distinct Grails applications. One of them is the master application which runs an embedded ActiveMQ message broker...

View Article


Grails Quickie: How to Load Dependency Sources and Javadocs

Once you start a new Grails project and you want to access all the source code of dependent libraries, you have to manually reference the according source files. This is a boring, time-consuming and...

View Article

The Micro Framework Approach

The demand for Grails and Groovy is clearly raising these days – at least here in Austria and Germany. Although most of my workshops have their individual adaptions (depending on the previous knowledge...

View Article

Image may be NSFW.
Clik here to view.

Funktionale Webtests mit Geb @ jaxenter.de

Auf Jaxenter [0] ist ein Artikel von mir über Geb [1], einem neuen Webautomations- und Testframework auf Basis von Groovy und Seleniums WebDriver API, erschienen: Funktionale Webtests mit Geb Lesen...

View Article


Image may be NSFW.
Clik here to view.

CacheManager’s diskStorePath

Lately I had to configure the Ehcache [0] CacheManager’s diskStorePath property. That alone wouldn’t be a problem, but I had to come up with a mechanism that allowed to set the diskStorePath based on...

View Article


Image may be NSFW.
Clik here to view.

Grails – Multiple Log4j Configurations

This is a quick tip that I found very useful and – to my knowledge – is not part of the Grails documentation by now. So let’s spread the word In one of my Grails projects, we use external configuration...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images