Groovy in Action

Download Groovy in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638352879
Total Pages : 1403 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Groovy in Action by : Cédric Champeau

Download or read book Groovy in Action written by Cédric Champeau and published by Simon and Schuster. This book was released on 2015-06-03 with total page 1403 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Groovy in Action, Second Edition is a thoroughly revised, comprehensive guide to Groovy programming. It introduces Java developers to the dynamic features that Groovy provides, and shows how to apply Groovy to a range of tasks including building new apps, integration with existing code, and DSL development. Covers Groovy 2.4. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology In the last ten years, Groovy has become an integral part of a Java developer's toolbox. Its comfortable, common-sense design, seamless integration with Java, and rich ecosystem that includes the Grails web framework, the Gradle build system, and Spock testing platform have created a large Groovy community About the Book Groovy in Action, Second Edition is the undisputed definitive reference on the Groovy language. Written by core members of the Groovy language team, this book presents Groovy like no other can—from the inside out. With relevant examples, careful explanations of Groovy's key concepts and features, and insightful coverage of how to use Groovy in-production tasks, including building new applications, integration with existing code, and DSL development, this is the only book you'll need. Updated for Groovy 2.4. Some experience with Java or another programming language is helpful. No Groovy experience is assumed. What's Inside Comprehensive coverage of Groovy 2.4 including language features, libraries, and AST transformations Dynamic, static, and extensible typing Concurrency: actors, data parallelism, and dataflow Applying Groovy: Java integration, XML, SQL, testing, and domain-specific language support Hundreds of reusable examples About the Authors Authors Dierk König, Paul King, Guillaume Laforge, Hamlet D'Arcy, Cédric Champeau, Erik Pragt, and Jon Skeet are intimately involved in the creation and ongoing development of the Groovy language and its ecosystem. Table of Contents PART 1 THE GROOVY LANGUAGE Your way to Groovy Overture: Groovy basics Simple Groovy datatypes Collective Groovy datatypes Working with closures Groovy control structures Object orientation, Groovy style Dynamic programming with Groovy Compile-time metaprogramming and AST transformations Groovy as a static language PART 2 AROUND THE GROOVY LIBRARY Working with builders Working with the GDK Database programming with Groovy Working with XML and JSON Interacting with Web Services Integrating Groovy PART 3 APPLIED GROOVY Unit testing with Groovy Concurrent Groovy with GPars Domain-specific languages The Groovy ecosystem

Groovy Programming

Download Groovy Programming PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0080471595
Total Pages : 497 pages
Book Rating : 4.0/5 (84 download)

DOWNLOAD NOW!


Book Synopsis Groovy Programming by : Kenneth Barclay

Download or read book Groovy Programming written by Kenneth Barclay and published by Elsevier. This book was released on 2010-07-27 with total page 497 pages. Available in PDF, EPUB and Kindle. Book excerpt: Groovy Programming is an introduction to the Java-based scripting language Groovy. Groovy has much in common with popular scripting languages such as Perl, Python, and Ruby, but is written in a Java-like syntax. And, unlike these other languages, Groovy is sanctioned by the Java community for use on the Java platform. Since it is based on Java, applications written in Groovy can make full use of the Java Application Programmer Interfaces (APIs). This means Groovy can integrate seamlessly with applications written in Java, while avoiding the complexities of the full Java language. This bare-bones structure also means Groovy can be used as an introduction to Java and to programming in general. Its simpler constructions and modern origins make it ideal as a first language and for introducing principles such as object-oriented programming.This book introduces all the major aspects of Groovy development and emphasizes Groovy's potential as a learning tool. Case studies and exercises are included, along with numerous programming examples. The book begins assuming only a general familiarity with Java programming, and progresses to discuss advanced topics such as GUI builders, Groovlets, Unit Testing, and Groovy SQL. The first comprehensive book on Groovy programming that shows how writing applications and scripts for the Java platform is fast and easy Written by leading software engineers and acclaimed computing instructors Offers numerous programming examples, code samples, detailed case studies, exercises for self-study, and a companion website with a Windows-based Groovy editor

Making Java Groovy

Download Making Java Groovy PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638352267
Total Pages : 520 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Making Java Groovy by : Kenneth Kousen

Download or read book Making Java Groovy written by Kenneth Kousen and published by Simon and Schuster. This book was released on 2013-09-18 with total page 520 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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

Learning Groovy

Download Learning Groovy PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484221176
Total Pages : 116 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Learning Groovy by : Adam L. Davis

Download or read book Learning Groovy written by Adam L. Davis and published by Apress. This book was released on 2016-08-05 with total page 116 pages. Available in PDF, EPUB and Kindle. Book excerpt: Start building powerful apps that take advantage of the dynamic scripting capabilities of the Groovy language. This book covers Groovy fundamentals, such as installing Groovy, using Groovy tools, and working with the Groovy Development Kit (GDK). You'll also learn more advanced aspects of Groovy, such as using Groovy design patterns, writing DSLs in Groovy, and taking advantage of Groovy's functional programming features. There is more to Groovy than the core language, so Learning Groovy covers the extended Groovy ecosystem. You'll see how to harness Gradle (Groovy's build system), Grails (Groovy's web application framework), Spock (Groovy's testing framework), and Ratpack (Groovy's reactive web library). What You'll Learn Grasp Groovy fundamentals, including the GDK or Groovy Development Kit Master advanced Groovy, such as writing Groovy DSLs Discover functional programming in Groovy Work with GPars, the built-in concurrency library Use Gradle, the build system Master Grails, the web application framework Work with Spock, the testing framework Harness Ratpack, the reactive web library Who This Book Is For Although this book is intended for those with a Java background, anyone with basic programming skills could benefit from it. This book is a data-filled, yet easy-to-digest tour of the Groovy language and ecosystem.

Pete the Cat's Groovy Imagination

Download Pete the Cat's Groovy Imagination PDF Online Free

Author :
Publisher : HarperCollins
ISBN 13 : 0062974122
Total Pages : 40 pages
Book Rating : 4.0/5 (629 download)

DOWNLOAD NOW!


Book Synopsis Pete the Cat's Groovy Imagination by : James Dean

Download or read book Pete the Cat's Groovy Imagination written by James Dean and published by HarperCollins. This book was released on 2021-09-07 with total page 40 pages. Available in PDF, EPUB and Kindle. Book excerpt: An Instant New York Times Bestseller! When a cloudy gray sky cancels Pete the Cat’s beach day plans, a big box is all he needs to beat the rainy-day blues. Pete the Cat wants to go surfing, but he looks outside and—oh no!—it’s gray and rainy. Does Pete get sad? No, he doesn’t! Instead, he finds a really big and GROOVY box. Find out in this epic adventure just where Pete’s imagination takes him. From the authors of the #1 New York Times bestselling Pete the Cat series, James and Kimberly Dean, this out-of-the-box picture book is reminiscent of Pete favorites like Magic Sunglasses and perfect for fans of Not a Box by Antoinette Portis. Don't miss Pete's other adventures, including Pete the Cat: I Love My White Shoes, Pete the Cat: Rocking in My School Shoes, Pete the Cat and His Four Groovy Buttons, Pete the Cat Saves Christmas, Pete the Cat and His Magic Sunglasses, Pete the Cat and the Bedtime Blues, Pete the Cat and the New Guy, Pete the Cat and the Cool Cat Boogie, Pete the Cat and the Missing Cupcakes, and Pete the Cat and the Perfect Pizza Party, and Pete the Cat: Crayons Rock!.

If You're Groovy and You Know It, Hug a Friend (Groovy Joe #3)

Download If You're Groovy and You Know It, Hug a Friend (Groovy Joe #3) PDF Online Free

Author :
Publisher : Scholastic Inc.
ISBN 13 : 1338290665
Total Pages : 36 pages
Book Rating : 4.3/5 (382 download)

DOWNLOAD NOW!


Book Synopsis If You're Groovy and You Know It, Hug a Friend (Groovy Joe #3) by : Eric Litwin

Download or read book If You're Groovy and You Know It, Hug a Friend (Groovy Joe #3) written by Eric Litwin and published by Scholastic Inc.. This book was released on 2018-08-28 with total page 36 pages. Available in PDF, EPUB and Kindle. Book excerpt: Groovy Joe is back, and this time he's singing a groovy rendition of a favorite preschool song! Are you ready to sing along? "If you're groovy and you know it,the things you do will show it! #1 New York Times bestsellers Eric Litwin (Pete the Cat: I Love My White Shoes) and Tom Lichtenheld(Goodnight, Goodnight, Construction Site) are back, and adding a groovy twist to the classic children's song "If You're Happy and You Know It." This story will have little ones singing, dancing, and grooving along to a new favorite beat. Signature rhyme, repetition, and musical writing style, combined with wild and witty illustrations, come together to create a character that will have you singing all day long. Groovy Joe is back, ready to get groovy!

Dance Party Countdown (Groovy Joe #2)

Download Dance Party Countdown (Groovy Joe #2) PDF Online Free

Author :
Publisher : Scholastic Inc.
ISBN 13 : 1338184660
Total Pages : 40 pages
Book Rating : 4.3/5 (381 download)

DOWNLOAD NOW!


Book Synopsis Dance Party Countdown (Groovy Joe #2) by : Eric Litwin

Download or read book Dance Party Countdown (Groovy Joe #2) written by Eric Litwin and published by Scholastic Inc.. This book was released on 2017-09-12 with total page 40 pages. Available in PDF, EPUB and Kindle. Book excerpt: Knock! Knock! Groovy Joe, the fun-lovin', guitar-strummin' easy goin' doggy is back and ready for a dance party with you . . . and a whole new math-lovin' doggy crew ! Groovy Joe is totally fun.He's a tail-wagging, song singing party of one!And he rocks like this:Disco party bow wow!#1 New York Times bestsellers-Eric Litwin (Pete the Cat: I Love My White Shoes) and Tom Lichtenheld (Goodnight, Goodnight, Construction Site) are back in another groovy story that will have little ones singing, dancing, and learning math to a whole new beat. In his second book, Groovy Joe has a dance party. But Oh no! More and more doggies are knocking on his door, asking to come in. Will there be enough room for everyone? Joe knows just what to do, and soon enough, he has everyone moving and grooving -- the party has only just begun! Signature rhyme, repetition, and musical writing style, combined with wild and witty illustrations infused and gentle math concepts, come together to create an unforgettable new Groovy Joe story all about positivity, creativity, math, and kindness. Groovy Joe is back, ready to get groovy!

Programming Groovy 2

Download Programming Groovy 2 PDF Online Free

Author :
Publisher : Pragmatic Programmers
ISBN 13 : 9781937785307
Total Pages : 0 pages
Book Rating : 4.7/5 (853 download)

DOWNLOAD NOW!


Book Synopsis Programming Groovy 2 by : Venkat Subramaniam

Download or read book Programming Groovy 2 written by Venkat Subramaniam and published by Pragmatic Programmers. This book was released on 2013 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Demonstrates how developers working with small- to mid-sized companies can take advantage of Amazon Web Services (AWS) such as the Simple Storage Service (S3), Elastic Compute Cloud (EC2), Simple Queue Service (SQS), Flexible Payments Service (FPS), and SimpleDB to build web-scale business applications.

Groovy 2 Cookbook

Download Groovy 2 Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1849519374
Total Pages : 625 pages
Book Rating : 4.8/5 (495 download)

DOWNLOAD NOW!


Book Synopsis Groovy 2 Cookbook by : Andrey Adamovich

Download or read book Groovy 2 Cookbook written by Andrey Adamovich and published by Packt Publishing Ltd. This book was released on 2013-10-22 with total page 625 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book follows a Cookbook style and is packed with intermediate and advanced level recipes.This book is for Java developers who have an interest in discovering new ways to quickly get the job done using a new language that shares many similarities with Java. The book’s recipes start simple, therefore no previous Groovy experience is required to understand the code and the explanations accompanying the examples.

Beginning Groovy and Grails

Download Beginning Groovy and Grails PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 143021046X
Total Pages : 427 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Beginning Groovy and Grails by : Jim Shingler

Download or read book Beginning Groovy and Grails written by Jim Shingler and published by Apress. This book was released on 2008-09-22 with total page 427 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.

Mastering GROOVY

Download Mastering GROOVY PDF Online Free

Author :
Publisher : Cybellium Ltd
ISBN 13 :
Total Pages : 226 pages
Book Rating : 4.8/5 (591 download)

DOWNLOAD NOW!


Book Synopsis Mastering GROOVY by : Cybellium Ltd

Download or read book Mastering GROOVY written by Cybellium Ltd and published by Cybellium Ltd. This book was released on 2023-09-06 with total page 226 pages. Available in PDF, EPUB and Kindle. Book excerpt: Cybellium Ltd is dedicated to empowering individuals and organizations with the knowledge and skills they need to navigate the ever-evolving computer science landscape securely and learn only the latest information available on any subject in the category of computer science including: - Information Technology (IT) - Cyber Security - Information Security - Big Data - Artificial Intelligence (AI) - Engineering - Robotics - Standards and compliance Our mission is to be at the forefront of computer science education, offering a wide and comprehensive range of resources, including books, courses, classes and training programs, tailored to meet the diverse needs of any subject in computer science. Visit https://www.cybellium.com for more books.

Pete the Cat's Giant Groovy Book

Download Pete the Cat's Giant Groovy Book PDF Online Free

Author :
Publisher : HarperCollins
ISBN 13 : 9780062868305
Total Pages : 288 pages
Book Rating : 4.8/5 (683 download)

DOWNLOAD NOW!


Book Synopsis Pete the Cat's Giant Groovy Book by : James Dean

Download or read book Pete the Cat's Giant Groovy Book written by James Dean and published by HarperCollins. This book was released on 2019-03-05 with total page 288 pages. Available in PDF, EPUB and Kindle. Book excerpt: Nine classic I Can Read stories by New York Times bestselling author-illustrator James Dean in one book! Pete the Cat is sure to make reading fun for young readers. This paper-over-board bind-up features 9 groovy stories. This collection includes both My First and Level 1 books, making it perfect for young readers who are ready to grow with I Can Read. Pete the Cat's Giant Groovy Book includes eight favorite tales plus a brand-new one exclusive to this collection. Pete the Cat and the Surprise Teacher: MY FIRST Pete the Cat: Sir Pete the Brave: MY FIRST Pete the Cat: Snow Daze: MY FIRST Pete the Cat and the Tip-Top Tree House: MY FIRST Pete the Cat and the Lost Tooth: MY FIRST Pete the Cat and the Groovy Bake Sale: MY FIRST Pete the Cat Goes Camping: LEVEL 1 Pete the Cat and the Cool Caterpillar: LEVEL 1 NEW! Pete the Cat’s Family Tree: LEVEL1 Ideal for children learning to sound out words and sentences and beginning readers.

Groovy Science

Download Groovy Science PDF Online Free

Author :
Publisher : University of Chicago Press
ISBN 13 : 022637307X
Total Pages : 433 pages
Book Rating : 4.2/5 (263 download)

DOWNLOAD NOW!


Book Synopsis Groovy Science by : David Kaiser

Download or read book Groovy Science written by David Kaiser and published by University of Chicago Press. This book was released on 2016-05-31 with total page 433 pages. Available in PDF, EPUB and Kindle. Book excerpt: Did the Woodstock generation reject science—or re-create it? An “enthralling” study of a unique period in scientific history (New Scientist). Our general image of the youth of the late 1960s and early 1970s is one of hostility to things like missiles and mainframes and plastics—and an enthusiasm for alternative spirituality and getting “back to nature.” But this enlightening collection reveals that the stereotype is overly simplistic. In fact, there were diverse ways in which the era’s countercultures expressed enthusiasm for and involved themselves in science—of a certain type. Boomers and hippies sought a science that was both small-scale and big-picture, as exemplified by the annual workshops on quantum physics at the Esalen Institute in Big Sur, or Timothy Leary’s championing of space exploration as the ultimate “high.” Groovy Science explores the experimentation and eclecticism that marked countercultural science and technology during one of the most colorful periods of American history. “Demonstrate[s] that people and groups strongly ensconced in the counterculture also embraced science, albeit in untraditional and creative ways.”—Science “Each essay is a case history on how the hippies repurposed science and made it cool. For the academic historian, Groovy Science establishes the ‘deep mark on American culture’ made by the countercultural innovators. For the non-historian, the book reads as if it were infected by the hippies’ democratic intent: no jargon, few convoluted sentences, clear arguments and a sense of delight.”—Nature “In the late 1960s and 1970s, the mind-expanding modus operandi of the counterculture spread into the realm of science, and sh-t got wonderfully weird. Neurophysiologist John Lilly tried to talk with dolphins. Physicist Peter Phillips launched a parapsychology lab at Washington University. Princeton physicist Gerard O’Neill became an evangelist for space colonies. Groovy Science is a new book of essays about this heady time.”—Boing Boing

Beginning Groovy, Grails and Griffon

Download Beginning Groovy, Grails and Griffon PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430248076
Total Pages : 351 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


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

Download or read book Beginning Groovy, Grails and Griffon written by Christopher M Judd and published by Apress. This book was released on 2013-03-12 with total page 351 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.

Programming Groovy 2

Download Programming Groovy 2 PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 1680504347
Total Pages : 473 pages
Book Rating : 4.6/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Programming Groovy 2 by : Venkat Subramaniam

Download or read book Programming Groovy 2 written by Venkat Subramaniam and published by Pragmatic Bookshelf. This book was released on 2013-07-15 with total page 473 pages. Available in PDF, EPUB and Kindle. Book excerpt: Groovy brings you the best of both worlds: a flexible, highly productive, agile, dynamic language that runs on the rich framework of the Java Platform. Groovy preserves the Java semantics and extends the JDK to give you true dynamic language capabilities. Programming Groovy 2 will help you, the experienced Java developer, learn and take advantage of the latest version of this rich dynamic language. You'll go from the basics of Groovy to the latest advances in the language, including options for type checking, tail-call and memoization optimizations, compile time metaprogramming, and fluent interfaces to create DSLs. You don't have to leave the rich Java Platform to take advantage of Groovy. Groovy preserves Java's semantics and extends the JDK, so programming in Groovy feels like the Java language has been augmented; it's like working with a lighter, more elegant Java. If you're an experienced Java developer who wants to learn how Groovy works, you'll find exactly what you need in this book. You'll start with the fundamentals of programming in Groovy and how it works with Java, and then you'll explore advanced concepts such as unit testing with mock objects, using Builders, working with databases and XML, and creating DSLs. You'll master Groovy's powerful yet complex run-time and compile-time metaprogramming features. Much has evolved in the Groovy language since the publication of the first edition of Programming Groovy. Programming Groovy 2 will help you learn and apply Groovy's new features. Creating DSLs is easier now, and Groovy's already-powerful metaprogramming facilities have improved even more. You'll see how to work with closures, including tail call optimization and memoization. The book also covers Groovy's new static compilation feature. Whether you're learning the basics of the language or interested in getting proficient with the new features, Programming Groovy 2 has you covered. What You Need To work on the examples in the book you need Groovy 2.0.5 and Java JDK 5 or higher.

Everythings groovy

Download Everythings groovy PDF Online Free

Author :
Publisher : Pioneer Drama Service, Inc.
ISBN 13 :
Total Pages : 52 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis Everythings groovy by :

Download or read book Everythings groovy written by and published by Pioneer Drama Service, Inc.. This book was released on with total page 52 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Groovy for Domain-specific Languages

Download Groovy for Domain-specific Languages PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1849695415
Total Pages : 386 pages
Book Rating : 4.8/5 (496 download)

DOWNLOAD NOW!


Book Synopsis Groovy for Domain-specific Languages by : Fergal Dearle

Download or read book Groovy for Domain-specific Languages written by Fergal Dearle and published by Packt Publishing Ltd. This book was released on 2015-09-28 with total page 386 pages. Available in PDF, EPUB and Kindle. Book excerpt: Extend and enhance your Java applications with domain-specific scripting in Groovy About This Book Build domain-specific mini languages in Groovy that integrate seamlessly with your Java apps with this hands-on guide Increase stakeholder participation in the development process with domain-specific scripting in Groovy Get up to speed with the newest features in Groovy using this second edition and integrate Groovy-based DSLs into your existing Java applications. Who This Book Is For This book is for Java software developers who have an interest in building domain scripting into their Java applications. No knowledge of Groovy is required, although it will be helpful. This book does not teach Groovy, but quickly introduces the basic ideas of Groovy. An experienced Java developer should have no problems with these and move quickly on to the more involved aspects of creating DSLs with Groovy. No experience of creating a DSL is required. What You Will Learn Familiarize yourself with Groovy scripting and work with Groovy closures Use the meta-programming features in Groovy to build mini languages Employ Groovy mark-up and builders to simplify application development Familiarize yourself with Groovy mark-up and build your own Groovy builders Build effective DSLs with operator overloading, command chains, builders, and a host of other Groovy language features Integrate Groovy with your Java and JVM based applications In Detail The times when developing on the JVM meant you were a Java programmer have long passed. The JVM is now firmly established as a polyglot development environment with many projects opting for alternative development languages to Java such as Groovy, Scala, Clojure, and JRuby. In this pantheon of development languages, Groovy stands out for its excellent DSL enabling features which allows it to be manipulated to produce mini languages that are tailored to a project's needs. A comprehensive tutorial on designing and developing mini Groovy based Domain Specific Languages, this book will guide you through the development of several mini DSLs that will help you gain all the skills needed to develop your own Groovy based DSLs with confidence and ease. Starting with the bare basics, this book will focus on how Groovy can be used to construct domain specific mini languages, and will go through the more complex meta-programming features of Groovy, including using the Abstract Syntax Tree (AST). Practical examples are used throughout this book to de-mystify these seemingly complex language features and to show how they can be used to create simple and elegant DSLs. Packed with examples, including several fully worked DSLs, this book will serve as a springboard for developing your own DSLs. Style and approach This book is a hands-on guide that will walk you through examples for building DSLs with Groovy rather than just talking about "metaprogramming with Groovy". The examples in this book have been designed to help you gain a good working knowledge of the techniques involved and apply these to producing your own Groovy based DSLs.