• Complain

Jos Dirksen - RESTful Web Services with Scala

Here you can read online Jos Dirksen - RESTful Web Services with Scala full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2015, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    RESTful Web Services with Scala
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2015
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

RESTful Web Services with Scala: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "RESTful Web Services with Scala" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

RESTful Web Services with Scala

Jos Dirksen: author's other books


Who wrote RESTful Web Services with Scala? Find out the surname, the name of the author of the book and a list of all author's works by series.

RESTful Web Services with Scala — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "RESTful Web Services with Scala" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
RESTful Web Services with Scala

Table of Contents
RESTful Web Services with Scala

RESTful Web Services with Scala

Copyright 2015 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: November 2015

Production reference: 1241115

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-78528-940-8

www.packtpub.com

Credits

Author

Jos Dirksen

Reviewer

William Scott

Commissioning Editor

Kunal Parikh

Acquisition Editor

Reshma Raman

Content Development Editor

Preeti Singh

Technical Editor

Ankita Thakur

Copy Editor

Swati Priya

Project Coordinator

Shweta H. Birwatkar

Proofreader

Safis Editing

Indexer

Hemangini Bari

Graphics

Jason Monteiro

Production Coordinator

Arvindkumar Gupta

Cover Work

Arvindkumar Gupta

About the Author

Jos Dirksen has worked as a software developer and architect for more than a decade. He has a lot of experience in a large variety of technologies, ranging from backend technologies, such as Java and Scala, to frontend development using HTML5, CSS, and JavaScript. Besides working with these technologies, Jos also regularly speaks at conferences and likes to write about new and interesting technologies on his blog. He also likes to experiment with new technologies and see how they can best be used to create beautiful data visualizations, the results of which you can see on his blog at http://www.smartjava.org/.

Jos currently works as a Scala engineer for a large Dutch financial institution and has just given up a position as an enterprise architect for Malmberg, a large Dutch publisher of educational material. There, he helped develop a new digital platform for the creation and publishing of educational content for primary, secondary, and vocational education. Previously, Jos has worked in many different roles in private and public sectors, ranging from private companies, such as Philips and ASML, to organizations in the public sector, such as the Department of Defense of the Netherlands.

Jos has also written three books on Three.js. Learning Three.js , Packt Publishing , provides a complete overview of all the features of Three.js; Three.js Essentials , Packt Publishing , uses an example-based approach to explore the most important features of Three.js, and Three.js Cookbook , Packt Publishing , provides a recipe-based approach to cover important use cases of Three.js.

Besides his interest in Scala and REST, he is also interested in frontend development using JavaScript and HTML5.

Writing a book isn't something you do yourself. A lot of people have helped and supported me when I was writing this book. Special thanks to the following people:

All the guys from Packt Publishing who have helped me during the writing, reviewing, and laying out part of the process. Great work, guys!

The authors and contributors of all the great Scala frameworks that I've written about in this book.

Much thanks to the reviewers. Great feedback and comments really helped improve the book. Your positive remarks really helped shape the book!

And, of course, I'd like to thank my family. I'd like to thank my wife, Brigitte, for supporting me every time I start on a new book, and, of course, my two girls, Sophie and Amber, who continuously make me realize what is really important.

About the Reviewer

William Scott is a software engineer with over a decade of experience in building web applications. After graduating from Wake Forrest University with a master's degree in computer science, he focused on server-side Java for several projects before recently diving into JavaScript and AngularJS. In his spare time, he enjoys dabbling with iOS and Functional reactive Programming. He is an avid endurance runner, coffee drinker, and board gamer.

www.PacktPub.com
Support files, eBooks, discount offers, and more

For support files and downloads related to your book, please visit www.PacktPub.com.

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.

At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

httpswww2packtpubcombookssubscriptionpacktlib Do you need instant - photo 1

https://www2.packtpub.com/books/subscription/packtlib

Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can search, access, and read Packt's entire library of books.

Why subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print, and bookmark content
  • On demand and accessible via a web browser
Free access for Packt account holders

If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view 9 entirely free books. Simply use your login credentials for immediate access.

Preface

Scala is a fantastic language that provides a great combination between functional and object-oriented programming. With Scala, you're able to write beautiful, concise, and easily maintainable code in a highly productive manner. Scala also provides very useful language constructs for creating REST services. In the Scala ecosystem, there is a large number of REST frameworks and each one of them allows you to create such services in a slightly different manner. This book gives you an overview of five of the most mature and flexible REST frameworks available, and shows you, through extensive examples, how you can use the various features of these frameworks.

What this book covers

, Getting Started with RESTful Web Services , shows you how to get the code, set up your IDE, and get a first minimal service up and running. It also gives some background information on REST and the model we'll use throughout the book.

, A Functional-style REST Service with Finagle and Finch , explains how you can use the Finch library together with Finagle to create a REST service that follows a functional programming approach.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «RESTful Web Services with Scala»

Look at similar books to RESTful Web Services with Scala. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «RESTful Web Services with Scala»

Discussion, reviews of the book RESTful Web Services with Scala and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.