ยง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
- Using a newer version of Akka and Play Framework
Running Lagom in development
- Development Environment
- Running Services
- How are Lagom services configured in development?
- Service Locator and Service Gateway
- Cassandra Server
- Kafka Server
Writing Lagom services
- Service descriptors
- Implementing services
- Service Metadata
- Consuming services
- Testing Services
- Message serializers
- Header Filters
- Error handling
- Additional Routers
Writing persistent and clustered services
- Domain Modelling with Akka Persistence Typed
- Migrating to Akka Persistence Typed
- Persistent Entity (classic)
- Choosing a Database
- Cassandra Setup
- Relational Database Setup
- Persistent Read-Side
- Cassandra Read-Side Support
- Relational Database Read-Side Support
- JDBC Read-Side Support
- JPA Read-Side Support
- Publish-Subscribe
- Cluster
- Serialization
- Projections