Spring Roo in action:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Shelter Island, NY
Manning
2012
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXXII, 372 S. Ill., graph. Darst. |
ISBN: | 9781935182962 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV040549743 | ||
003 | DE-604 | ||
005 | 20121212 | ||
007 | t | ||
008 | 121119s2012 ad|| |||| 00||| eng d | ||
010 | |a 2011277788 | ||
020 | |a 9781935182962 |c USD 49.99 |9 978-1-935182-96-2 | ||
035 | |a (OCoLC)809167126 | ||
035 | |a (DE-599)GBV659418169 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-523 | ||
082 | 0 | |a 005.1 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Rimple, Ken |e Verfasser |0 (DE-588)1022821059 |4 aut | |
245 | 1 | 0 | |a Spring Roo in action |c Ken Rimple ; Srini Penchikala |
264 | 1 | |a Shelter Island, NY |b Manning |c 2012 | |
300 | |a XXXII, 372 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Framework |g Informatik |0 (DE-588)4464685-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Spring |g Framework, Informatik |0 (DE-588)7526076-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Spring |g Framework, Informatik |0 (DE-588)7526076-1 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |D s |
689 | 1 | |5 DE-604 | |
689 | 2 | 0 | |a Framework |g Informatik |0 (DE-588)4464685-9 |D s |
689 | 2 | |5 DE-604 | |
700 | 1 | |a Penchikala, Srini |e Verfasser |0 (DE-588)1022821121 |4 aut | |
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=025395474&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-025395474 |
Datensatz im Suchindex
_version_ | 1804149642696327168 |
---|---|
adam_text | Titel: Spring Roo in action
Autor: Rimple, Ken
Jahr: 2012
brief contents
Part 1 Starting Spring apps rapidly with Roo...................1
1 ¦ What is Spring Roo? 3
2 ¦ Getting started with Roo 25
Part 2 Databases and entities...........................................55
3 ¦ Database persistence with entities 57
4 ¦ Relationships, JPA, and advanced persistence 93
Part 3 Web development...................................................125
5 ¦ Advanced web applications 156
6 ¦ RIA and other web frameworks 173
7 ¦ Configuring security 189
Part 4 Integration...........................................................209
8 ¦ Testing your application 211
9 ¦ Enterprise services-email and messaging 243
10 ¦ Roo add-ons 266
11 ¦ Advanced add-ons and deployment 296
BRIEF CONTENTS
12 ¦ Cloud computing 323
13 ¦ Workflow applications using Spring Integration 337
contents
foreword xix
preface xxi
acknowledgments xxiii
about this book xxv
about the authors xxxi
about the cover illustration xxxii
Part 1 Starting Spring apps rapidly with Roo..........1
1 What is Spring Roo? 3
1.1 Configuration is a burden 4
Spring reduces the pain 4* Shifting from code to
configuration 5 ¦ Spring makes development less painful 6
Batteries still required 8 * Those other guys-RAD frameworks 8
Java needs RAD 9
1.2 Enter Spring Roo 10
Installing the Roo shell 10 ¦ Launching the shell 11
1.3 Roo by example-the Pizza Shop 12
The pizzashop. roo sample 12 * Running the Pizza Shop with
Maven 13 * Creating toppings--forms 14 ¦ Creating a pizza
form-dependencies 15 * JSON-based web services with the Pizza
Shop 16* Wrapping up the walk-through 17* The Pizza
Shop script 17
CONTENTS
1.4 Roo application architecture models 19
The web layer 20 ¦ Service-and-repository layering in Roo 21
Roo s Active Record architecture 22 * Which pattern is better? 23
1.5 Summary 24
1.6 Resources 24
2 Getting started with Roo 25
2.1 Working with the Roo shell 26
Give me a hint! 26 * Common Roo commands 27
Creating an application 28 * Adjusting the logging level 29
Adding persistence and running the application 31 * Backup, the
Roo log and scripting 32 * The Roo shell log file 32 * A final
word on scripting 33
2.2 How Roo manages your projects 34
The taskmanager project layout 35* Adding a service and
repository 36 * The tests and data on demand 36 * The web
layer 37 * Spring configuration files 38 * About Aspect]
TTDs 39* What LTDs did you just generate? 39 ¦ Exploring
anITD 40* Yeah, they handle your dirty work 41
Multimodule projects 42
2.3 I want my IDE! 43
SpringSource Tool Suite 43 * The Roo context menu 44
The Roo shell 45 * Showing and hiding Roo ITDs 45
IntelliJWEA and other IDEs 4 7
2.4 Refactoring, Roo ITDs, and leaving Roo 48
Push-in refactoring 48 * Verify refactoring 51 * Pulling code
out to LTDs 51 * Leaving Roo behind 51
2.5 Summary 53
2.6 Resources 53
Part 2 Databases and entities..................................55
3 Database persistence with entities 57
3.1 Your business objects and persistence 58
The Java Persistence API 58 * Setting up JPA in Roo 59
Schema management settings 61
3.2 Working with entities 62
Creating your first entity 62 * Adding fields to the Course 64
Adding the course type enum 67 * Exercising the Course
entity 68 * Exploring the Course entity API 70 * Roo s Active
Record entity methods 72* Using the entity API 73* Writing a
JUnit Roo entity test 73
3.3 Validating Courses with Bean Validation 74
Validating Courses 75 * Testing Course validations 77
Bean Validation annotations 79 * Using the ©AssertTrue
annotation 80 * Bean Validation in review 81
3.4 Searching with finders 82
A sample Roo finder 83 * Multifield finder queries 85
More complex finders 86
3.5 Leaving Active Record-JPA repositories 87
The JpaRepository API 88 * Queries with
JpaSpecificationlmplementor 89 * Annotation-driven queries with
Query 90 * Repository wrap-up 91
3.6 Code samples 91
3.7 Summary 91
3.8 Resources 92
4 Relationships, JPA, and advanced persistence 93
4.1 Object relations: it s all relative 94
4.2 A sample Course Manager database 95
4.3 Course Manager relationships 96
One to many: training programs to courses 96 * More on database
keys 99 * Many-to-many relationship: courses to tags 100
The inverse many-to-many: courses have tags 103 * Putting the
people in courses... 104* People teach and attend courses-
inheritance 105 * Testing your inheritance hierarchy 108
JPA providers and your database schema 110 * The rest of your
schema 112
4.4 Reverse engineering your database 113
4.5 Adding a service layer 115
Building services with service create 116
4.6 Using JPA directly 117
4.7 NoSQL databases with MongoDB 119
Persistence with MongoDB 120 * Setting up MongoDB 121
MongoDB and Roo 121 * A MongoDB Course entity 122
Generating a Course MongoDB repository 123 * Creating a service
for your MongoDB repository 123
4.8 Summary 124
4.9 Resources 124
Part 3 Web development..........................................125
5 Rapid web applications with Roo 127
5.1 The Spring MVC web framework 128
5.2 Roo Spring MVC quick-start 129
The web application and first controller 129 * Creating your first
controller 130 * Views, tags, and templates 132 * Launching
the web application 134 * Customizing your view 136
Customize that message! 137
5.3 Web scaffolding for entities 138
Creating the course scaffold 138* Fetching courses 140
Creating a new course 145* Updating courses with PUT 148
Removing a course with DELETE 151 * Scaffolding and
finders 151 * Scaffolding wrap-up 153
5.4 Accessing other Spring beans 153
Automatic detection in scaffolds 153 * Nonscaffolded controllers
and Spring beans 154 * Multimodule scaffolds 154
5.5 Summary 155
5.6 Resources 155
6 Advanced web applications 156
6.1 Customizing Roo CRUD views 157
Element naming conventions 157 * Scaffold s magic z
attribute 158 * Modifying list views 158 * Form view
customizations 161 * Common form field attributes 162
6.2 Advanced customization 162
Changing field types 163 * Disabling or hiding features 163
Style-based date formatting 163 * Pattern-based date
formatting 164 * Adjusting date formats in views 165
Providing reference data 166
6.3 View layouts, theming, and localization 167
How Roo resolves scaffold labels 167* Configuring additional
locales 167* Tiles and Roo 168* Roo s tile layouts 169
Putting it all together 170 * Customizing the tiles layout
engine 171 * Theming 171
6.4 Summary 172
6.5 Resources 172
7 RIA and other web frameworks 173
7.1 JavaScript and Ajax 174
Spring JavaScript 174 * Calculating Course cost with Ajax 174
The JavaScript event handler 175 * Easy Ajax with Spring
MVC 176
7.2 Google Web Toolkit 178
The GWT Course Manager 178* Supporting browser types 180
Summary-GWT 180
7.3 Using JavaServer Faces 181
InstallingJSF 181 * JSF installation details 182
Scaffolding in JSF 182* The CourseBean page bean 182
The Course page view 183* The facelet itself 184 * JSF
developer guidelines 186
7.4 Other Roo Ul frameworks 187
7.5 Summary 188
7.6 Resources 188
8 Configuring security 189
8.1 Installing Spring Security 190
The security context file 191 * Web configuration elements 194
8.2 Securing a sample application 196
Restricting URLs 196 * Storing roles and users in a
database 198 * Database-backed authentication 200
LDAP-based authentication 201 * Handling access denied
errors 203 * Adding login links 204
8.3 Testing security setup 205
8.4 Adding security event logging 205
8.5 Summary 208
8.6 Resources 208
xiv CONTENTS
ARI 4 AN 1EGJKA1 lOIN ..... ¦•.......¦¦¦ ¦••¦•• •¦............••••t «» 4v
9 Testing your application 211
9.1 Roo testing philosophy 212
Layers of testing 212 * Test-specific shell commands 213
The DataOnDemand component 213 * Key DataOnDemand
methods 215 * Working with the DataOnDemand
framework 216
9.2 Stubbed unit tests 217
9.3 Unit tests using mock objects 219
Mocking services with Mockito 220 * The entity mocking
framework 221 * Creating an entity mock test 221 * Unit
testing the completeRegistrationQ method 222 * Mocking with the
RegistrationServiceBean 224
9.4 Testing in-container with Roo 226
Creating entity integration tests 226 * Testing other Spring
beans 228
9.5 Web testing with Selenium 230
What is Selenium? 230* Installing Selenium 231
Autogenerated Selenium tests 232* Writing your own Selenium
test 234 * AddingJUnit semantics 237 * The WebDriver
API 239 * Final thoughts on web testing 241
9.6 Improving your testing 241
9.7 Summary 241
9.8 Resources 242
10 Enterprise services-email and messaging 243
10.1 Roo integration with enterprise services 244
Email support 244 * Asynchronous messaging 244
10.2 Defining the sample Course Manager use cases 246
Use case 1: course catalog distribution 247* Use case 2: course
registration confirmation notification 247 * Use case 3: course
registration wait-list notification 247
10.3 Setting up JMS in the Course Manager 247
Course catalog updates 248 * Testing the course catalog
distribution use case 252
10.4 Adding email support for course registration 254
Registration confirmation via email 254 * Testing the course
registration confirmation notification use case 259
CONTENTS
10.5 Asynchronous messaging for registration confirmation 259
JMS configuration 259 * Testing JMS setup for wait-list
notification 261 * Course completion certificate use case 261
10.6 Monitoring messaging activity 262
Application monitoring using VisualVM JConsole 262
Application monitoring using Spring Insight 263
10.7 Summary 265
10.8 Resources 265
11 Roo add-ons 266
11.1 Extending Roo with add-ons 267
11.2 How add-ons work 267
11.3 Working with published Roo add-ons 268
Finding the Roo repository add-ons 269 * Installing with
add-on install 271 * Using the Git add-on 272
Upgrading Roo add-ons 273* Trusting PGP keys 274
Removing add-ons 275
11.4 Enough OSGi to be dangerous 275
OSGi bundles and manifests 276 * Bundle lifecycle 277
Viewing bundles in the OSGi container 277 * Starting and
uninstalling a bundle 278
11.5 Types of Roo add-ons 278
11.6 Roo wrapper add-ons 279
11.7 Adding a language to Roo with i 18n 281
11.8 A simple add-on: jQuery UI 282
Creating thejQuery UI add-on 282 * ThejQuery UI
add-on goals 283 * Defining thejQuery install
operations 283 * Copying jQuery to the web
application 285 * Installing jQuery in JavaScript 286
Defining the availability of the jquery setup 287* Installing
thejquery UI setup command 288 * Installing your
commands 289 * Building and installing the add-on 291
Installing jQuery in your project 293* Using the jQuery UI in
your application 294
11.9 Summary 295
ll.lOResources 295
12 Advanced add-ons and deployment 296
12.1 Advanced add-ons 297
CONTENTS
12.2 To create an advanced add-on, you need Coffee(Script) 297
What is CoffeeScript? 297 * Creating a CoffeeScri.pt add-on 298
Configuring the Maven plug-in 299 * Creating the setup
command 300 * Setting up the CoffeescriptCommands 301
Accessing parameters 302* Building and installing the
CoffeeScript add-on 302 * Using the CoffeeScript add-on 302
Testing the CoffeeScript add-on 303 * Removing CoffeeScript from
a project 304 * Detecting setup and remove command
availability 305
12.3 Key add-on beans and services 307
ProjectOperations 307 * The PathResolver 308 * The file
manager 308 * Manipulating files transactionally 309
Services wrap-up 310
12.4 Publishing your add-ons 310
Manual distribution 311
12.5 Deploying to an OBR 312
Generating and using your PGP keys 312* Using a version
control system 314 * Releasing the add-on 315 * Using the
OBR to fetch your add-on 317
12.6 Submitting your add-on 318
12.7 Summary 319
Resources 320
Part 5 Roo in the cloud.........................................321
13 Cloud computing 323
13.1 What is cloud computing? 324
Platform as a service 324
13.2 Cloud Foundry 326
Hosting 327 * Database support 327 * Messaging 327
13.3 Roo add-on for Cloud Foundry 328
How to install the Cloud Foundry add-on 328 * Add-on
commands 330 * Cloud Foundry command-line interface 330
13.4 Deploying the Course Manager application to the cloud 331
Cloud Foundry login 331 * Deploying the Course Manager
application 332
13.5 Managing cloud services 333
Application statistics 333 * Binding services 334
CONTENTS
13.6 Application monitoring in the cloud 335
View application logs 335 * Provisioning memory 335
13.7 The road ahead 336
13.8 Summary 336
13.9 Resources 336
14 Workflow applications using Spring Integration 337
14.1 Workflow applications 338
Enterprise application integration 338 » Event-driven
architecture 339
14.2 Using the Spring Integration framework 339
Spring Batch 340
14.3 Adding Spring Integration to your Roo application 340
Course registration: a workflow-based approach 340
Integration patterns used in the solution 342
14.4 Spring Integration add-on for Roo 342
How to install the Roo add-on for Spring Integration 343
Verifying the add-on installation 347
14.5 Course registration workflow components 348
Spring Integration flow setup 348* Configuring Spring
Integration components 349 * Spring Integration configuration
details 351 * Testing Spring Integration flow 355
14.6 Summary 356
14.7 Resources 356
index 357
|
any_adam_object | 1 |
author | Rimple, Ken Penchikala, Srini |
author_GND | (DE-588)1022821059 (DE-588)1022821121 |
author_facet | Rimple, Ken Penchikala, Srini |
author_role | aut aut |
author_sort | Rimple, Ken |
author_variant | k r kr s p sp |
building | Verbundindex |
bvnumber | BV040549743 |
classification_rvk | ST 250 |
ctrlnum | (OCoLC)809167126 (DE-599)GBV659418169 |
dewey-full | 005.1 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.1 |
dewey-search | 005.1 |
dewey-sort | 15.1 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01639nam a2200421 c 4500</leader><controlfield tag="001">BV040549743</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20121212 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">121119s2012 ad|| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2011277788</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781935182962</subfield><subfield code="c">USD 49.99</subfield><subfield code="9">978-1-935182-96-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)809167126</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)GBV659418169</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-523</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.1</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="100" ind1="1" ind2=" "><subfield code="a">Rimple, Ken</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1022821059</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Spring Roo in action</subfield><subfield code="c">Ken Rimple ; Srini Penchikala</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Shelter Island, NY</subfield><subfield code="b">Manning</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXXII, 372 S.</subfield><subfield code="b">Ill., 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">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Framework</subfield><subfield code="g">Informatik</subfield><subfield code="0">(DE-588)4464685-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Spring</subfield><subfield code="g">Framework, Informatik</subfield><subfield code="0">(DE-588)7526076-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Spring</subfield><subfield code="g">Framework, Informatik</subfield><subfield code="0">(DE-588)7526076-1</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">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="2" ind2="0"><subfield code="a">Framework</subfield><subfield code="g">Informatik</subfield><subfield code="0">(DE-588)4464685-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Penchikala, Srini</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1022821121</subfield><subfield code="4">aut</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=025395474&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-025395474</subfield></datafield></record></collection> |
id | DE-604.BV040549743 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:26:17Z |
institution | BVB |
isbn | 9781935182962 |
language | English |
lccn | 2011277788 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-025395474 |
oclc_num | 809167126 |
open_access_boolean | |
owner | DE-523 |
owner_facet | DE-523 |
physical | XXXII, 372 S. Ill., graph. Darst. |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Manning |
record_format | marc |
spelling | Rimple, Ken Verfasser (DE-588)1022821059 aut Spring Roo in action Ken Rimple ; Srini Penchikala Shelter Island, NY Manning 2012 XXXII, 372 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Java Programmiersprache (DE-588)4401313-9 gnd rswk-swf Framework Informatik (DE-588)4464685-9 gnd rswk-swf Spring Framework, Informatik (DE-588)7526076-1 gnd rswk-swf Spring Framework, Informatik (DE-588)7526076-1 s DE-604 Java Programmiersprache (DE-588)4401313-9 s Framework Informatik (DE-588)4464685-9 s Penchikala, Srini Verfasser (DE-588)1022821121 aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025395474&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Rimple, Ken Penchikala, Srini Spring Roo in action Java Programmiersprache (DE-588)4401313-9 gnd Framework Informatik (DE-588)4464685-9 gnd Spring Framework, Informatik (DE-588)7526076-1 gnd |
subject_GND | (DE-588)4401313-9 (DE-588)4464685-9 (DE-588)7526076-1 |
title | Spring Roo in action |
title_auth | Spring Roo in action |
title_exact_search | Spring Roo in action |
title_full | Spring Roo in action Ken Rimple ; Srini Penchikala |
title_fullStr | Spring Roo in action Ken Rimple ; Srini Penchikala |
title_full_unstemmed | Spring Roo in action Ken Rimple ; Srini Penchikala |
title_short | Spring Roo in action |
title_sort | spring roo in action |
topic | Java Programmiersprache (DE-588)4401313-9 gnd Framework Informatik (DE-588)4464685-9 gnd Spring Framework, Informatik (DE-588)7526076-1 gnd |
topic_facet | Java Programmiersprache Framework Informatik Spring Framework, Informatik |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025395474&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT rimpleken springrooinaction AT penchikalasrini springrooinaction |