Entries Tagged 'groovy' ↓

Mastering Grails: Asynchronous Grails with JSON and Ajax

Found on developerWorks : Java technology : Technical library authored by (author unknown)
JavaScript Object Notation (JSON) and Asynchronous JavaScript + XML (Ajax) are staples of Web 2.0 development. In this installment of the Mastering Grails series, author Scott Davis demonstrates the native JSON and Ajax capabilities baked into the Web framework.

SpringSource Embraces Groovy and Grails with Acquisition of G2One

Found on InfoQ Personalized Feed for Glenn Marcus authored by Scott Delap
SpringSource announced today the acquisition of G2One, the company behind Grails and Groovy. InfoQ sat down with SpringSource CEO Rod Johnson and G2One CTO Graeme Rocher to discuss the benefits of combining forces. By Scott Delap

Mastering Grails: RESTful Grails

Found on developerWorks : Java technology : Technical library authored by (author unknown)
We live in the era of mashups. Creating Web pages that give users the information they want is a good start, but offering a source of raw data that other Web developers can easily mix in with their own applications is better. In this installment of Mastering Grails, Scott Davis introduces various ways to get Grails to produce XML instead of the usual HTML.

Groovy, Grails, MySQL, and the Java Persistence API

Found on TheServerSide.com: Blogs authored by Daniel Rubio @nospam.com
Combining a few of Java's newest approaches with more widely known APIs, this post by Carol McDonald takes you through the process of combining the Groovy/Grails duo with Java's de'facto Object Relation Mapping API (JPA) and the open-source database MySQL.

Grails Gains Cloud Hosting with Morph AppSpace

Found on InfoQ Personalized Feed for Glenn Marcus authored by Cleve Gibbon
Morph AppSpace is a cloud-based platform for hosting web applications. The latest release has added support for Groovy and Grails. InfoQ caught up with David Abramowski, CEO of Morph Labs to get some more details around it's recent move into the Java space. By Cleve Gibbon

Mastering Grails: Grails and legacy databases

Found on developerWorks : Java technology : Technical library authored by (author unknown)
In this Mastering Grails installment, Scott Davis explores the various ways that Grails can use database tables that don't conform to the Grails naming standard. If you have Java classes that already map to your legacy databases, Grails allows you to use them unchanged. You'll see examples that use Hibernate HBM files and Enterprise JavaBeans 3 annotations with legacy Java classes.

Getting Groovy with Seam after TSSJS

Found on solutionsfit.com | Jacob Orshalick authored by jacob.orshalick
TSSJS was a great conference this year. Neal Ford, well-known author and ThoughtWorker, initiated the conference by delivering an inspiring keynote address discussing dynamic languages, DSLs (Domain-specific languages), and their role in the evolution of software development. Matt Raible blogged about the presentation and you can find a brief summary here. Polyglot [...]

Fluently Groovy

Found on developerWorks : Java technology : Technical library authored by (author unknown)
This tutorial is for Java developers unfamiliar with Groovy, who want a quick and easy introduction to the basics. Get started with Groovy's simplified variation of the Java syntax and learn about essential features like native collections, built-in regular expressions, and closures. Write your first Groovy class, and then see how easily you can use JUnit to test it. You'll walk away from this one-hour tutorial with a fully functioning Groovy development environment and the skills to use it. Best of all, you'll have learned first-hand how to use Groovy and Java code together in your everyday Java application development.

Refactoring Java with Groovy

Found on TheServerSide.com: Blogs authored by Daniel Rubio @nospam.com
Still looking for a good reason to learn Groovy ? This blog entry takes you through the process of refactoring Java code using Groovy