Lagom Java Chirper
Introduction to create a twitter-like app using Lagom Java
TweetIntroduction to create a twitter-like app using Lagom Java
TweetThere are several ways to get this template.
lagom-java-chirper
in the Lightbend Activator UI.Already have Lightbend Activator (get it
here)? Launch the UI then
search for lagom-java-chirper
in the list of
templates.
lagom-java-chirper
project as a zip archiveIf you haven't installed Activator, you can get the code
by downloading the template bundle
for lagom-java-chirper
.
In your File Explorer, navigate into the directory that the template was extracted to, right-click on the file named "activator.bat", then select "Open", and if prompted with a warning, click to continue:
Or from a command line:
C:\Users\typesafe\lagom-java-chirper> activator ui
This will start Lightbend Activator and open this template in your browser.
lagom-java-chirper
project from the command lineIf you have Lightbend Activator, use its command line mode
to create a new project from this template.
Type activator new PROJECTNAME lagom-java-chirper
on the command line.
The creator of this template maintains it at https://github.com/lagom/activator-lagom-java-chirper/tree/master.
We've included the text of this template's tutorial below, but it may work better if you view it inside Activator on your computer. Activator tutorials are often designed to be interactive.
This project demonstrates how to build a twitter-like application, with a few microservices, in Java. For a step by step guide of the project watch the screencasts: