Groovy programming :: an introduction for Java developers /
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...
Gespeichert in:
1. Verfasser: | |
---|---|
Weitere Verfasser: | |
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Amsterdam ; Boston :
Morgan Kaufmann Publishers,
©2007.
|
Schlagworte: | |
Online-Zugang: | Volltext Volltext |
Zusammenfassung: | 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. |
Beschreibung: | 1 online resource (xix, 476 pages) : illustrations |
Bibliographie: | Includes bibliographical references (pages 469-470) and index. |
ISBN: | 9780080471594 0080471595 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn122941942 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 070411s2007 ne a ob 001 0 eng d | ||
040 | |a N$T |b eng |e pn |c N$T |d YDXCP |d OCLCQ |d IDEBK |d OCLCQ |d ZCU |d UMI |d OCLCQ |d HEBIS |d OCLCQ |d DEBSZ |d I9W |d OCLCF |d NLGGC |d OCLCQ |d OPELS |d BAKER |d TEFOD |d OCLCQ |d TEFOD |d OCLCQ |d AGLDB |d LIV |d OCLCQ |d JBG |d ROC |d MIH |d D6H |d OCLCQ |d VTS |d CEF |d NLE |d VT2 |d COO |d UKMGB |d WYU |d STF |d LEAUB |d AU@ |d OCLCQ |d M8D |d OCLCQ |d K6U |d EUN |d OCLCO |d NJT |d OCLCQ |d BRF |d OCLCQ |d OCLCO |d COM |d OCLCQ |d OCLCO |d OCLCL |d SXB |d OCLCQ | ||
015 | |a GBB6H3662 |2 bnb | ||
016 | 7 | |a 017581268 |2 Uk | |
019 | |a 154690420 |a 162131433 |a 507200864 |a 738406768 |a 856959977 |a 1020520948 |a 1055384040 |a 1062903453 |a 1081226268 |a 1103270286 |a 1129364026 |a 1153035686 | ||
020 | |a 9780080471594 |q (electronic bk.) | ||
020 | |a 0080471595 |q (electronic bk.) | ||
020 | |z 9780123725073 | ||
020 | |z 0123725070 | ||
035 | |a (OCoLC)122941942 |z (OCoLC)154690420 |z (OCoLC)162131433 |z (OCoLC)507200864 |z (OCoLC)738406768 |z (OCoLC)856959977 |z (OCoLC)1020520948 |z (OCoLC)1055384040 |z (OCoLC)1062903453 |z (OCoLC)1081226268 |z (OCoLC)1103270286 |z (OCoLC)1129364026 |z (OCoLC)1153035686 | ||
037 | |a CL0500000093 |b Safari Books Online | ||
037 | |a A43601A0-2A5C-47E2-B07E-B86FB5483D15 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.73.J38 |b B358 2007eb | |
072 | 7 | |a COM |x 051310 |2 bisacsh | |
072 | 7 | |a COM |x 051280 |2 bisacsh | |
072 | 7 | |a COM |x 051130 |2 bisacsh | |
082 | 7 | |a 005.13/3 |2 22 | |
049 | |a MAIN | ||
100 | 1 | |a Barclay, Kenneth A., |d 1947- |1 https://id.oclc.org/worldcat/entity/E39PCjKWw9VCvdkwHk3BVbKQtq |0 http://id.loc.gov/authorities/names/n88168396 | |
245 | 1 | 0 | |a Groovy programming : |b an introduction for Java developers / |c Kenneth Barclay, John Savage. |
260 | |a Amsterdam ; |a Boston : |b Morgan Kaufmann Publishers, |c ©2007. | ||
300 | |a 1 online resource (xix, 476 pages) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
504 | |a Includes bibliographical references (pages 469-470) and index. | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a Preface; Chapter 1: Groovy; Chapter 2: Numbers and Expressions; Chapter 3: Strings and Regular Expressions; Chapter 4: Lists, Maps and Ranges; Chapter 5: Simple Input and Output; Chapter 6: Case Study: A Library Application (Modelling); Chapter 7: Methods; Chapter 8: Flow of Control; Chapter 9: Closures; Chapter 10: Files; Chapter 11: Case Study: A Library Application (Methods); Chapter 12: Classes; Chapter 13: Case Study: A Library Application (Objects); Chapter 14: Specialization; Chapter 15: Unit Testing (JUnit); Chapter 16: Case Study: A Library Application (Specialization); Chapter 17: Persistence; Chapter 18: Case Study: A Library Application (Persistence); Chapter 19: XML Builders and Parsers; Chapter 20: GUI Builders; Chapter 21: Template Engines; Chapter 22: Case Study: A Library Application (GUI); Chapter 23: Server Side Programming; Chapter 24: Case Study: A Library Application (Web); Chapter 25: Epilogue; Bibliography; Appendix A: Software Distribution; Appendix B: Groovy; Appendix C: More on Numbers and Expressions; Appendix D: More on Strings and Regular Expressions; Appendix E: More on Lists, Maps and Ranges; Appendix F: More on Simple Input and Output; Appendix G: More on Methods; Appendix H: More on Closures; Appendix I: More on Classes; Appendix J: Advanced Closures; Appendix K: More on Builders; Appendix L: More on GUI Builders; Index. | |
520 | |a 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. | ||
650 | 0 | |a Java (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh95008574 | |
650 | 6 | |a Java (Langage de programmation) | |
650 | 7 | |a COMPUTERS |x Programming Languages |x C♯ |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Java. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Pascal. |2 bisacsh | |
650 | 7 | |a Java (Computer program language) |2 fast | |
700 | 1 | |a Savage, W. J. |q (W. John) |1 https://id.oclc.org/worldcat/entity/E39PCjKMJyTdjFyH394rR6PDG3 |0 http://id.loc.gov/authorities/names/n96058869 | |
758 | |i has work: |a Groovy programming (Text) |1 https://id.oclc.org/worldcat/entity/E39PCFTgg8XcMyfgJwTxpFK7d3 |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Barclay, Kenneth A., 1947- |t Groovy programming. |d Amsterdam ; Boston : Morgan Kaufmann Publishers, ©2007 |z 9780123725073 |z 0123725070 |w (DLC) 2006036352 |w (OCoLC)74941913 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=187394 |3 Volltext |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://www.sciencedirect.com/science/book/9780123725073 |3 Volltext |
938 | |a Baker & Taylor |b BKTY |c 51.95 |d 38.96 |i 0123725070 |n 0006914769 |s active | ||
938 | |a EBSCOhost |b EBSC |n 187394 | ||
938 | |a YBP Library Services |b YANK |n 2546625 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn122941942 |
---|---|
_version_ | 1816881646724448256 |
adam_text | |
any_adam_object | |
author | Barclay, Kenneth A., 1947- |
author2 | Savage, W. J. (W. John) |
author2_role | |
author2_variant | w j s wj wjs |
author_GND | http://id.loc.gov/authorities/names/n88168396 http://id.loc.gov/authorities/names/n96058869 |
author_facet | Barclay, Kenneth A., 1947- Savage, W. J. (W. John) |
author_role | |
author_sort | Barclay, Kenneth A., 1947- |
author_variant | k a b ka kab |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.J38 B358 2007eb |
callnumber-search | QA76.73.J38 B358 2007eb |
callnumber-sort | QA 276.73 J38 B358 42007EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Preface; Chapter 1: Groovy; Chapter 2: Numbers and Expressions; Chapter 3: Strings and Regular Expressions; Chapter 4: Lists, Maps and Ranges; Chapter 5: Simple Input and Output; Chapter 6: Case Study: A Library Application (Modelling); Chapter 7: Methods; Chapter 8: Flow of Control; Chapter 9: Closures; Chapter 10: Files; Chapter 11: Case Study: A Library Application (Methods); Chapter 12: Classes; Chapter 13: Case Study: A Library Application (Objects); Chapter 14: Specialization; Chapter 15: Unit Testing (JUnit); Chapter 16: Case Study: A Library Application (Specialization); Chapter 17: Persistence; Chapter 18: Case Study: A Library Application (Persistence); Chapter 19: XML Builders and Parsers; Chapter 20: GUI Builders; Chapter 21: Template Engines; Chapter 22: Case Study: A Library Application (GUI); Chapter 23: Server Side Programming; Chapter 24: Case Study: A Library Application (Web); Chapter 25: Epilogue; Bibliography; Appendix A: Software Distribution; Appendix B: Groovy; Appendix C: More on Numbers and Expressions; Appendix D: More on Strings and Regular Expressions; Appendix E: More on Lists, Maps and Ranges; Appendix F: More on Simple Input and Output; Appendix G: More on Methods; Appendix H: More on Closures; Appendix I: More on Classes; Appendix J: Advanced Closures; Appendix K: More on Builders; Appendix L: More on GUI Builders; Index. |
ctrlnum | (OCoLC)122941942 |
dewey-full | 005.13/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 |
dewey-search | 005.13/3 |
dewey-sort | 15.13 13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06503cam a2200613 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn122941942</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">070411s2007 ne a ob 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">N$T</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">N$T</subfield><subfield code="d">YDXCP</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">ZCU</subfield><subfield code="d">UMI</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">HEBIS</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">I9W</subfield><subfield code="d">OCLCF</subfield><subfield code="d">NLGGC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OPELS</subfield><subfield code="d">BAKER</subfield><subfield code="d">TEFOD</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">TEFOD</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">AGLDB</subfield><subfield code="d">LIV</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">JBG</subfield><subfield code="d">ROC</subfield><subfield code="d">MIH</subfield><subfield code="d">D6H</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">VTS</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">VT2</subfield><subfield code="d">COO</subfield><subfield code="d">UKMGB</subfield><subfield code="d">WYU</subfield><subfield code="d">STF</subfield><subfield code="d">LEAUB</subfield><subfield code="d">AU@</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">M8D</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">K6U</subfield><subfield code="d">EUN</subfield><subfield code="d">OCLCO</subfield><subfield code="d">NJT</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">BRF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">COM</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">SXB</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB6H3662</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">017581268</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">154690420</subfield><subfield code="a">162131433</subfield><subfield code="a">507200864</subfield><subfield code="a">738406768</subfield><subfield code="a">856959977</subfield><subfield code="a">1020520948</subfield><subfield code="a">1055384040</subfield><subfield code="a">1062903453</subfield><subfield code="a">1081226268</subfield><subfield code="a">1103270286</subfield><subfield code="a">1129364026</subfield><subfield code="a">1153035686</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780080471594</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0080471595</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9780123725073</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">0123725070</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)122941942</subfield><subfield code="z">(OCoLC)154690420</subfield><subfield code="z">(OCoLC)162131433</subfield><subfield code="z">(OCoLC)507200864</subfield><subfield code="z">(OCoLC)738406768</subfield><subfield code="z">(OCoLC)856959977</subfield><subfield code="z">(OCoLC)1020520948</subfield><subfield code="z">(OCoLC)1055384040</subfield><subfield code="z">(OCoLC)1062903453</subfield><subfield code="z">(OCoLC)1081226268</subfield><subfield code="z">(OCoLC)1103270286</subfield><subfield code="z">(OCoLC)1129364026</subfield><subfield code="z">(OCoLC)1153035686</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000093</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">A43601A0-2A5C-47E2-B07E-B86FB5483D15</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73.J38</subfield><subfield code="b">B358 2007eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051310</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051280</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051130</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.13/3</subfield><subfield code="2">22</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Barclay, Kenneth A.,</subfield><subfield code="d">1947-</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCjKWw9VCvdkwHk3BVbKQtq</subfield><subfield code="0">http://id.loc.gov/authorities/names/n88168396</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Groovy programming :</subfield><subfield code="b">an introduction for Java developers /</subfield><subfield code="c">Kenneth Barclay, John Savage.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Amsterdam ;</subfield><subfield code="a">Boston :</subfield><subfield code="b">Morgan Kaufmann Publishers,</subfield><subfield code="c">©2007.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (xix, 476 pages) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="504" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references (pages 469-470) and index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Preface; Chapter 1: Groovy; Chapter 2: Numbers and Expressions; Chapter 3: Strings and Regular Expressions; Chapter 4: Lists, Maps and Ranges; Chapter 5: Simple Input and Output; Chapter 6: Case Study: A Library Application (Modelling); Chapter 7: Methods; Chapter 8: Flow of Control; Chapter 9: Closures; Chapter 10: Files; Chapter 11: Case Study: A Library Application (Methods); Chapter 12: Classes; Chapter 13: Case Study: A Library Application (Objects); Chapter 14: Specialization; Chapter 15: Unit Testing (JUnit); Chapter 16: Case Study: A Library Application (Specialization); Chapter 17: Persistence; Chapter 18: Case Study: A Library Application (Persistence); Chapter 19: XML Builders and Parsers; Chapter 20: GUI Builders; Chapter 21: Template Engines; Chapter 22: Case Study: A Library Application (GUI); Chapter 23: Server Side Programming; Chapter 24: Case Study: A Library Application (Web); Chapter 25: Epilogue; Bibliography; Appendix A: Software Distribution; Appendix B: Groovy; Appendix C: More on Numbers and Expressions; Appendix D: More on Strings and Regular Expressions; Appendix E: More on Lists, Maps and Ranges; Appendix F: More on Simple Input and Output; Appendix G: More on Methods; Appendix H: More on Closures; Appendix I: More on Classes; Appendix J: Advanced Closures; Appendix K: More on Builders; Appendix L: More on GUI Builders; Index.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">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.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Java (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95008574</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Java (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">C♯</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">Java.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">Pascal.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Java (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Savage, W. J.</subfield><subfield code="q">(W. John)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCjKMJyTdjFyH394rR6PDG3</subfield><subfield code="0">http://id.loc.gov/authorities/names/n96058869</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Groovy programming (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCFTgg8XcMyfgJwTxpFK7d3</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Barclay, Kenneth A., 1947-</subfield><subfield code="t">Groovy programming.</subfield><subfield code="d">Amsterdam ; Boston : Morgan Kaufmann Publishers, ©2007</subfield><subfield code="z">9780123725073</subfield><subfield code="z">0123725070</subfield><subfield code="w">(DLC) 2006036352</subfield><subfield code="w">(OCoLC)74941913</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=187394</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://www.sciencedirect.com/science/book/9780123725073</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Baker & Taylor</subfield><subfield code="b">BKTY</subfield><subfield code="c">51.95</subfield><subfield code="d">38.96</subfield><subfield code="i">0123725070</subfield><subfield code="n">0006914769</subfield><subfield code="s">active</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">187394</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">2546625</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn122941942 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:16:02Z |
institution | BVB |
isbn | 9780080471594 0080471595 |
language | English |
oclc_num | 122941942 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (xix, 476 pages) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Morgan Kaufmann Publishers, |
record_format | marc |
spelling | Barclay, Kenneth A., 1947- https://id.oclc.org/worldcat/entity/E39PCjKWw9VCvdkwHk3BVbKQtq http://id.loc.gov/authorities/names/n88168396 Groovy programming : an introduction for Java developers / Kenneth Barclay, John Savage. Amsterdam ; Boston : Morgan Kaufmann Publishers, ©2007. 1 online resource (xix, 476 pages) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Includes bibliographical references (pages 469-470) and index. Print version record. Preface; Chapter 1: Groovy; Chapter 2: Numbers and Expressions; Chapter 3: Strings and Regular Expressions; Chapter 4: Lists, Maps and Ranges; Chapter 5: Simple Input and Output; Chapter 6: Case Study: A Library Application (Modelling); Chapter 7: Methods; Chapter 8: Flow of Control; Chapter 9: Closures; Chapter 10: Files; Chapter 11: Case Study: A Library Application (Methods); Chapter 12: Classes; Chapter 13: Case Study: A Library Application (Objects); Chapter 14: Specialization; Chapter 15: Unit Testing (JUnit); Chapter 16: Case Study: A Library Application (Specialization); Chapter 17: Persistence; Chapter 18: Case Study: A Library Application (Persistence); Chapter 19: XML Builders and Parsers; Chapter 20: GUI Builders; Chapter 21: Template Engines; Chapter 22: Case Study: A Library Application (GUI); Chapter 23: Server Side Programming; Chapter 24: Case Study: A Library Application (Web); Chapter 25: Epilogue; Bibliography; Appendix A: Software Distribution; Appendix B: Groovy; Appendix C: More on Numbers and Expressions; Appendix D: More on Strings and Regular Expressions; Appendix E: More on Lists, Maps and Ranges; Appendix F: More on Simple Input and Output; Appendix G: More on Methods; Appendix H: More on Closures; Appendix I: More on Classes; Appendix J: Advanced Closures; Appendix K: More on Builders; Appendix L: More on GUI Builders; Index. 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. Java (Computer program language) http://id.loc.gov/authorities/subjects/sh95008574 Java (Langage de programmation) COMPUTERS Programming Languages C♯ bisacsh COMPUTERS Programming Languages Java. bisacsh COMPUTERS Programming Languages Pascal. bisacsh Java (Computer program language) fast Savage, W. J. (W. John) https://id.oclc.org/worldcat/entity/E39PCjKMJyTdjFyH394rR6PDG3 http://id.loc.gov/authorities/names/n96058869 has work: Groovy programming (Text) https://id.oclc.org/worldcat/entity/E39PCFTgg8XcMyfgJwTxpFK7d3 https://id.oclc.org/worldcat/ontology/hasWork Print version: Barclay, Kenneth A., 1947- Groovy programming. Amsterdam ; Boston : Morgan Kaufmann Publishers, ©2007 9780123725073 0123725070 (DLC) 2006036352 (OCoLC)74941913 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=187394 Volltext FWS01 ZDB-4-EBA FWS_PDA_EBA https://www.sciencedirect.com/science/book/9780123725073 Volltext |
spellingShingle | Barclay, Kenneth A., 1947- Groovy programming : an introduction for Java developers / Preface; Chapter 1: Groovy; Chapter 2: Numbers and Expressions; Chapter 3: Strings and Regular Expressions; Chapter 4: Lists, Maps and Ranges; Chapter 5: Simple Input and Output; Chapter 6: Case Study: A Library Application (Modelling); Chapter 7: Methods; Chapter 8: Flow of Control; Chapter 9: Closures; Chapter 10: Files; Chapter 11: Case Study: A Library Application (Methods); Chapter 12: Classes; Chapter 13: Case Study: A Library Application (Objects); Chapter 14: Specialization; Chapter 15: Unit Testing (JUnit); Chapter 16: Case Study: A Library Application (Specialization); Chapter 17: Persistence; Chapter 18: Case Study: A Library Application (Persistence); Chapter 19: XML Builders and Parsers; Chapter 20: GUI Builders; Chapter 21: Template Engines; Chapter 22: Case Study: A Library Application (GUI); Chapter 23: Server Side Programming; Chapter 24: Case Study: A Library Application (Web); Chapter 25: Epilogue; Bibliography; Appendix A: Software Distribution; Appendix B: Groovy; Appendix C: More on Numbers and Expressions; Appendix D: More on Strings and Regular Expressions; Appendix E: More on Lists, Maps and Ranges; Appendix F: More on Simple Input and Output; Appendix G: More on Methods; Appendix H: More on Closures; Appendix I: More on Classes; Appendix J: Advanced Closures; Appendix K: More on Builders; Appendix L: More on GUI Builders; Index. Java (Computer program language) http://id.loc.gov/authorities/subjects/sh95008574 Java (Langage de programmation) COMPUTERS Programming Languages C♯ bisacsh COMPUTERS Programming Languages Java. bisacsh COMPUTERS Programming Languages Pascal. bisacsh Java (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh95008574 |
title | Groovy programming : an introduction for Java developers / |
title_auth | Groovy programming : an introduction for Java developers / |
title_exact_search | Groovy programming : an introduction for Java developers / |
title_full | Groovy programming : an introduction for Java developers / Kenneth Barclay, John Savage. |
title_fullStr | Groovy programming : an introduction for Java developers / Kenneth Barclay, John Savage. |
title_full_unstemmed | Groovy programming : an introduction for Java developers / Kenneth Barclay, John Savage. |
title_short | Groovy programming : |
title_sort | groovy programming an introduction for java developers |
title_sub | an introduction for Java developers / |
topic | Java (Computer program language) http://id.loc.gov/authorities/subjects/sh95008574 Java (Langage de programmation) COMPUTERS Programming Languages C♯ bisacsh COMPUTERS Programming Languages Java. bisacsh COMPUTERS Programming Languages Pascal. bisacsh Java (Computer program language) fast |
topic_facet | Java (Computer program language) Java (Langage de programmation) COMPUTERS Programming Languages C♯ COMPUTERS Programming Languages Java. COMPUTERS Programming Languages Pascal. |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=187394 https://www.sciencedirect.com/science/book/9780123725073 |
work_keys_str_mv | AT barclaykennetha groovyprogramminganintroductionforjavadevelopers AT savagewj groovyprogramminganintroductionforjavadevelopers |