Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

REACTIVE WEB APPLICATIONS: COVERS PLAY, AKKA, AND REACTIVE STREAMS
Título:
REACTIVE WEB APPLICATIONS: COVERS PLAY, AKKA, AND REACTIVE STREAMS
Subtítulo:
Autor:
BERNHARDT, M
Editorial:
MANNING
Año de edición:
2016
Materia
PROGRAMACION INTERNET
ISBN:
978-1-63343-009-9
Páginas:
328
55,50 €

 

Sinopsis

Summary
Reactive Web Applications teaches web developers how to benefit from the reactive application architecture and presents hands-on examples using the Play framework.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Reactive applications build on top of components that communicate asynchronously as they react to user and system events. As a result, they become scalable, responsive, and fault-tolerant. Java and Scala developers can use the Play Framework and the Akka concurrency toolkit to easily implement reactive applications without building everything from scratch.
About the Book
Reactive Web Applications teaches web developers how to benefit from the reactive application architecture and presents hands-on examples using Play, Akka, Scala, and Reactive Streams. This book starts by laying out the fundamentals required for writing functional and asynchronous applications and quickly introduces Play as a framework to handle the plumbing of your application. The book alternates between chapters that introduce reactive ideas (asynchronous programming with futures and actors, managing distributed state with CQRS) and practical examples that show you how to build these ideas into your applications.
What´s Inside
Reactive application architecture
Basics of Play and Akka
Examples in Scala
Functional and asynchronous programming
About Reader Description
For readers comfortable programming with a higher-level language such as Java or C#, and who can read Scala code. No experience with Play or Akka needed.
About the Author
Manuel Bernhardt is a passionate engineer, author, and speaker. As a consultant, he guides companies through the technological and organizational transformation to distributed computing.




Table of Contents
PART 1 GETTING STARTED WITH REACTIVE WEB APPLICATIONS
Did you say reactive?
Your first reactive web application
Functional programming primer
Quick introduction to Play
PART 2 CORE CONCEPTS
Futures
Actors
Dealing with state
Responsive user interfaces
PART 3 ADVANCED TOPICS
Reactive Streams
Deploying reactive Play applications
Testing reactive web applications