DSLs in Groovy Say what you mean, Mean what you say Scott Davis - - PowerPoint PPT Presentation

dsls in groovy
SMART_READER_LITE
LIVE PREVIEW

DSLs in Groovy Say what you mean, Mean what you say Scott Davis - - PowerPoint PPT Presentation

DSLs in Groovy Say what you mean, Mean what you say Scott Davis Scott Davis What is a Domain Specific Language? Domain Language DSL: a specific tool for a specific job SQL select title, author from book where isbn = abc123;


slide-1
SLIDE 1

Scott Davis

DSLs in Groovy

Say what you mean, Mean what you say

slide-2
SLIDE 2
slide-3
SLIDE 3

Scott Davis

slide-4
SLIDE 4

What is a Domain Specific Language?

slide-5
SLIDE 5

Domain

slide-6
SLIDE 6
slide-7
SLIDE 7
slide-8
SLIDE 8
slide-9
SLIDE 9
slide-10
SLIDE 10

Language

slide-11
SLIDE 11
slide-12
SLIDE 12
slide-13
SLIDE 13
slide-14
SLIDE 14
slide-15
SLIDE 15
slide-16
SLIDE 16

DSL: a specific tool for a specific job

slide-17
SLIDE 17

SQL

slide-18
SLIDE 18
slide-19
SLIDE 19

select title, author from book where isbn = ‘abc123’;

slide-20
SLIDE 20
slide-21
SLIDE 21

<target name="compile" description="Compiles the Java code"> <mkdir dir="${build.dir}" /> <mkdir dir="${classes.dir}" /> <javac srcdir="${source.dir}" destdir="${classes.dir}" debug="on" deprecation="on"> <classpath refid="compile.classpath"/> </javac> <copy todir="${classes.dir}"> <fileset dir="${source.dir}"> <include name="**/*.properties" /> <include name="**/*.xml" /> </fileset> </copy> </target>

slide-22
SLIDE 22

Internal

  • r

External?

slide-23
SLIDE 23
slide-24
SLIDE 24
slide-25
SLIDE 25
slide-26
SLIDE 26
slide-27
SLIDE 27

Simplicity

slide-28
SLIDE 28
slide-29
SLIDE 29
slide-30
SLIDE 30

* Cornstarch * Corn flour * Corn syrup solids * Mono and diglycerides * Soy lecithin * Polysorbate 60 * Dextrin * Calcium caseinate * Sodium stearol lactylate * Wheat gluten * Calcium sulfate * Natural and artificial flavors * Caramel color * Sorbic acid (to retain freshness) * Artificial color (yellow 5, red 40)

slide-31
SLIDE 31
slide-32
SLIDE 32

select * from books;

slide-33
SLIDE 33

What is Groovy?

slide-34
SLIDE 34

Groovy is a DSL for Java

slide-35
SLIDE 35
slide-36
SLIDE 36

public class HelloJava{ public static void main(String[] args){ System.out.println("Hello Java"); } } println “Hello Groovy”

slide-37
SLIDE 37

A DSL for Installation

slide-38
SLIDE 38
slide-39
SLIDE 39

#!/usr/bin/env groovy if(args){ def project = args[0] println "Installing ${project}..." "cp jboss.tar.gz /install/jboss".execute() println "Finished installing ${project}..." } else{ println """USAGE: install jboss [from src/dir] [to dest/dir]""" }

slide-40
SLIDE 40

A DSL for Time

slide-41
SLIDE 41
slide-42
SLIDE 42

Integer.metaClass.getHour = {-> delegate * 60 } Integer.metaClass.getMinutes = {-> delegate } println 1.hour + 30.minutes

slide-43
SLIDE 43

A DSL is a specific tool Internal or External To simplify the solution

slide-44
SLIDE 44

DSLs in Groovy

Say what you mean, Mean what you say

slide-45
SLIDE 45

Scott Davis

Questions? Thanks for your time.

scott@thirstyhead.com

slide-46
SLIDE 46

Photo Credits

http://commons.wikimedia.org/wiki/Image:John_Hill_and_John_Linthicum_shaking_hands.jpg http://commons.wikimedia.org/wiki/Image:Computer_keyboard.gif http://flickr.com/photos/lourdes_place/1384832252/sizes/l/ http://flickr.com/photos/lydian/2732579654/sizes/o/ http://commons.wikimedia.org/wiki/Image:Rosetta_Stone.JPG http://upload.wikimedia.org/wikipedia/commons/d/dc/Hammer-vertical.jpg http://upload.wikimedia.org/wikipedia/commons/7/74/Swiss_army_similar_knife(side).jpg http://sourcemaking.com/files/sm/images/hammer.jpg http://flickr.com/photos/cyron/97468482/ http://commons.wikimedia.org/wiki/Image:Furniture_installation_tools.jpg http://www.chiefhomeofficer.com/wp-content/uploads/2008/04/folders-image-courtesy- dpscsmdgov.jpg http://upload.wikimedia.org/wikipedia/commons/2/21/Cylinder.png http://commons.wikimedia.org/wiki/File:ParseTree.svg http://upload.wikimedia.org/wikipedia/commons/0/0d/XML_To_XML_Transformation.png http://flickr.com/photos/alternatewords/2292389441 http://en.wikipedia.org/wiki/Image:Hostess_twinkies.jpg http://commons.wikimedia.org/wiki/File:RelojDespertador.jpg