Instant play framework starter : build your web applications from the ground up with the Play Framework for Java and Scala /
Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks.A practical, quick, and hands-on guide to the Play Framework.This book is written for readers interested in developing web applications with Java or S...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Pub.,
2013.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000Ma 4500 | ||
---|---|---|---|
001 | EBSCO_ocn849917302 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr cn||||||||| | ||
008 | 130606s2013 enka ob 001 0 eng d | ||
040 | |a E7B |b eng |e pn |c E7B |d OCLCO |d UMI |d COO |d DEBSZ |d YDXCP |d OCLCQ |d OCLCF |d OCLCQ |d COCUF |d CNNOR |d MOR |d PIFAG |d N$T |d AGLDB |d OCLCQ |d OCLCO |d U3W |d D6H |d STF |d WRM |d VTS |d CEF |d NRAMU |d NLE |d INT |d VT2 |d OCLCQ |d UKMGB |d WYU |d OCLCQ |d UAB |d A6Q |d UKAHL |d HS0 |d UKCRE |d S2H |d OCLCO |d QGK |d OCLCQ |d OCLCO | ||
016 | 7 | |a 018005267 |2 Uk | |
019 | |a 856523414 |a 961652678 |a 962646375 |a 974761799 |a 974866598 |a 981865155 |a 1037703482 |a 1038692408 |a 1045556268 |a 1055323192 |a 1066049852 |a 1081253315 |a 1083599610 |a 1103277105 |a 1129356436 |a 1152981183 |a 1153490225 |a 1192346955 |a 1228569803 |a 1240524456 |a 1259142017 |a 1289519219 | ||
020 | |a 9781782162919 |q (electronic bk.) | ||
020 | |a 1782162917 |q (electronic bk.) | ||
020 | |z 1782162909 | ||
020 | |z 9781782162902 | ||
029 | 1 | |a AU@ |b 000052007206 | |
029 | 1 | |a AU@ |b 000062470502 | |
029 | 1 | |a DEBBG |b BV041431686 | |
029 | 1 | |a DEBSZ |b 398275467 | |
029 | 1 | |a DEBSZ |b 493122583 | |
029 | 1 | |a NZ1 |b 15333512 | |
029 | 1 | |a UKMGB |b 018005267 | |
029 | 1 | |a AU@ |b 000067104672 | |
029 | 1 | |a AU@ |b 000060474172 | |
035 | |a (OCoLC)849917302 |z (OCoLC)856523414 |z (OCoLC)961652678 |z (OCoLC)962646375 |z (OCoLC)974761799 |z (OCoLC)974866598 |z (OCoLC)981865155 |z (OCoLC)1037703482 |z (OCoLC)1038692408 |z (OCoLC)1045556268 |z (OCoLC)1055323192 |z (OCoLC)1066049852 |z (OCoLC)1081253315 |z (OCoLC)1083599610 |z (OCoLC)1103277105 |z (OCoLC)1129356436 |z (OCoLC)1152981183 |z (OCoLC)1153490225 |z (OCoLC)1192346955 |z (OCoLC)1228569803 |z (OCoLC)1240524456 |z (OCoLC)1259142017 |z (OCoLC)1289519219 | ||
037 | |a CL0500000266 |b Safari Books Online | ||
050 | 4 | |a TK5105.888 |b .D54 2013eb | |
072 | 7 | |a COM |x 060080 |2 bisacsh | |
072 | 7 | |a COM |x 051280 |2 bisacsh | |
082 | 0 | 4 | |a 005.72 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Dietrich, Daniel. | |
245 | 1 | 0 | |a Instant play framework starter : |b build your web applications from the ground up with the Play Framework for Java and Scala / |c Daniel Dietrich. |
260 | |a Birmingham : |b Packt Pub., |c 2013. | ||
300 | |a 1 online resource : |b color 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 | ||
504 | |a Includes bibliographical references and index. | ||
588 | 0 | |a Online resource; title from PDF title page (EBSCO, viewed July 7, 2017). | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.packtpub.com; packtlib.packtpub.com; Table of Contents; Instant Play Framework Starter; So, what is Play?; Installation; Step 1 -- What do I need?; Step 2 -- Downloading Play; Step 3 -- Setting the PATH environment variable; Step 4 -- Testing the Play installation; And that's it!; Quick start -- Creating your first Play application; Step 1 -- Creating a new Play application; Structure of a Play application; Step 2 -- Using the Play console; Starting our application; Play console commands; Closing the console | |
505 | 8 | |a Step 3 -- Modifying our applicationFast turnaround -- change your code and hit reload!; Stripped down and optimized stack traces; Step 4 -- Setting up your preferred IDE; IntelliJ IDEA; Eclipse; Other IDEs; Top features you need to know about; 1 -- Designing a Play application; Introducing our sample application; Defining the domain model; Designing the HTTP interface with the routes file; Handling HTTP requests by controller actions; Composing the UI from view templates; Implementing the phone book views; 2 -- Dealing with user input; Defining a form; Validating user input | |
505 | 8 | |a Using form template helpers3 -- Connecting to a database; Accessing data with Ebean for Java; Accessing data with Anorm for Scala; Accessing data with Slick for Scala; People and places you should get to know; Official sites; Articles and tutorials; Community; Blogs; Twitter; About Packt Publishing; Writing for Packt | |
520 | |a Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks.A practical, quick, and hands-on guide to the Play Framework.This book is written for readers interested in developing web applications with Java or Scala. A basic knowledge of either Java or Scala is helpful. Prior experience with Play is not required. | ||
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 site development. | |
650 | 0 | |a Application software |x Development. | |
650 | 0 | |a Java (Computer program language) | |
650 | 6 | |a Sites Web |x Développement. | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Java (Langage de programmation) | |
650 | 7 | |a COMPUTERS |x Web |x General. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Java. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Java (Computer program language) |2 fast | |
650 | 7 | |a Web site development |2 fast | |
776 | |z 1-78216-290-9 | ||
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=587823 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781782162902/?ar |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n AH26849455 | ||
938 | |a ebrary |b EBRY |n ebr10714641 | ||
938 | |a EBSCOhost |b EBSC |n 587823 | ||
938 | |a YBP Library Services |b YANK |n 10746413 | ||
994 | |a 92 |b IZTAP |