Narrow your search
Listing 1 - 10 of 15 << page
of 2
>>
Sort by

Book
Programming Grails
Author:
ISBN: 9781449323936 1449323936 Year: 2013 Publisher: Sebastopol, CA : O'Reilly,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Programming Groovy 2 : dynamic productivity for the Java developer
Author:
ISBN: 9781937785307 Year: 2013 Publisher: Dallas, Texas : The Pragmatic Bookshelf,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Grails in action.
Authors: ---
ISBN: 9781933988931 Year: 2009 Publisher: Greenwich Manning

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
The definitive guide to Grails
Authors: ---
ISBN: 9781590599952 Year: 2009 Publisher: Berkeley : Apress,


Book
Grails 1.1 web application development
Author:
ISBN: 1282111973 9786612111976 1847196691 9781847196699 9781847196682 1847196683 Year: 2009 Publisher: Birmingham, U.K. Packt Pub.


Book
The definitive guide to Grails
Authors: ---
ISBN: 1590599950 9786612017964 1282017969 1430208716 Year: 2009 Publisher: Berkeley, CA : New York : Apress ; Distributed to the book trade worldwide by Springer-Verlag,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The rise of Ruby on Rails has signified a huge shift in how we build web applications today; it is a fantastic framework with a growing community. There is, however, space for another such framework that integrates seamlessly with Java. Thousands of companies have invested in Java, and these same companies are losing out on the benefits of a Rails–like framework. Enter Grails. Grails is not just a Rails clone. It aims to provide a Rails–like environment that is more familiar to Java developers and employs idioms that Java developers are comfortable using, making the adjustment in mentality to a dynamic framework less of a jump. The concepts within Grails, like interceptors, tag libs, and Groovy Server Pages (GSP), make those in the Java community feel right at home. Grails' foundation is on solid open source technologies such as Spring, Hibernate, and SiteMesh, which gives it even more potential in the Java space: Spring provides powerful inversion of control and MVC, Hibernate brings a stable, mature object relational mapping technology with the ability to integrate with legacy systems, and SiteMesh handles flexible layout control and page decoration. Grails complements these with additional features that take advantage of the coding–by–convention paradigm such as dynamic tag libraries, Grails object relational mapping, Groovy Server Pages, and scaffolding. Graeme Rocher, Grails lead and founder, and Jeff Brown bring you completely up–to–date with their authoritative and fully comprehensive guide to the Grails framework. You'll get to know all the core features, services, and Grails extensions via plug–ins, and understand the roles that Groovy and Grails are playing in the changing Web.


Book
The definitive guide to Grails 2
Authors: ---
ISBN: 1430243775 1430243783 Year: 2013 Publisher: [New York] : Apress : Distributed to the book trade worldwide by Springer Science+Business Media New York,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Grails is a full stack framework which aims to greatly simplify the task of building serious web applications for the JVM. The concepts within Grails, like interceptors, tag libs, and Groovy Server Pages (GSP), make those in the Java community feel right at home. Grails’ foundation is on solid open source technologies such as Spring, Hibernate, and SiteMesh, which gives it even more potential in the Java space: Spring provides powerful inversion of control and MVC, Hibernate brings a stable, mature object relational mapping technology with the ability to integrate with legacy systems, and SiteMesh handles flexible layout control and page decoration. Grails complements these with additional features that take advantage of the coding–by–convention paradigm such as dynamic tag libraries, Grails object relational mapping, Groovy Server Pages, and scaffolding. Graeme Rocher, Grails lead and founder, and Jeff Brown bring you completely up–to–date with their authoritative and fully comprehensive guide to the Grails 2 framework. You’ll get to know all the core features, services, and Grails extensions via plug–ins, and understand the roles that Groovy and Grails are playing in the changing Web.


Book
Groovy and grails recipes
Author:
ISBN: 143021600X 9786611986483 1281986488 1430216018 Year: 2009 Publisher: Berkeley, CA : New York, NY : Apress ; Distributed to the book trade worldwide by Springer-Verlag New York,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Groovy and Grails Recipes is the busy developer's guide to developing applications in Groovy and Grails. Rather than boring you with theoretical knowledge of “yet another language/framework,” this book delves straight into solving real–life problems in Groovy and Grails using easy–to–understand, well–explained code snippets. Through learning by example, you will be able to pick up on Groovy and Grails quickly and use the book as an essential reference when developing applications.


Book
Groovy 2 cookbook
Author:
ISBN: 1849519374 9781461948667 1461948665 1306053684 9781306053686 9781849519373 1849519366 9781849519366 9781849519366 Year: 2013 Publisher: Birmingham Packt Publishing

Loading...
Export citation

Choose an application

Bookmark

Abstract

Java and Groovy go together like ham and eggs, and this book is a great opportunity to learn how to exploit Groovy 2 to the full. Packed with recipes, both intermediate and advanced, it’s a great way to speed up and modernize your programming. Simple and more advanced recipes to cover a broad number of topics and challenges With scores of practical examples, this book will help you to build efficient, flexible, and well-integrated systems Solve everyday programming problems with the elegance and simplicity of Groovy 2 In Detail Get up to speed with Groovy, a language for the Java Virtual Machine (JVM) that integrates features of both object-oriented and functional programming. This book will show you the powerful features of Groovy 2 applied to real-world scenarios and how the dynamic nature of the language makes it very simple to tackle problems that would otherwise require hours or days of research and implementation. Groovy 2 Cookbook contains a vast number of recipes covering many facets of today's programming landscape. From language-specific topics such as closures and metaprogramming, to more advanced applications of Groovy flexibility such as DSL and testing techniques, this book gives you quick solutions to everyday problems. The recipes in this book start from the basics of installing Groovy and running your first scripts and continue with progressively more advanced examples that will help you to take advantage of the language's amazing features. Packed with hundreds of tried-and-true Groovy recipes, Groovy 2 Cookbook includes code segments covering many specialized APIs to work with files and collections, manipulate XML, work with REST services and JSON, create asynchronous tasks, and more. But Groovy does more than just ease traditional Java development: it brings modern programming features to the Java platform like closures, duck-typing, and metaprogramming. In this new book, you'll find code examples that you can use in your projects right away along with a discussion about how and why the solution works. Focusing on what's useful and tricky, Groovy 2 Cookbook offers a wealth of useful code for all Java and Groovy programmers, not just advanced practitioners.


Book
Beginning groovy and grails : from novice to professional
Authors: --- ---
ISBN: 1281794996 9786611794996 143021046X 1430210451 Year: 2008 Publisher: Berkeley, CA : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Web frameworks are playing a major role in the creation of today's most compelling web applications, because they automate many of the tedious tasks, allowing developers to instead focus on providing users with creative and powerful features. Java developers have been particularly fortunate in this area, having been able to take advantage of Grails, an open source framework that supercharges productivity when building Java–driven web sites. Grails is based on Groovy, which is a very popular and growing dynamic scripting language for Java developers and was inspired by Python, Ruby, and Smalltalk. Beginning Groovy and Grails is the first introductory book on the Groovy language and its primary web framework, Grails. This book gets you started with Groovy and Grails and culminates in the example and possible application of some real–world projects. You follow along with the development of each project, implementing and running each application while learning new features along the way.

Listing 1 - 10 of 15 << page
of 2
>>
Sort by