The definitive guide to Grails: [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Berkeley, CA
Apress
2006
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXII, 360 S. graph. Darst. |
ISBN: | 9781590597583 1590597583 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV022465996 | ||
003 | DE-604 | ||
005 | 20100401 | ||
007 | t | ||
008 | 070615s2006 d||| |||| 00||| eng d | ||
020 | |a 9781590597583 |9 978-1-59059-758-3 | ||
020 | |a 1590597583 |9 1-59059-758-3 | ||
035 | |a (OCoLC)255443141 | ||
035 | |a (DE-599)BVBBV022465996 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-Aug4 |a DE-20 |a DE-83 | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 252 |0 (DE-625)143627: |2 rvk | ||
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
100 | 1 | |a Rocher, Graeme Keith |e Verfasser |4 aut | |
245 | 1 | 0 | |a The definitive guide to Grails |b [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language] |c Graeme Keith Rocher |
264 | 1 | |a Berkeley, CA |b Apress |c 2006 | |
300 | |a XXII, 360 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Web-Seite |0 (DE-588)4356308-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Grails |0 (DE-588)7630448-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Gestaltung |0 (DE-588)4157139-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Groovy |g Programmiersprache |0 (DE-588)7575961-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Groovy |g Programmiersprache |0 (DE-588)7575961-5 |D s |
689 | 0 | 1 | |a Web-Seite |0 (DE-588)4356308-9 |D s |
689 | 0 | 2 | |a Gestaltung |0 (DE-588)4157139-3 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Grails |0 (DE-588)7630448-6 |D s |
689 | 1 | 1 | |a Groovy |g Programmiersprache |0 (DE-588)7575961-5 |D s |
689 | 1 | |8 1\p |5 DE-604 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015673588&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015673588 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804136551078166528 |
---|---|
adam_text | Contents at a Glance
Foreword xiv
About the Author xvi
About the Technical Reviewers xvü
Acknowledgments xviii
Introduction xix
CHAPTER 1 The Search for the Holy Grail(s) 1
CHAPTER 2 The Groovy Language 17
CHAPTER 3 The Grails Project Infrastructure 37
CHAPTER 4 The Application Domain 61
CHAPTER 5 Scaffolding 89
CHAPTER 6 Testing, Testing, Testing m
CHAPTER 7 Grails Controllers 139
CHAPTER 8 Groovy Server Pages 171
CHAPTER 9 Ajax 217
CHAPTER 10 Services and Jobs 241
CHAPTER 11 Java Integration 283
INDEX 333
Contents
Foreword xiv
About the Author xvi
About the Technical Reviewers xvü
Acknowledgments xviii
Introduction xix
CHAPTER 1 The Search for the Holy Grail(s) 1
Trouble in Paradise 1
The Arrival of Web 2.0 Applications 2
The Power of Java 3
Grails: The Story So Far 4
Java Integration 5
Simplicity and Power 5
Lessons Learned 7
Why You Should Be Interested in Grails 7
Getting Started with Grails 8
Running the Targets 10
The Obligatory Hello World! 11
The Unit Tests 15
Summary 16
CHAPTER 2 The Groovy Language 17
Groovy and Java: A Comparison 18
What s the Same? 18
What s Different? 18
The Basics 20
Declaring Classes 20
Language Level Assertions 21
Groovy Strings 21
Closures 24
Lists and Maps 25
Expando Objects 27
Ranges 28
u
CONTENTS
Groovy Power Features 29
Everything Is an Object 29
Metaprogramming 33
Understanding Builders 34
Summary 36
CHAPTER 3 The Grails Project Infrastructure 37
Overview of a Grails Project 37
Grails and the MVC Pattern 40
The M in MVC 40
The V in MVC 41
The C in MVC 41
Beyond MVC 41
Being Environmentally Friendly 41
Data Source Configuration 42
Supported Databases 46
Configuring a Custom Dialect 47
Bootstrapping a Grails Application 48
Configuring Logging 48
Enabling SQL Logging 50
Logging and Environments 50
The Grails Command Line Utilities 5°
Running on a Different Port 51
Packaging a WAR Archive 51
Using the Grails Console and Shell 52
Using the Command Line Shell 52
The Grails Console 53
IDE Integration 54
Installing the Groovy Eclipse Plug in 55
Importing a Grails Project 55
Running the Grails Application from Eclipse 58
Summary 60
CHAPTER 4 The Application Domain 61
Simplified ORM with Grails Object Relational Mapping (GORM) 61
GORM Basics 62
Making Properties Optional 65
Relationships with GORM 65
CONTENTS in
Performing CRUD Operations 67
Creating Bookmarks 68
Reading a Bookmark 68
Updating the Bookmark 68
Deleting Bookmarks 69
Querying the Domain Model 69
Basic Retrieval with get and exists 69
Listing, Sorting, and Counting 70
Querying with Dynamic Finders 71
Querying with HQL 73
Querying by Example 73
Querying with Criteria 74
Mapping Inheritance 79
Validating the Domain 81
Applying Domain Constraints 82
Validating Against Constraints 84
Defining Custom Constraints 85
Performing Updates Revisited 87
Summary 88
CHAPTER 5 Scaffolding 89
Dynamic Scaffolding 89
Create Operation 92
Read Operation 96
Update Operation 96
Delete Operation 101
Overriding CRUD Operations 101
Customizing Fields with Constraints 103
Static Scaffolding 104
Generating a Controller 105
Generating Views 108
Summary 110
SCHAPTER 6 Testing, Testing, Testing m
Writing Effective Unit Tests 112
Using the assert Keyword 114
Using Test Data 116
Exploring GroovyTestCase 117
Testing in Practice 118
.CONTENTS
Using Mocks and Stubs 121
Mocks in Action 121
Defining Test Data with Closure Currying 123
Functional Testing with WebTest 128
Installing WebTest 128
Generating a Web Test 131
Executing Web Tests 134
Interacting with Forms 136
Summary 137
CHAPTER 7 Grails Controllers 139
Introduction to Controllers 139
Setting the Default Action 141
Accessing Request Attributes 142
Using Logging 143
Working with Request Parameters 145
Understanding Flash Scope 146
Creating a Model 148
Data Binding and Type Conversion 149
Data Binding with Domain Models 150
Data Binding with the bindData Method 152
Controlling Flow with Redirects 153
Constructing a Model with Chaining 154
Rendering a Response 156
Rendering Text 157
Rendering a Specific View 157
Rendering Markup 157
Using Action Interception 158
Betöre Advice 159
After Advice 159
Using Interceptors for Authentication 159
Handling File Uploads 167
Working with Multipart Requests 167
Uploads and Data Binding 169
Summary 170
CONTENTS xi
CHAPTER 8 Groovy Server Pages 171
The Basics 171
Understanding the Model 172
Page Directives 173
Groovy Scriptlets 173
GSP as GStrings 174
Built in Grails Tags 175
Setting Variables with Tags 175
Logical Tags 175
Iterative Tags 177
Filtering and Iteration 178
Grails Dynamic Tags 181
Linking Tags 182
Creating Forms and Fields 184
Validation and Error Handling 189
Internationalization Support 191
The message Tag 191
Using Layouts and Templates 192
An Example Layout 193
Layout by Convention 195
Layout with Meta Tags 195
Layouts in Action 195
Understanding Templates 200
Shared Templates 202
The Render Method Revisited 202
Paginating Data 203
Creating Custom Tags 205
Creating a Tag Library 206
Custom Tag Basics 207
Custom Tags in Action 208
Testing a Custom Tag 211
Summary 215
•CONTENTS
CHAPTER 9 Ajax 217
The Basics of Ajax 217
Ajax in Action 221
Executing Code Before and After a Call 229
Handling Events 230
More on Updating Content 231
Remote Linking 231
Applying Effects 233
Working with JavaScript Events 234
Remote Form Submission 236
A Note on Ajax and Performance 238
Summary 239
iCHAPTER 10 Services and Jobs 241
Service Basics 241
Transactions 242
Services and Dependency Injection 243
Services in Action 244
Example A: Extended Search Capability 246
Example B: Latest del.icio.us Posts 252
Testing the Service 255
Scheduling Jobs with Quartz 256
Simple Jobs 256
Cron Jobs 258
Jobs in Action 260
Updating the Domain Model 262
Implementing a Controller 262
Creating the View and Template 264
Scheduling the Job 267
Testing the Job 274
Interacting with the Scheduler 278
Pausing and Resuming Jobs 280
Triggering a Job 280
Adding and Removing Jobs 280
Summary 282
CONTENTS xiii
CHAPTER 11 Java Integration 283
Server Side Java Integration 283
ORM Integration with Hibernate 285
Mapping with Hibernate XML 285
EJB3 Compliant Mapping 289
Using Constraints with POJO Entities 300
Retrieving the SessionFactory 302
Dependency Injection with Spring 302
Getting Hold of Useful Beans 303
Overriding Bean Definitions 306
Using Spring Controllers with Grails 306
Using Acegi Security with Grails 318
Exposing a SOAP Service with XFire 327
Summary 331
INDEX 333
|
adam_txt |
Contents at a Glance
Foreword xiv
About the Author xvi
About the Technical Reviewers xvü
Acknowledgments xviii
Introduction xix
CHAPTER 1 The Search for the Holy Grail(s) 1
CHAPTER 2 The Groovy Language 17
CHAPTER 3 The Grails Project Infrastructure 37
CHAPTER 4 The Application Domain 61
CHAPTER 5 Scaffolding 89
CHAPTER 6 Testing, Testing, Testing m
CHAPTER 7 Grails Controllers 139
CHAPTER 8 Groovy Server Pages 171
CHAPTER 9 Ajax 217
CHAPTER 10 Services and Jobs 241
CHAPTER 11 Java Integration 283
INDEX 333
Contents
Foreword xiv
About the Author xvi
About the Technical Reviewers xvü
Acknowledgments xviii
Introduction xix
CHAPTER 1 The Search for the Holy Grail(s) 1
Trouble in Paradise 1
The Arrival of Web 2.0 Applications 2
The Power of Java 3
Grails: The Story So Far 4
Java Integration 5
Simplicity and Power 5
Lessons Learned 7
Why You Should Be Interested in Grails 7
Getting Started with Grails 8
Running the Targets 10
The Obligatory "Hello World!" 11
The Unit Tests 15
Summary 16
CHAPTER 2 The Groovy Language 17
Groovy and Java: A Comparison 18
What's the Same? 18
What's Different? 18
The Basics 20
Declaring Classes 20
Language Level Assertions 21
Groovy Strings 21
Closures 24
Lists and Maps 25
Expando Objects 27
Ranges 28
u
CONTENTS
Groovy Power Features 29
Everything Is an Object 29
Metaprogramming 33
Understanding Builders 34
Summary 36
CHAPTER 3 The Grails Project Infrastructure 37
Overview of a Grails Project 37
Grails and the MVC Pattern 40
The M in MVC 40
The V in MVC 41
The C in MVC 41
Beyond MVC 41
Being Environmentally Friendly 41
Data Source Configuration 42
Supported Databases 46
Configuring a Custom Dialect 47
Bootstrapping a Grails Application 48
Configuring Logging 48
Enabling SQL Logging 50
Logging and Environments 50
The Grails Command Line Utilities 5°
Running on a Different Port 51
Packaging a WAR Archive 51
Using the Grails Console and Shell 52
Using the Command Line Shell 52
The Grails Console 53
IDE Integration 54
Installing the Groovy Eclipse Plug in 55
Importing a Grails Project 55
Running the Grails Application from Eclipse 58
Summary 60
CHAPTER 4 The Application Domain 61
Simplified ORM with Grails Object Relational Mapping (GORM) 61
GORM Basics 62
Making Properties Optional 65
Relationships with GORM 65
CONTENTS in
Performing CRUD Operations 67
Creating Bookmarks 68
Reading a Bookmark 68
Updating the Bookmark 68
Deleting Bookmarks 69
Querying the Domain Model 69
Basic Retrieval with get and exists 69
Listing, Sorting, and Counting 70
Querying with Dynamic Finders 71
Querying with HQL 73
Querying by Example 73
Querying with Criteria 74
Mapping Inheritance 79
Validating the Domain 81
Applying Domain Constraints 82
Validating Against Constraints 84
Defining Custom Constraints 85
Performing Updates Revisited 87
Summary 88
CHAPTER 5 Scaffolding 89
Dynamic Scaffolding 89
Create Operation 92
Read Operation 96
Update Operation 96
Delete Operation 101
Overriding CRUD Operations 101
Customizing Fields with Constraints 103
Static Scaffolding 104
Generating a Controller 105
Generating Views 108
Summary 110
SCHAPTER 6 Testing, Testing, Testing m
Writing Effective Unit Tests 112
Using the assert Keyword 114
Using Test Data 116
Exploring GroovyTestCase 117
Testing in Practice 118
.CONTENTS
Using Mocks and Stubs 121
Mocks in Action 121
Defining Test Data with Closure Currying 123
Functional Testing with WebTest 128
Installing WebTest 128
Generating a Web Test 131
Executing Web Tests 134
Interacting with Forms 136
Summary 137
CHAPTER 7 Grails Controllers 139
Introduction to Controllers 139
Setting the Default Action 141
Accessing Request Attributes 142
Using Logging 143
Working with Request Parameters 145
Understanding Flash Scope 146
Creating a Model 148
Data Binding and Type Conversion 149
Data Binding with Domain Models 150
Data Binding with the bindData Method 152
Controlling Flow with Redirects 153
Constructing a Model with Chaining 154
Rendering a Response 156
Rendering Text 157
Rendering a Specific View 157
Rendering Markup 157
Using Action Interception 158
Betöre Advice 159
After Advice 159
Using Interceptors for Authentication 159
Handling File Uploads 167
Working with Multipart Requests 167
Uploads and Data Binding 169
Summary 170
CONTENTS xi
CHAPTER 8 Groovy Server Pages 171
The Basics 171
Understanding the Model 172
Page Directives 173
Groovy Scriptlets 173
GSP as GStrings 174
Built in Grails Tags 175
Setting Variables with Tags 175
Logical Tags 175
Iterative Tags 177
Filtering and Iteration 178
Grails Dynamic Tags 181
Linking Tags 182
Creating Forms and Fields 184
Validation and Error Handling 189
Internationalization Support 191
The message Tag 191
Using Layouts and Templates 192
An Example Layout 193
Layout by Convention 195
Layout with Meta Tags 195
Layouts in Action 195
Understanding Templates 200
Shared Templates 202
The Render Method Revisited 202
Paginating Data 203
Creating Custom Tags 205
Creating a Tag Library 206
Custom Tag Basics 207
Custom Tags in Action 208
Testing a Custom Tag 211
Summary 215
•CONTENTS
CHAPTER 9 Ajax 217
The Basics of Ajax 217
Ajax in Action 221
Executing Code Before and After a Call 229
Handling Events 230
More on Updating Content 231
Remote Linking 231
Applying Effects 233
Working with JavaScript Events 234
Remote Form Submission 236
A Note on Ajax and Performance 238
Summary 239
iCHAPTER 10 Services and Jobs 241
Service Basics 241
Transactions 242
Services and Dependency Injection 243
Services in Action 244
Example A: Extended Search Capability 246
Example B: Latest del.icio.us Posts 252
Testing the Service 255
Scheduling Jobs with Quartz 256
Simple Jobs 256
Cron Jobs 258
Jobs in Action 260
Updating the Domain Model 262
Implementing a Controller 262
Creating the View and Template 264
Scheduling the Job 267
Testing the Job 274
Interacting with the Scheduler 278
Pausing and Resuming Jobs 280
Triggering a Job 280
Adding and Removing Jobs 280
Summary 282
CONTENTS xiii
CHAPTER 11 Java Integration 283
Server Side Java Integration 283
ORM Integration with Hibernate 285
Mapping with Hibernate XML 285
EJB3 Compliant Mapping 289
Using Constraints with POJO Entities 300
Retrieving the SessionFactory 302
Dependency Injection with Spring 302
Getting Hold of Useful Beans 303
Overriding Bean Definitions 306
Using Spring Controllers with Grails 306
Using Acegi Security with Grails 318
Exposing a SOAP Service with XFire 327
Summary 331
INDEX 333 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Rocher, Graeme Keith |
author_facet | Rocher, Graeme Keith |
author_role | aut |
author_sort | Rocher, Graeme Keith |
author_variant | g k r gk gkr |
building | Verbundindex |
bvnumber | BV022465996 |
classification_rvk | ST 250 ST 252 ST 253 |
ctrlnum | (OCoLC)255443141 (DE-599)BVBBV022465996 |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01991nam a2200457 c 4500</leader><controlfield tag="001">BV022465996</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20100401 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070615s2006 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781590597583</subfield><subfield code="9">978-1-59059-758-3</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1590597583</subfield><subfield code="9">1-59059-758-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)255443141</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022465996</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-Aug4</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 252</subfield><subfield code="0">(DE-625)143627:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 253</subfield><subfield code="0">(DE-625)143628:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Rocher, Graeme Keith</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">The definitive guide to Grails</subfield><subfield code="b">[learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language]</subfield><subfield code="c">Graeme Keith Rocher</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berkeley, CA</subfield><subfield code="b">Apress</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXII, 360 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Web-Seite</subfield><subfield code="0">(DE-588)4356308-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Grails</subfield><subfield code="0">(DE-588)7630448-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Gestaltung</subfield><subfield code="0">(DE-588)4157139-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Groovy</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)7575961-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Groovy</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)7575961-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Web-Seite</subfield><subfield code="0">(DE-588)4356308-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Gestaltung</subfield><subfield code="0">(DE-588)4157139-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Grails</subfield><subfield code="0">(DE-588)7630448-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Groovy</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)7575961-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015673588&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015673588</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
id | DE-604.BV022465996 |
illustrated | Illustrated |
index_date | 2024-07-02T17:42:23Z |
indexdate | 2024-07-09T20:58:12Z |
institution | BVB |
isbn | 9781590597583 1590597583 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015673588 |
oclc_num | 255443141 |
open_access_boolean | |
owner | DE-Aug4 DE-20 DE-83 |
owner_facet | DE-Aug4 DE-20 DE-83 |
physical | XXII, 360 S. graph. Darst. |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | Apress |
record_format | marc |
spelling | Rocher, Graeme Keith Verfasser aut The definitive guide to Grails [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language] Graeme Keith Rocher Berkeley, CA Apress 2006 XXII, 360 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Web-Seite (DE-588)4356308-9 gnd rswk-swf Grails (DE-588)7630448-6 gnd rswk-swf Gestaltung (DE-588)4157139-3 gnd rswk-swf Groovy Programmiersprache (DE-588)7575961-5 gnd rswk-swf Groovy Programmiersprache (DE-588)7575961-5 s Web-Seite (DE-588)4356308-9 s Gestaltung (DE-588)4157139-3 s DE-604 Grails (DE-588)7630448-6 s 1\p DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015673588&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Rocher, Graeme Keith The definitive guide to Grails [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language] Web-Seite (DE-588)4356308-9 gnd Grails (DE-588)7630448-6 gnd Gestaltung (DE-588)4157139-3 gnd Groovy Programmiersprache (DE-588)7575961-5 gnd |
subject_GND | (DE-588)4356308-9 (DE-588)7630448-6 (DE-588)4157139-3 (DE-588)7575961-5 |
title | The definitive guide to Grails [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language] |
title_auth | The definitive guide to Grails [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language] |
title_exact_search | The definitive guide to Grails [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language] |
title_exact_search_txtP | The definitive guide to Grails [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language] |
title_full | The definitive guide to Grails [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language] Graeme Keith Rocher |
title_fullStr | The definitive guide to Grails [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language] Graeme Keith Rocher |
title_full_unstemmed | The definitive guide to Grails [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language] Graeme Keith Rocher |
title_short | The definitive guide to Grails |
title_sort | the definitive guide to grails learn from grails project founder and lead how to leverage grails the open source lightweight web application framework using the dynamic groovy scripting language |
title_sub | [learn from Grails project founder and lead how to leverage Grails, the open source, lightweight web application framework, using the dynamic Groovy scripting language] |
topic | Web-Seite (DE-588)4356308-9 gnd Grails (DE-588)7630448-6 gnd Gestaltung (DE-588)4157139-3 gnd Groovy Programmiersprache (DE-588)7575961-5 gnd |
topic_facet | Web-Seite Grails Gestaltung Groovy Programmiersprache |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015673588&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT rochergraemekeith thedefinitiveguidetograilslearnfromgrailsprojectfounderandleadhowtoleveragegrailstheopensourcelightweightwebapplicationframeworkusingthedynamicgroovyscriptinglanguage |