Learning more from Lagom examples

ยงLearning more from Lagom examples

After getting started with Hello World, you can learn more about Lagom by downloading and running one of the examples from GitHub:

  • Chirper demonstrates a Twitter-like application and is available for Java and Scala, with Java variations that demonstrate use of JPA and JDBC.
  • Online Auction demonstrates an eBay-like application and is also available for both Java and Scala.

The following table outlines some of the Lagom features you can observe in each of the examples.

Feature Chirper Online Auction
How to use persistence Y Y
How to use the message broker API N Y
How to communicate between services Y Y
How streaming service calls work Y N
How to develop a Play app with Lagom Y Y
How to consume Lagom services from a front-end Play app N Y

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.