Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Barclay, Kenneth A., 1947-
Otros Autores: Savage, W. J. (W. John)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Amsterdam ; Boston : Morgan Kaufmann Publishers, ©2007.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn122941942
003 OCoLC
005 20231017213018.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 
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 
029 1 |a AU@  |b 000051557217 
029 1 |a AU@  |b 000051860491 
029 1 |a AU@  |b 000053250698 
029 1 |a CHNEW  |b 001004991 
029 1 |a DEBBG  |b BV042314164 
029 1 |a DEBBG  |b BV043124158 
029 1 |a DEBSZ  |b 36775004X 
029 1 |a DEBSZ  |b 368462382 
029 1 |a DEBSZ  |b 422219827 
029 1 |a GBVCP  |b 802271472 
029 1 |a HEBIS  |b 291529690 
029 1 |a NZ1  |b 11778297 
029 1 |a NZ1  |b 15189213 
029 1 |a UKMGB  |b 017581268 
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 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
100 1 |a Barclay, Kenneth A.,  |d 1947- 
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. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Java (Computer program language) 
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  |0 (OCoLC)fst00982065 
700 1 |a Savage, W. J.  |q (W. John) 
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 |u https://learning.oreilly.com/library/view/~/9780123725073/?ar  |z Texto completo 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=187394  |z Texto completo 
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 IZTAP