
- 143 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
eBook - ePub
About this book
Developing web systems in Java has never been so fun! If you are tired of writing long Servlets, waste a lot of time fighting with the framework just to perform simple tasks and writing more code than is necessary to develop any functionality, the Play Framework is what you need. In this book, Alberto Souza will teach you how to create an application from the beginning to the end using the Play Framework in the Java version. Through common situations of daily life, ranging from the traditional registration, up to more advanced features like HTTPS authentication, REST services and creation of plugins.
Frequently asked questions
Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weâve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere â even offline. Perfect for commutes or when youâre on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Practical Play Framework by Alberto Souza in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Java. We have over one million books available in our catalogue for you to explore.
Information
Table of contents
- CapĂtulo 1: Introduction
- CapĂtulo 2: First Application
- CapĂtulo 3: Setting up the application
- CapĂtulo 4: Beginning the conference registration
- CapĂtulo 5: Dealing with requests
- CapĂtulo 6: Saving and listing the conferences
- CapĂtulo 7: Converting and Validating Data
- CapĂtulo 8: Uploading the conference image
- CapĂtulo 9: Sending emails asynchronously
- CapĂtulo 10: Caching the action results
- CapĂtulo 11: Protecting the system
- CapĂtulo 12: Serving different formats
- CapĂtulo 13: Automated Testing
- CapĂtulo 14: Layout and reusing views
- CapĂtulo 15: Internationalizing the application
- CapĂtulo 16: Deploying the application
- CapĂtulo 17: Reusing functionalities by means of plugins
- CapĂtulo 18: Taking care of the database evolution
- CapĂtulo 19: Time to practice