Programming Grails

Programming Grails
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 360
Release :
ISBN-10 : 9781449324544
ISBN-13 : 1449324541
Rating : 4/5 (44 Downloads)

Synopsis Programming Grails by : Burt Beckwith

Dig deeper into Grails architecture and discover how this application framework works its magic. Written by a core developer on the Grails team, this practical guide takes you behind the curtain to reveal the inner workings of its 2.0 feature set. You’ll learn best practices for building and deploying Grails applications, including performance, security, scaling, tuning, debugging, and monitoring. Understand how Grails integrates with Groovy, Spring, Hibernate, and other JVM technologies, and learn how to create and use plugins to augment your application’s functionality. Once you know how Grails adds behavior by convention, you can solve problems more easily and develop applications more intuitively. Write simpler, more powerful code with the Groovy language Manage persistence in Grails, using Hibernate or a NoSQL datastore Learn how Grails uses Spring’s functionality and optional modules Discover how Hibernate handles details for storing and retrieving data Integrate technologies for messaging, mail, creating web services, and other JEE technologies Bypass convention and configure Grails manually Learn a general approach to upgrading applications and plugins Use Grails to develop and deploy IaaS and PaaS applications

Programming Grails

Programming Grails
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 409
Release :
ISBN-10 : 9781449324537
ISBN-13 : 1449324533
Rating : 4/5 (37 Downloads)

Synopsis Programming Grails by : Burt Beckwith

Dig deeper into Grails architecture and discover how this application framework works its magic. Written by a core developer on the Grails team, this practical guide takes you behind the curtain to reveal the inner workings of its 2.0 feature set. You’ll learn best practices for building and deploying Grails applications, including performance, security, scaling, tuning, debugging, and monitoring. Understand how Grails integrates with Groovy, Spring, Hibernate, and other JVM technologies, and learn how to create and use plugins to augment your application’s functionality. Once you know how Grails adds behavior by convention, you can solve problems more easily and develop applications more intuitively. Write simpler, more powerful code with the Groovy language Manage persistence in Grails, using Hibernate or a NoSQL datastore Learn how Grails uses Spring’s functionality and optional modules Discover how Hibernate handles details for storing and retrieving data Integrate technologies for messaging, mail, creating web services, and other JEE technologies Bypass convention and configure Grails manually Learn a general approach to upgrading applications and plugins Use Grails to develop and deploy IaaS and PaaS applications

Grails In Action

Grails In Action
Author :
Publisher :
Total Pages : 0
Release :
ISBN-10 : 8177229796
ISBN-13 : 9788177229790
Rating : 4/5 (96 Downloads)

Synopsis Grails In Action by : Glen Smith

Beginning Groovy and Grails

Beginning Groovy and Grails
Author :
Publisher : Apress
Total Pages : 427
Release :
ISBN-10 : 9781430210467
ISBN-13 : 143021046X
Rating : 4/5 (67 Downloads)

Synopsis Beginning Groovy and Grails by : Jim Shingler

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.

Grails 2: A Quick-Start Guide

Grails 2: A Quick-Start Guide
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 300
Release :
ISBN-10 : 9781680503623
ISBN-13 : 1680503626
Rating : 4/5 (23 Downloads)

Synopsis Grails 2: A Quick-Start Guide by : Dave Klein

Grails is a full-stack web development framework that enables you to build complete web applications in a fraction of the time and with less code than other frameworks. Grails uses the principle of convention over configuration and the dynamic Groovy programming language. This revised and updated new edition shows you how to use Grails by iteratively building a unique, working application. By the time you're done, you'll have built and deployed a real, functioning website. Using this hands-on, pragmatic approach, you'll explore topics such as Ajax in Grails, custom tags, and plugins. You'll dig into Grails' powerful view technology, Groovy Server Pages, and see how you can easily leverage the help offered by scaffolding to create custom user interfaces faster than you would have thought possible. Along the way, you'll learn about domain classes, controllers, and GSP views. And you'll see how Grails enables you to use powerful frameworks such as Spring and Hibernate. With Grails, you can get a lot done with little effort. With this book, you'll get a lot done as well. Get started with Grails today. What You Need: Grails 2 will run on any machine that supports Java. Grails applications can be deployed on any Java Servlet container, including Tomcat, Jetty, WebLogic, JBoss, and Websphere.

The Definitive Guide to Grails

The Definitive Guide to Grails
Author :
Publisher : Dreamtech Press
Total Pages : 386
Release :
ISBN-10 : 8181286154
ISBN-13 : 9788181286154
Rating : 4/5 (54 Downloads)

Synopsis The Definitive Guide to Grails by : Graeme Keith Rocher

The aim of this book is to introduce one of those greener fields that is not so far from home. In fact, its roots are very much embedded in the Java platform that we all know and love. Grails could well be the web application framework that you've been searching for. You will learn how to use the Groovy language with Grails to rapidly prototype applications, develop dynamic tag libraries, create rich domain models, and provide reusable services. · The Search for the Holy Grail(s)· The Groovy Language· The Grails Project Infrastructure· The Application Domain· Scaffolding· Testing, Testing, Testing· Grails Controllers· Groovy Server Pages· Ajax· Services and Jobs· Java Integration

Beginning Groovy, Grails and Griffon

Beginning Groovy, Grails and Griffon
Author :
Publisher : Apress
Total Pages : 351
Release :
ISBN-10 : 9781430248071
ISBN-13 : 1430248076
Rating : 4/5 (71 Downloads)

Synopsis Beginning Groovy, Grails and Griffon by : Christopher M Judd

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, Grails and Griffon is the first introductory book on the Groovy language and its primary web framework, Grails. Griffon is also covered. While Grails is the Web framework for building Groovy Web applications, Griffon is the deskop framework for building desktop Groovy applications. Could Groovy be the new Java? It's light, fast and free (open source). This book gets you started with Groovy, Grails and Griffon, 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.

Grails 1.1 Web Application Development

Grails 1.1 Web Application Development
Author :
Publisher : Packt Publishing Ltd
Total Pages : 454
Release :
ISBN-10 : 9781847196699
ISBN-13 : 1847196691
Rating : 4/5 (99 Downloads)

Synopsis Grails 1.1 Web Application Development by : Jon Dickinson

Reclaiming Productivity for faster Java Web Development.

Making Java Groovy

Making Java Groovy
Author :
Publisher : Simon and Schuster
Total Pages : 520
Release :
ISBN-10 : 9781638352266
ISBN-13 : 1638352267
Rating : 4/5 (66 Downloads)

Synopsis Making Java Groovy by : Kenneth Kousen

Summary Making Java Groovy is a practical handbook for developers who want to blend Groovy into their day-to-day work with Java. It starts by introducing the key differences between Java and Groovy—and how you can use them to your advantage. Then, it guides you step-by-step through realistic development challenges, from web applications to web services to desktop applications, and shows how Groovy makes them easier to put into production. About this Book You don't need the full force of Java when you're writing a build script, a simple system utility, or a lightweight web app—but that's where Groovy shines brightest. This elegant JVM-based dynamic language extends and simplifies Java so you can concentrate on the task at hand instead of managing minute details and unnecessary complexity. Making Java Groov is a practical guide for developers who want to benefit from Groovy in their work with Java. It starts by introducing the key differences between Java and Groovy and how to use them to your advantage. Then, you'll focus on the situations you face every day, like consuming and creating RESTful web services, working with databases, and using the Spring framework. You'll also explore the great Groovy tools for build processes, testing, and deployment and learn how to write Groovy-based domain-specific languages that simplify Java development. Written for developers familiar with Java. No Groovy experience required. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. What's Inside Easier Java Closures, builders, and metaprogramming Gradle for builds, Spock for testing Groovy frameworks like Grails and Griffon About the Author Ken Kousen is an independent consultant and trainer specializing in Spring, Hibernate, Groovy, and Grails. Table of Contents PART 1: UP TO SPEED WITH GROOVY Why add Groovy to Java? Groovy by example Code-level integration Using Groovy features in Java PART 2: GROOVY TOOLS Build processes Testing Groovy and Java projects PART 3: GROOVY IN THE REAL WORLD The Spring framework Database access RESTful web services Building and testing web applications

Professional Heroku Programming

Professional Heroku Programming
Author :
Publisher : John Wiley & Sons
Total Pages : 522
Release :
ISBN-10 : 9781118509036
ISBN-13 : 111850903X
Rating : 4/5 (36 Downloads)

Synopsis Professional Heroku Programming by : Chris Kemp

A complete guide to building and deploying web apps with Heroku A cloud application platform, Heroku is currently the only approved platform for creating apps within Facebook, and its number of users is growing at rapid pace. However, there are very few books on the market that offer professional-level coverage of this platform, until now. The author duo begins with an introduction to the Heroku platform and its associated core concepts and then goes on to explain how writing for this platform differs from that of traditional development systems. Example applications, additional resources, and advice for your next steps round out this resource, making it a thorough, indispensable guide. Features information not found anywhere else, as both authors work for Heroku Explains the inner workings of Heroku with special emphasis placed on building web and mobile applications Introduces GIT-based development workflow and the process model within the Heroku platform Details coding, building, deploying, and scaling effectively using the Heroku tool base Providing you with fully functional code and downloadable code examples, Professional Heroku Programming is your complete guide to mastering this platform.