Ruby on Rails for PHP and Java developers:
Gespeichert in:
Beteilige Person: | |
---|---|
Format: | Buch |
Sprache: | Englisch |
Veröffentlicht: |
Berlin [u.a.]
Springer
2007
|
Schlagwörter: | |
Links: | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016314125&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
Abstract: | The author provides coverage of how to develop Web applications with Ruby on Rails. Technologies discussed include Ajax, directory services, and Web services. A comparison is made with PHP, the most commonly used scripting language for developing Web applications. |
Umfang: | XV, 394 S. zahlr. Ill. |
ISBN: | 9783540731443 354073144X |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV023111544 | ||
003 | DE-604 | ||
005 | 20080311 | ||
007 | t| | ||
008 | 080204s2007 gw a||| |||| 00||| eng d | ||
015 | |a 07,N24,0055 |2 dnb | ||
015 | |a 08,A01,0092 |2 dnb | ||
016 | 7 | |a 984273239 |2 DE-101 | |
020 | |a 9783540731443 |c kart. : EUR 42.75 (freier Pr.) |9 978-3-540-73144-3 | ||
020 | |a 354073144X |c kart. : EUR 42.75 (freier Pr.) |9 3-540-73144-X | ||
024 | 3 | |a 9783540731443 | |
028 | 5 | 2 | |a 12077625 |
035 | |a (OCoLC)601972318 | ||
035 | |a (DE-599)DNB984273239 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c XA-DE | ||
049 | |a DE-20 |a DE-91G |a DE-573 |a DE-355 |a DE-83 |a DE-11 | ||
050 | 0 | |a QA76.73.R83 | |
082 | 0 | |a 006.76 |2 22/ger | |
082 | 0 | |a 006.78 |2 22 | |
082 | 0 | |a 005.1/17 |2 22 | |
084 | |a ST 230 |0 (DE-625)143617: |2 rvk | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Vohra, Deepak |d 1966- |e Verfasser |0 (DE-588)133597687 |4 aut | |
245 | 1 | 0 | |a Ruby on Rails for PHP and Java developers |c Deepak Vohra |
264 | 1 | |a Berlin [u.a.] |b Springer |c 2007 | |
300 | |a XV, 394 S. |b zahlr. Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
520 | 3 | |a The author provides coverage of how to develop Web applications with Ruby on Rails. Technologies discussed include Ajax, directory services, and Web services. A comparison is made with PHP, the most commonly used scripting language for developing Web applications. | |
650 | 7 | |a PHP |2 gtt | |
650 | 7 | |a Programmatuurtechniek |2 gtt | |
650 | 7 | |a Websites |2 gtt | |
650 | 4 | |a Java (Computer program language) | |
650 | 4 | |a PHP (Computer program language) | |
650 | 4 | |a Ruby (Computer program language) | |
650 | 4 | |a Web site development | |
650 | 0 | 7 | |a PHP |0 (DE-588)4546126-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Ruby on Rails |0 (DE-588)7516633-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Ruby on Rails |0 (DE-588)7516633-1 |D s |
689 | 0 | 1 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Ruby on Rails |0 (DE-588)7516633-1 |D s |
689 | 1 | 1 | |a PHP |0 (DE-588)4546126-0 |D s |
689 | 1 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016314125&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-016314125 |
Datensatz im Suchindex
DE-BY-TUM_call_number | 0102 DAT 677f 2008 A 6218 |
---|---|
DE-BY-TUM_katkey | 1640523 |
DE-BY-TUM_location | 01 |
DE-BY-TUM_media_number | 040006791437 |
_version_ | 1821933279296618498 |
adam_text | Contents
Preface
.......................................................................................................
V
Motivation
for this Book
.......................................................................
V
Who Should Read this Book?
...............................................................
VI
Outline to the Book Structure
.............................................................
VII
Prerequisite Skills
..............................................................................VIII
Acknowledgements
...........................................................................VIII
About the Author
...............................................................................VIII
Contents
...................................................................................................
XI
lRuby
.........................................................................................................1
1.1
Introduction
......................................................................................1
1.2
Installing Ruby
.................................................................................1
1.3
Creating a Ruby Application
............................................................3
1.4
Identifiers and Comments
.................................................................5
1.5
Strings
...............................................................................................6
1.6
Arrays Hashes and Ranges
...............................................................8
1.7
Variables Constants and Operators
................................................11
1.8
Classes
............................................................................................16
1.9
Methods
..........................................................................................18
1.10
Procs and Blocks
..........................................................................24
1.11
Control Structures and Iterators
....................................................28
1.12
Exception Handling
......................................................................33
1.13
Modules
........................................................................................36
1.14
Comparing Ruby with PHP
..........................................................36
1.15
Comparing Ruby with Java
..........................................................37
1.16
Summary
.......................................................................................39
2
Rails Framework
...................................................................................41
2.1
Introduction
....................................................................................41
2.2
Overview of Rails
...........................................................................41
2.3
Active Record
.................................................................................43
2.4
Action Controller
............................................................................47
XII Contents
2.5
Action
View
....................................................................................50
2.5.1
Sub-Templates
.........................................................................52
2.6
Ruby on Rails Commands
..............................................................52
2.7
Installing Rails
................................................................................53
2.8
Developing a Rails Application
......................................................54
2.9
Rails Routes
....................................................................................56
2.10
Stylesheets
....................................................................................57
2.11
Helpers
..........................................................................................57
2.12
Layouts
.........................................................................................58
2.13
Partials
..........................................................................................60
2.14
Rails Framework Examples
..........................................................61
2.15
Configuring Rails with the MySQL Database
.............................67
2.16
Comparing Rails with PHP
...........................................................69
2.17
Comparing Rails with Java
...........................................................69
2.18
Summary
.......................................................................................69
3
CRUD
on Rails
......................................................................................71
3.1
Introduction
....................................................................................71
3.2
Scaffolding
......................................................................................71
3.3
CRUD
with PHP
.............................................................................72
3.4
CRUD
with Java
.............................................................................74
3.5
Creating a Rails Application
...........................................................75
3.6
Creating a Database Table
..............................................................76
3.7
Migrations
.......................................................................................77
3.8
Creating catalogs Table with Migrations
........................................82
3.9
Configuring with Oracle Database
.................................................84
3.10
Configuring with SQL Server
2005
Database
..............................85
3.11
Developing
a CRUD
Application
.................................................86
3.11.1
Creating Dynamic Scaffolding
..............................................87
3.11.2
Creating Scaffolding with Scaffold Generator
......................88
3.12 Ajax
Scaffolding
...........................................................................95
3.13
Validations
..................................................................................100
3.14
Summary
.....................................................................................106
4 Ajax
on Rails
.......................................................................................107
4.1
Introduction
..................................................................................107
4.2
Overview of
Ajax.........................................................................107
4.3
Overview of XMLHttpRequest
....................................................108
4.4
Creating an XMLHttpRequest Object
..........................................110
4.5
Opening an HTTP Request
...........................................................110
4.6
Sending an HTTP Request
...........................................................111
4.7
Processing an HTTP Response
.....................................................
Ill
Ruby on Rails for PHP and Java Developers
XIII
4.8 Ajax
with PHP
..............................................................................113
4.9 Ajax
with Java
..............................................................................113
4.10
Support for
Ajax
in Rails
............................................................114
4.10.1
linktoremote
.....................................................................116
4.10.2
formremotetag
.................................................................117
4.10.3
submittoremote
................................................................117
4.10.4
observefield
.......................................................................118
4.10.5
observeform
.......................................................................119
4.10.6
periodicallycalljremote
.....................................................119
4.10.7
updateelementfunction
.....................................................119
4.10.8
update_page
.........................................................................120
4.11
Creating a Ruby on Rails Application
.......................................120
4.12
Creating a Database Table
..........................................................121
4.13
Sending a Request
......................................................................124
4.13.1
Sending a Request with formjremote_tag Method
.............125
4.13.2
Sending a Request with observefield Method
...................127
4.14
Processing a Request
..................................................................128
4.15
Processing the Response
.............................................................135
4.16
Summary
.....................................................................................142
5
Creating PDF and Excel Reports
.....................................................143
5.1
Introduction
..................................................................................143
5.2
Creating a PDF with PHP
.............................................................144
5.3
Creating a PDF with Java
.............................................................144
5.4
Creating a PDF File with Ruby on Rails
......................................145
5.5
Creating a Table in PDF
..............................................................149
5.6
Creating a Spreadsheet with PHP
.................................................155
5.7
Creating a Spreadsheet with Java
.................................................156
5.8
Creating an Excel Spreadsheet with Ruby on Rails
.....................157
5.9
Creating a Spreadsheet with Ruby Spreadsheet
...........................167
5.10
Summary
.....................................................................................172
6
XML On
Raus.....................................................................................173
6.1
Introduction
..................................................................................173
6.2
Processing XML with PHP
5........................................................173
6.3
Processing XML with Java
...........................................................174
6.4
Installing XML Builder
................................................................175
6.5
Creating an XML Document with Ruby on Rails
........................176
6.6
Creating an XML Document from a Database
.............................180
6.7
Parsing an XML Document with REXML
...................................184
6.8
Summary
.......................................................................................189
XIV Contents
7
PHP On Rails
......................................................................................191
7.1
Introduction
..................................................................................191
7.2
Installing PHP
...............................................................................191
7.3
Installing PHPOnTrax
..................................................................192
7.4
Creating a Trax Application
.........................................................193
7.5
Creating
a CRUD
Application
......................................................197
7.6
Summary
.......................................................................................207
8
LDAP On
Rails
...................................................................................209
8.1
Introduction
..................................................................................209
8.2
Installing OpenLDAP
...................................................................210
8.3
Installing
Tivoli
Directory Server
.................................................216
8.4
Installing Oracle Internet Directory
..............................................232
8.5
LDAP
with PHP
...........................................................................247
8.6
LDAP
with Java
............................................................................248
8.7
Installing NET::LDAP
..................................................................250
8.8
Creating a Rails Application
.........................................................252
8.9
Creating a Directory Entry
............................................................253
8.10
Modifying a Directory Entry
......................................................260
8.11
Searching a Directory
.................................................................263
8.12
Deleting a Directory Entry
..........................................................267
8.13
Summary
.....................................................................................273
9
Web Services On Rails
.......................................................................275
9.1
Introduction
..................................................................................275
9.2
Web Services with PHP
................................................................275
9.3
Web Services with Java
................................................................276
9.4
Creating a Web Service with Ruby on Rails
................................278
9.5
Web Service API Class
.................................................................284
9.6
Dispatching
...................................................................................285
9.6.1
Direct Dispatching
.................................................................285
9.6.2
Delegated Dispatching
...........................................................286
9.6.3
Layered Dispatching
..............................................................290
9.7
Protocol Clients
............................................................................290
9.8
Summary
.......................................................................................299
10
Ruby on Rails in Eclipse
...................................................................301
10.1
Introduction
................................................................................301
10.2
PHP in Eclipse
............................................................................301
10.3
Installing RDT
............................................................................302
10.4
Creating a Rails Project in RDT
.................................................303
10.5
Creating a Database Table with RDT
.........................................309
Ruby on Rails for PHP and Java Developers XV
10.6
Creating
a CRUD
Application with RDT
...................................313
10.7
Installing RadRails
.....................................................................316
10.8
Creating a Rails Application with RadRails
...............................318
10.9
Creating
a CRUD
Application with RadRails
............................320
10.10
Summary
...................................................................................323
11
Rails Testing and Fixtures
...............................................................325
11.1
Introduction
................................................................................325
11.2
Unit Testing in PHP and Java
.....................................................325
11.3
Rails Example Test
.....................................................................326
11.4
Assertion Types
..........................................................................331
11.5
Rails Testing
...............................................................................335
11.6
Fixtures
.......................................................................................336
11.7
Unit Testing
................................................................................337
11.8
Testing Controllers
.....................................................................342
11.9
Summary
.....................................................................................349
12
Rails in Production
...........................................................................351
12.1
Introduction
................................................................................351
12.2
Setting the Production Mode
......................................................351
12.3
Rails Best Practices and Performance
........................................352
12.4
Deployment on Apache2 and FastCGI
.......................................354
12.5
Rails Web Hosting
......................................................................360
12.6
Summary
.....................................................................................387
Sources of Information
..........................................................................389
Index
........................................................................................................391
|
any_adam_object | 1 |
author | Vohra, Deepak 1966- |
author_GND | (DE-588)133597687 |
author_facet | Vohra, Deepak 1966- |
author_role | aut |
author_sort | Vohra, Deepak 1966- |
author_variant | d v dv |
building | Verbundindex |
bvnumber | BV023111544 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.R83 |
callnumber-search | QA76.73.R83 |
callnumber-sort | QA 276.73 R83 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 230 ST 250 ST 253 |
ctrlnum | (OCoLC)601972318 (DE-599)DNB984273239 |
dewey-full | 006.76 006.78 005.1/17 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods 005 - Computer programming, programs, data, security |
dewey-raw | 006.76 006.78 005.1/17 |
dewey-search | 006.76 006.78 005.1/17 |
dewey-sort | 16.76 |
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>02604nam a2200649 c 4500</leader><controlfield tag="001">BV023111544</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20080311 </controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">080204s2007 gw a||| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">07,N24,0055</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">08,A01,0092</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">984273239</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783540731443</subfield><subfield code="c">kart. : EUR 42.75 (freier Pr.)</subfield><subfield code="9">978-3-540-73144-3</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">354073144X</subfield><subfield code="c">kart. : EUR 42.75 (freier Pr.)</subfield><subfield code="9">3-540-73144-X</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783540731443</subfield></datafield><datafield tag="028" ind1="5" ind2="2"><subfield code="a">12077625</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)601972318</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB984273239</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-20</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.R83</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.76</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.78</subfield><subfield code="2">22</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.1/17</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 230</subfield><subfield code="0">(DE-625)143617:</subfield><subfield code="2">rvk</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 253</subfield><subfield code="0">(DE-625)143628:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Vohra, Deepak</subfield><subfield code="d">1966-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)133597687</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Ruby on Rails for PHP and Java developers</subfield><subfield code="c">Deepak Vohra</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XV, 394 S.</subfield><subfield code="b">zahlr. Ill.</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="520" ind1="3" ind2=" "><subfield code="a">The author provides coverage of how to develop Web applications with Ruby on Rails. Technologies discussed include Ajax, directory services, and Web services. A comparison is made with PHP, the most commonly used scripting language for developing Web applications.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">PHP</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Programmatuurtechniek</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Websites</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Java (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">PHP (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Ruby (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Web site development</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">PHP</subfield><subfield code="0">(DE-588)4546126-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Ruby on Rails</subfield><subfield code="0">(DE-588)7516633-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</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="689" ind1="0" ind2="0"><subfield code="a">Ruby on Rails</subfield><subfield code="0">(DE-588)7516633-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><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="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Ruby on Rails</subfield><subfield code="0">(DE-588)7516633-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">PHP</subfield><subfield code="0">(DE-588)4546126-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg</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=016314125&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-016314125</subfield></datafield></record></collection> |
id | DE-604.BV023111544 |
illustrated | Illustrated |
indexdate | 2024-12-20T13:08:54Z |
institution | BVB |
isbn | 9783540731443 354073144X |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016314125 |
oclc_num | 601972318 |
open_access_boolean | |
owner | DE-20 DE-91G DE-BY-TUM DE-573 DE-355 DE-BY-UBR DE-83 DE-11 |
owner_facet | DE-20 DE-91G DE-BY-TUM DE-573 DE-355 DE-BY-UBR DE-83 DE-11 |
physical | XV, 394 S. zahlr. Ill. |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Springer |
record_format | marc |
spellingShingle | Vohra, Deepak 1966- Ruby on Rails for PHP and Java developers PHP gtt Programmatuurtechniek gtt Websites gtt Java (Computer program language) PHP (Computer program language) Ruby (Computer program language) Web site development PHP (DE-588)4546126-0 gnd Ruby on Rails (DE-588)7516633-1 gnd Java Programmiersprache (DE-588)4401313-9 gnd |
subject_GND | (DE-588)4546126-0 (DE-588)7516633-1 (DE-588)4401313-9 |
title | Ruby on Rails for PHP and Java developers |
title_auth | Ruby on Rails for PHP and Java developers |
title_exact_search | Ruby on Rails for PHP and Java developers |
title_full | Ruby on Rails for PHP and Java developers Deepak Vohra |
title_fullStr | Ruby on Rails for PHP and Java developers Deepak Vohra |
title_full_unstemmed | Ruby on Rails for PHP and Java developers Deepak Vohra |
title_short | Ruby on Rails for PHP and Java developers |
title_sort | ruby on rails for php and java developers |
topic | PHP gtt Programmatuurtechniek gtt Websites gtt Java (Computer program language) PHP (Computer program language) Ruby (Computer program language) Web site development PHP (DE-588)4546126-0 gnd Ruby on Rails (DE-588)7516633-1 gnd Java Programmiersprache (DE-588)4401313-9 gnd |
topic_facet | PHP Programmatuurtechniek Websites Java (Computer program language) PHP (Computer program language) Ruby (Computer program language) Web site development Ruby on Rails Java Programmiersprache |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016314125&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT vohradeepak rubyonrailsforphpandjavadevelopers |
Inhaltsverzeichnis
Paper/Kapitel scannen lassen
Paper/Kapitel scannen lassen
Teilbibliothek Mathematik & Informatik
Signatur: |
0102 DAT 677f 2008 A 6218 Lageplan |
---|---|
Exemplar 1 | Ausleihbar Am Standort |