Building your first REST API in less than 30 minutes

preview_player
Показать описание
Play is fundamentally a framework for writing REST APIs. Therefore writing such a REST API, is very easy using Play. With the use of ScalikeJDBC, a tidy SQL-based DB access library, and the reverse engineering tool that comes with it, most of the work gets done for you. After this talk you’ll be able to build your first REST API in under 30 minutes, with model classes that are fully tested as well!

Author:
Thomas Meijers
Thomas Meijers is a part-time software developer at Lunatech, while still pursuing a bachelor degree in Information Technology. With his passion for writing complex software, he mostly focusses on the combination of Scala with the Play Framework. With this basis he further fills his toolbox with practices such as functional programming, REST, reactive programming and NoSQL databases.
Рекомендации по теме
Комментарии
Автор

@ganeshhananda it is called postman. It is a Chrome application

scubajuan
Автор

this make me feel, like I will miss Spring's @RestRepository :)

NatashaKPec
Автор

is java version for the same is available?

DilaGurung
Автор

Does anyone know what program he used to send REST request as shown at 19:06 time mark?

ganeshhananda