Reactive Grails: Event Oriented Architecture
This presentation discusses this idea of loosely coupling things in software with an event oriented architecture. How does it apply to Grails? Which benefits for your today’s and tomorrow’s applications?
Groovy Programming Language Tutorials and Videos
This presentation discusses this idea of loosely coupling things in software with an event oriented architecture. How does it apply to Grails? Which benefits for your today’s and tomorrow’s applications?
Client-side MVC frameworks like EmberJS, AngularJS or Backbone are getting more popular over time. They represent a big architectural change to what web developers are used to: moving from server-side MVC to a browser based one. This talk presents how Grails can fit with a single-page architecture and discusses the …
When you think about securing a Grails application, you probably think of the Spring Security and Shiro plugins. But these plugins only control access to your pages and objects – what about guarding agains cross-site scripting (XSS), cross-site request forgery (CSRF) and SQL injection attacks. The OWASP project maintains a …
Do you have to renew or spice up a desktop application at work? In need of a rich desktop experience but don’t now where to start? If any of these sound familiar to you or you’re just curious to know more about Griffon then you’ve come to the right place.
In this talk Grails project lead, Graeme Rocher, will talk through the latest and greatest happenings in the world of Grails including a walk through of upcoming features in Grails 2.3 and Grails 3.0.
Ratpack is a micro web framework for Groovy inspired by the Sinatra web framework for Ruby. Running Jetty and Groovy’s template engine at its core, Ratpack is very capable and extensible while also enabling you to write single file web apps.