Build a CRM with Grails and Spring Integration
This session will present a case study focusing on the development of a robust, horizontally scalable, enterprise CRM system at Dealer.com built primarily upon a Spring technology stack.
Groovy Programming Language Tutorials and Videos
This session will present a case study focusing on the development of a robust, horizontally scalable, enterprise CRM system at Dealer.com built primarily upon a Spring technology stack.
Groovy is a very popular alternative language for the JVM that continues to bring more developer productivity and more performance after each release. This session, after a quick overview of the key features of Groovy 1.8, dives into the new developments in the recently released Groovy 2.0.
This video goes through the concurrency options that GPars, an open-source concurrency library for Groovy and Java, gives to your Groovy/Grails/Griffon or Java applications.
Explore potential changes to the way applications are designed and how you can leverage the current and future features of Grails and Groovy to take advantage of those changes. Find out how conventions and the plugin system can smooth your way to future architectures. It’s an interesting time in the …
Groovy is the fastest growing JVM language out there. It might be because it is so easy for Java developers to pick it up, but also because there’s an increasing number of projects and libraries that make use of Groovy as the starting point. In this session we’ll cover Griffon.
This talk looks at using Groovy for writing multi-threaded, concurrent and parallel programs. We’ll briefly look at leveraging legacy Java techniques such as multiple processes, multiple threads, the java.util.concurrent APIs and shared-state atomicity. We’ll then look as some useful AST transforms in core Groovy (Lazy, Synchronized, Immutable, WithReadLock and WithWriteLock) …