February 2018
Intermediate to advanced
552 pages
13h 46m
English
Lagom Framework uses the following components under the hood to fulfill its job easily. We can say that these are default components used by Lagom Framework. We can change a few components to use our own external components:
Lagom Framework has two separate APIs: one for Scala (Scala API) and the other for Java (Java API).
In Lagom Framework, both are first-class citizens.
Like Akka Streams namespaces convention, the Java API has a package name of javadsl:
com.lightbend.lagom.javadsl
The Scala API has a ...
Read now
Unlock full access