SlideShare a Scribd company logo
Building a non-blocking
REST API
in less than 30 minutes
Thomas Meijers - @ItsMeijers
About me
Thomas Meijers @ItsMeijers
Lunatech
Student
Play Framework Amsterdam @ItsMeijers
Experience with Play?
Play Framework Amsterdam @ItsMeijers
Experience with Scala?
Play Framework Amsterdam @ItsMeijers
Content
What are we building?
REST Refresh
Persistence
Building the API
ScalikeJDBC in Action
Fielding constraints
Recommendation
Play Framework Amsterdam @ItsMeijers
What are we building?
Simple non-blocking REST API for managing work hours
Consists of 3 models connected to a relational database
(CRUD)
Employee
Project
TimeEntry
Play Framework Amsterdam @ItsMeijers
What are we building?
Play Framework Amsterdam @ItsMeijers
REST & The Fielding Constraints
0. Client Server
1. Statelessness
2. Cacheable
3. Layered system
4. Uniform interface
5. Code on demand (optional)
Play Framework Amsterdam @ItsMeijers
Persistence
Relational Databases
Slick (Non-blocking)
Anorm
ScalikeJDBC
ScalikeJDBC-Async (Non-blocking)
Play Framework Amsterdam @ItsMeijers
ScalikeJDBC-Async
Tidy SQL-based DB access library for Scala
Cool QueryDSL (EDSL)
Play Framework support!
Non-blocking
* Experimental (although production ready)
Play Framework Amsterdam @ItsMeijers
Why Non-Blocking?
Play Framework Amsterdam @ItsMeijers
Building the API
Play Framework Amsterdam @ItsMeijers
What do we
want?
When do we want
it?
Code
!
Now
!
Dependencies in build.sbt
Play Framework Amsterdam @ItsMeijers
Configuration
Play Framework Amsterdam @ItsMeijers
Application.conf
play.plugins
Creating the URIs
Play Framework Amsterdam @ItsMeijers
ScalikeJDBC-Async
Play Framework Amsterdam @ItsMeijers
ScalikeJDBC-Async Mapping
Play Framework Amsterdam @ItsMeijers
ScalikeJDBC-Async Mapping
Play Framework Amsterdam @ItsMeijers
Find a TimeEntry
Play Framework Amsterdam @ItsMeijers
Find a TimeEntry by Employee
Play Framework Amsterdam @ItsMeijers
Creating a TimeEntry
Play Framework Amsterdam @ItsMeijers
Deleting a TimeEntry
Play Framework Amsterdam @ItsMeijers
Representation Class
Play Framework Amsterdam @ItsMeijers
Send and retrieve from the client Send and retrieve from DB
JSON Parsing
Play Framework Amsterdam @ItsMeijers
JSON helper functions
Play Framework Amsterdam @ItsMeijers
API Index - GET /api
Play Framework Amsterdam @ItsMeijers
GET /api/time-entries
Play Framework Amsterdam @ItsMeijers
GET /api/time-entries/:id
Play Framework Amsterdam @ItsMeijers
POST /api/time-entries
Play Framework Amsterdam @ItsMeijers
PUT /api/time-entries/:id
Play Framework Amsterdam @ItsMeijers
DELETE /api/time-entries/:id
Play Framework Amsterdam @ItsMeijers
ScalikeJDBC-Async
In Action
Play Framework Amsterdam @ItsMeijers
Fielding Constraints
0. Client Server
1. Statelessness
2. Cacheable
3. Layered system
4. Uniform interface
5. Code on demand (optional)
Play Framework Amsterdam @ItsMeijers
github.com/ThomasMeijers/NonBlocking
Complete API
Play Framework Amsterdam @ItsMeijers
Use a hypermedia format
HAL - github.com/restfulscala/HALselhof
Siren - github.com/yetu/siren-scala
Documentation: Swagger.io
Slick
Monad Transformers
Recommendations
Play Framework Amsterdam @ItsMeijers
Thomas Meijers - @ItsMeijers
Thank you
Questions?
Lunatech is hiring!
val yourName: Future[AwesomeJob] = withSQL{ select.job.from(Lunatech) }

More Related Content

PPTX
Enterprise Spring Building Scalable Applications
PDF
RESTful Web APIs – Mike Amundsen, Principal API Architect, Layer 7
PPT
API Façade Pattern
PDF
Spring Framework Tutorial | VirtualNuggets
PPTX
The API Facade Pattern: Common Patterns - Episode 2
PPTX
StrongLoop Overview
PPTX
Spring Framework
 
PDF
Spring framework
Enterprise Spring Building Scalable Applications
RESTful Web APIs – Mike Amundsen, Principal API Architect, Layer 7
API Façade Pattern
Spring Framework Tutorial | VirtualNuggets
The API Facade Pattern: Common Patterns - Episode 2
StrongLoop Overview
Spring Framework
 
Spring framework

What's hot (20)

PDF
Business Applications Integration In The Cloud
PPTX
LAJUG Napster REST API
ODP
Spring Mvc,Java, Spring
PDF
StrongLoop Node.js API Security & Customization
ODP
Spring User Guide
PPTX
Building web applications with Java & Spring
PPTX
Salesforce Lightning Web Components Overview
PPTX
Single page apps_with_cf_and_angular[1]
PPTX
HATEOAS 101 - Opinionated Introduction to a REST API Style
PPTX
Survey of restful web services frameworks
PDF
RAML
PDF
Java spring framework
PPTX
Spring Framework Rohit
PPTX
Visbility at the Edge - Deep Insights from Your API
PPT
Restful services with ColdFusion
PPTX
Building ColdFusion And AngularJS Applications
PDF
Api manager preconference
PPTX
Essential API Facade Patterns: Synchronous to Asynchronous Conversion (Episod...
PPTX
Introduction to Ibatis by Rohit
PPTX
Locking and Race Conditions in Web Applications
Business Applications Integration In The Cloud
LAJUG Napster REST API
Spring Mvc,Java, Spring
StrongLoop Node.js API Security & Customization
Spring User Guide
Building web applications with Java & Spring
Salesforce Lightning Web Components Overview
Single page apps_with_cf_and_angular[1]
HATEOAS 101 - Opinionated Introduction to a REST API Style
Survey of restful web services frameworks
RAML
Java spring framework
Spring Framework Rohit
Visbility at the Edge - Deep Insights from Your API
Restful services with ColdFusion
Building ColdFusion And AngularJS Applications
Api manager preconference
Essential API Facade Patterns: Synchronous to Asynchronous Conversion (Episod...
Introduction to Ibatis by Rohit
Locking and Race Conditions in Web Applications
Ad

Similar to Building a non-blocking REST API in less than 30 minutes (20)

PDF
Building a non-blocking REST API in less than 30 minutes
PDF
ScalaDays 2015: Building your first REST API in less than 30 minutes
PPTX
Building Apis in Scala with Playframework2
PDF
Let's Play- Overview
 
PDF
Play Framework: async I/O with Java and Scala
PPTX
Play Architecture, Implementation, Shiny Objects, and a Proposal
PDF
Reactive programming with Rxjava
PDF
Play framework productivity formula
ODP
Play framework training by Neelkanth Sachdeva @ Scala Traits Event , New Delh...
ODP
Play framework training by Neelkanth Sachdeva @ Scala traits event , New Delh...
PDF
Play Framework and Activator
PDF
Concurrency at the Database Layer
PDF
Not Only Streams for Akademia JLabs
PPTX
How to Play at Work - A Play Framework Tutorial
PDF
The Play Framework at LinkedIn: productivity and performance at scale - Jim B...
PDF
The Play Framework at LinkedIn
PPTX
Why Play Framework is fast
PDF
Stream Processing with CompletableFuture and Flow in Java 9
PPTX
Play + scala + reactive mongo
PDF
Asynchronous web apps with the Play Framework 2.0
Building a non-blocking REST API in less than 30 minutes
ScalaDays 2015: Building your first REST API in less than 30 minutes
Building Apis in Scala with Playframework2
Let's Play- Overview
 
Play Framework: async I/O with Java and Scala
Play Architecture, Implementation, Shiny Objects, and a Proposal
Reactive programming with Rxjava
Play framework productivity formula
Play framework training by Neelkanth Sachdeva @ Scala Traits Event , New Delh...
Play framework training by Neelkanth Sachdeva @ Scala traits event , New Delh...
Play Framework and Activator
Concurrency at the Database Layer
Not Only Streams for Akademia JLabs
How to Play at Work - A Play Framework Tutorial
The Play Framework at LinkedIn: productivity and performance at scale - Jim B...
The Play Framework at LinkedIn
Why Play Framework is fast
Stream Processing with CompletableFuture and Flow in Java 9
Play + scala + reactive mongo
Asynchronous web apps with the Play Framework 2.0
Ad

Recently uploaded (20)

PDF
Understanding Forklifts - TECH EHS Solution
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
AI in Product Development-omnex systems
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Digital Strategies for Manufacturing Companies
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
history of c programming in notes for students .pptx
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
ai tools demonstartion for schools and inter college
PDF
System and Network Administration Chapter 2
Understanding Forklifts - TECH EHS Solution
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Softaken Excel to vCard Converter Software.pdf
AI in Product Development-omnex systems
Navsoft: AI-Powered Business Solutions & Custom Software Development
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
Upgrade and Innovation Strategies for SAP ERP Customers
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
How Creative Agencies Leverage Project Management Software.pdf
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Which alternative to Crystal Reports is best for small or large businesses.pdf
ISO 45001 Occupational Health and Safety Management System
Digital Strategies for Manufacturing Companies
Design an Analysis of Algorithms II-SECS-1021-03
history of c programming in notes for students .pptx
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
ai tools demonstartion for schools and inter college
System and Network Administration Chapter 2

Building a non-blocking REST API in less than 30 minutes