ยงLagom reference guide
Configuring builds and the development environment
- Defining a Lagom build
- Splitting a system into multiple builds
- Importing an existing Maven project into Eclipse
- Creating a new Maven Eclipse project with the Lagom archetype
- Importing an sbt project into Eclipse
- Importing an existing Maven Project into Intellij
- Importing an sbt project into Intellij
- Set up Immutables in your IDE
- Increase memory for sbt and Maven
Running Lagom in development
- Development Environment
- Running Services
- How are ports assigned to services?
- Service Locator
- Cassandra Server
- Kafka Server
Writing Lagom services
- Service descriptors
- Implementing services
- Service Metadata
- Consuming services
- Testing Services
- Message serializers
- Header Filters
- Error handling
Writing persistent and clustered services
- Persistent Entity
- Cassandra Persistent Entities
- Relational Database Persistent Entities
- Persistent Read-Side
- Cassandra Read-Side Support
- Relational Database Read-Side Support
- JDBC Read-Side Support
- JPA Read-Side Support
- Publish-Subscribe
- Serialization
- Cluster
Decouple services with a message broker
Running Lagom in production
- Production Overview
- Lightbend ConductR
- Using ConductR with maven
- Using ConductR with sbt
- Reactive Platform