|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn911430902 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150623s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d IDEBK
|d EBLCP
|d DEBSZ
|d DEBBG
|d YDXCP
|d COO
|d N$T
|d OCLCF
|d OCLCQ
|d MERUC
|d CEF
|d NLE
|d UKMGB
|d OCLCQ
|d WYU
|d UAB
|d AU@
|d UKAHL
|d OCLCQ
|d VLY
|d AJS
|d OCLCO
|d OCLCQ
|d QGK
|
016 |
7 |
|
|a 018006988
|2 Uk
|
019 |
|
|
|a 910706434
|a 913921651
|a 1259203154
|
020 |
|
|
|a 9781783983810
|q (electronic bk.)
|
020 |
|
|
|a 1783983817
|q (electronic bk.)
|
020 |
|
|
|z 1783983817
|
020 |
|
|
|z 1783983809
|
020 |
|
|
|z 9781783983803
|
029 |
1 |
|
|a DEBBG
|b BV042683777
|
029 |
1 |
|
|a DEBBG
|b BV043620724
|
029 |
1 |
|
|a DEBSZ
|b 433957271
|
029 |
1 |
|
|a DEBSZ
|b 446589861
|
029 |
1 |
|
|a UKMGB
|b 018006988
|
035 |
|
|
|a (OCoLC)911430902
|z (OCoLC)910706434
|z (OCoLC)913921651
|z (OCoLC)1259203154
|
037 |
|
|
|a CL0500000606
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.875.I6
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.2093874
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Saxena, Shiti,
|e author.
|
245 |
1 |
0 |
|a Mastering Play Framework for Scala :
|b leverage the awesome features of Play Framework to build scalable, resilient, and responsive applications /
|c Shiti Saxena.
|
246 |
3 |
0 |
|a Leverage the awesome features of Play Framework to build scalable, resilient, and responsive applications
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed June 17, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Play; Venturing into the world of Play; A sample Play app; Building a Play application using Activator; Creating a TaskTracker application; Adding a new task; Deleting a task; Summary; Chapter 2: Defining Actions; A dummy Artist model; Defining Actions; Actions with parameters; Request body parsers; Extending a parser; Exploring results; Asynchronous Actions; Content negotiation; Filters; Action composition
|
505 |
8 |
|
|a Need for an Action compositionDifferentiating between action composition and filters; Customized requests; Need for a user object; Troubleshooting; Summary; Chapter 3: Building Routes; Introduction to Play routes; Automatic generation of routes_routing.scala; Reverse routing; JavaScript reverse routing; Assets; Client-side libraries; Configuring route definitions; Dynamic paths; Static paths; Configuring request parameters; Troubleshooting; Summary; Chapter 4: Exploring Views; Diving into Scala templates; Building a view; Generating forms; Adding constraints on data; Handling errors
|
505 |
8 |
|
|a Form-field helpersInternationalization; Supporting views in multiple languages; Understanding internationalization; Scala templating in Play; Understanding the working of Twirl; Troubleshooting; Summary; Chapter 5: Working with Data; Introducing models; JDBC; Anorm; Slick; ReactiveMongo; The Cache API; Troubleshooting; Summary; Chapter 6: Reactive Data Streams; Basics of handling data streams; Iteratee; Enumerator; Using the Concurrent object; Unicast; Broadcast; Enumeratee; Binding Enumeratee to an Enumerator; Binding an Enumeratee to an Iteratee; Summary; Chapter 7: Playing with Globals
|
505 |
8 |
|
|a GlobalSettingsThe life cycle of an application; Meddling with the application's life cycle; The request-response life cycle; Fiddling with the request-response life cycle; Manipulating requests and their responses; Tackling errors/exceptions; Summary; Chapter 8: WebSockets and Actors; An introduction to WebSockets; WebSockets in Play; Actor Model; Introducing Akka Actors; WebSocket using Iteratee; WebSocket using Actors without Iteratees; Closing a WebSocket; Using FrameFormatter; Troubleshooting; Summary; Chapter 9: Testing; Setup for writing tests; Unit testing; Dissecting PlaySpecification
|
505 |
8 |
|
|a Unit testing a controllerUsing traits for controllers; Using dependency injection; Functional testing; Using Specs2; Using ScalaTest; Summary; Chapter 10: Debugging and Logging; Debugging a Play application; Configuring an IDE for debugging; Experimenting in a Scala console; Logging; Play's logging API; Log configuration in Play; Log levels; Summary; Chapter 11: Web Services and Authentication; Calling web services; OpenID; OAuth; Summary; Chapter 12: Play in Production; Deploying a Play application; Using the start command; Using a distribution; Universal distribution; Debian distribution
|
520 |
|
|
|a This book is intended for those developers who are keen to master the internal workings of Play Framework to effectively build and deploy web-related apps.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Web applications.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Scala (Computer program language)
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
6 |
|a Applications Web.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Scala (Langage de programmation)
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development.
|2 fast
|0 (OCoLC)fst00811707
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|0 (OCoLC)fst00982065
|
650 |
|
7 |
|a Scala (Computer program language)
|2 fast
|0 (OCoLC)fst01763491
|
650 |
|
7 |
|a Web applications.
|2 fast
|0 (OCoLC)fst01895855
|
776 |
0 |
8 |
|i Print version:
|a Saxena, Shiti.
|t Mastering play framework for scala : leverage the awesome features of play framework to build scalable, resilient, and responsive applications.
|d Birmingham, [England] ; Mumbai, [India] : Packt Publishing, ©2015
|h 251 pages
|k Community experience distilled.
|z 9781783983803
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781783983803/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH28649620
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL2059374
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1000528
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis31698590
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12457977
|
994 |
|
|
|a 92
|b IZTAP
|