Videos in category GRails
Summary Graeme Rocher introduces Groovy and its corresponding web framework, Grails, followed by a code writing demo intended to highlight the advantages of using Grails over Java EE in order to develop web applications. Bio Graeme Rocher is the project lead and co-founder of Grails. He's a member of the JSR-241 Expert Group which standardizes the Groovy language. He has written the "Definitive...
Grails For Spring Developers
Summary Beside doing an overview of the Grails framework, Jeff Brown shows how to write a Spring-integrated application in Grails. Some of the topics covered are: Spring Beans in Groovy, DI in Grails, Grails and Spring MVC, Database transaction management and remoting with Spring in Grails. Bio Jeff Brown is a Senior Software Engineer with SpringSource, performing consulting for various industr...
What's New in SpringSource Tool Suite
Summary In this presentation from SpringOne 2009, Christian Dupuis discusses the SpringSource Tool Suite (STS), the philosophy behind STS, the requirements behind STS, the STS 2.1 and 2.2 featureset, several demos of STS capabilities, Groovy and Grails, Spring 3.0, autowiring, namespaces, REST, cross-cutting annotations, AJDT, Spring Roo, Cloud Foundry, tc Server, dm Server, VMWare, and the STS...
Google I/O 2009: Groovy and Grails in App Engine
In this session, Guillaume Laforge, Groovy project manager, will walk you through a rapid introduction to Groovy, to get you up-to-speed with this popular JVM language. Then, he will guide you throughout demos on how to build some Web 2.0 mashups in a few lines of Groovy code, as well as how to deploy Grails application in the cloud. He'll then close the session showing you various ways you can...
NetBeansTV: JRuby on Rails in NetBeans IDE
Roman Strobl introduces a jRuby on Rails support in NetBeans IDE 6.0
NetBeansTV: How To Do AJAX With Grails
AJAX is a hot topic, allowing partial page refreshes, which in turn improve the performance of web applications and allow for more interactive engagement with the end user. Grails is also hot: easy to get started; simple to structure your application; child's play to maintain it. But, how do the two work together? Here partial page refresh via the 'prototype' tag library in Grails is demonstrat...
Simplifying Enterprise Development with Groovy
Summary Guillaume Laforge, Groovy project manager, teaches how scripting with Groovy can increase your productivity and help you build and test solutions faster on the Java platform. Topics include Groovy the language, Ant builder, XML support, Swing support, Groovy's Meta Object Protocol, and more. Bio Guillaume Laforge is Groovy PM and spec lead of JSR-241; he is also co-authoring Manning's &...
Guillaume Laforge on Groovy and DSLs
Summary Groovy project manager Guillaume Laforge discusses the history of Groovy, it's relationship to Java, where Groovy fits into Java development,how Groovy compares to Ruby, how Groovy enables domain-specific languages, and what future Groovy development will focus on. Bio As the official Groovy Project Manager, Guillaume Laforge spends his spare time bringing a versatile and agile environm...
Getting Started with Grails
Summary In this presentation from QCon San Francisco 2007, Jason Rudolph gives an overview and demonstration of Grails. Topics covered include Java/Grails integration, Grails plugins, creating a complete Grails sample application from scratch, the structure of a Grails application, data querying and persistence, validation, controllers and tag libraries. Bio Jason Rudolph is a Principal at Rele...
Grails Screencast: Webtest
This screencast video shows how easily you can use functional testing with Grails using Canoo Webtest.