All Projects → lagom → lagom-samples

lagom / lagom-samples

Licence: CC0-1.0 License
developer.lightbend.com/start/?group=lagom

Programming Languages

java
68154 projects - #9 most used programming language
scala
5932 projects
shell
77523 projects

Projects that are alternatives of or similar to lagom-samples

play-scala-streaming-example
Example Play application showing Comet and Server Sent Events in Scala
Stars: ✭ 42 (-50.59%)
Mutual labels:  sample, jvm, example, sample-app, example-project
Play Scala Isolated Slick Example
Example Play Slick Project
Stars: ✭ 155 (+82.35%)
Mutual labels:  sample, jvm, example, sample-app, example-project
Play Java Starter Example
Play starter project in Java (ideal for new users!)
Stars: ✭ 164 (+92.94%)
Mutual labels:  sample, jvm, example, sample-app, example-project
play-java-rest-api-example
REST API using Play in Java
Stars: ✭ 44 (-48.24%)
Mutual labels:  sample, jvm, example, sample-app, example-project
play-scala-chatroom-example
Play chatroom with Scala API
Stars: ✭ 43 (-49.41%)
Mutual labels:  sample, jvm, example, sample-app, example-project
Play Scala Websocket Example
Example Play Scala application showing WebSocket use with Akka actors
Stars: ✭ 194 (+128.24%)
Mutual labels:  sample, jvm, example, sample-app, example-project
Play Scala Starter Example
Play Scala Starter Template (ideal for new users!)
Stars: ✭ 238 (+180%)
Mutual labels:  sample, jvm, example, sample-app, example-project
play-scala-seed.g8
Play Scala Seed Template: run "sbt new playframework/play-scala-seed.g8"
Stars: ✭ 66 (-22.35%)
Mutual labels:  sample, jvm, example, sample-app, example-project
Play Java Websocket Example
Example Play Java application showing Websocket usage with Akka actors
Stars: ✭ 86 (+1.18%)
Mutual labels:  sample, jvm, example, sample-app, example-project
Play Scala Slick Example
Example Play Scala project with Slick
Stars: ✭ 59 (-30.59%)
Mutual labels:  sample, jvm, example, sample-app, example-project
Play Samples
Stars: ✭ 335 (+294.12%)
Mutual labels:  sample, jvm, example, sample-app, example-project
play-scala-anorm-example
Example Play Database Application using Anorm
Stars: ✭ 41 (-51.76%)
Mutual labels:  sample, jvm, example, sample-app, example-project
play-java-ebean-example
Example Play application showing Java with Ebean
Stars: ✭ 54 (-36.47%)
Mutual labels:  sample, jvm, example, sample-app, example-project
play-scala-secure-session-example
An example Play application showing encrypted session management
Stars: ✭ 54 (-36.47%)
Mutual labels:  sample, jvm, example, sample-app, example-project
play-java-chatroom-example
Example Chatroom with Java API
Stars: ✭ 33 (-61.18%)
Mutual labels:  sample, jvm, sample-app, example-project
play-scala-compile-di-example
Example Play Project using compile time dependency injection and Play WS with ScalaTest
Stars: ✭ 37 (-56.47%)
Mutual labels:  sample, jvm, sample-app, example-project
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (+62.35%)
Mutual labels:  sample, example, sample-app, example-project
play-scala-fileupload-example
An example Play application showing custom multiform fileupload in Scala
Stars: ✭ 29 (-65.88%)
Mutual labels:  sample, jvm, sample-app, example-project
play-scala-log4j2-example
An example Play project using Log4J 2 as the logging engine
Stars: ✭ 14 (-83.53%)
Mutual labels:  sample, jvm, sample-app, example-project
play-scala-tls-example
A Play application using HTTPS and WS with optional client authentication
Stars: ✭ 44 (-48.24%)
Mutual labels:  sample, jvm, sample-app, example-project

Lagom Samples

Build Status

Lagom is an open source framework for building reactive microservice systems in Java or Scala.

This repository contains code examples to help you understand how to achieve common goals. In general, code in each folder of this repository tries to answer a question of type "How do I xyz ?". For example: "How do I use RDBMS read-sides with Cassandra write-sides?".

Samples index

Community-driven examples

Contributing examples

This project follows the Lagom contributor guidelines. Please read and follow those when contributing Lagom Samples.

Pre-requisites

To download and run these examples you will need:

  1. a git client
  2. sbt or Maven depending on the example.
  3. a Java Development Kit
  4. a code editor (such as IntelliJ, Eclipse, Atom,... )

Using these examples

If you want to run a specific example you will have to clone the whole repository and then navigate to a specific application folder. For example:

  • git clone https://github.com/lagom/lagom-samples.git
  • cd mixed-persistence/mixed-persistence-java-sbt

Each example includes specific instructions in it's README.md file on how to run and exercise the application.

License

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion by you shall be licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].