All Projects → pofallon → Jersey2 Akka Java

pofallon / Jersey2 Akka Java

An example async Java REST API using Jersey 2 and Akka

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jersey2 Akka Java

Reactive Serial
Reactive Streams API for Serial Communication
Stars: ✭ 24 (-52%)
Mutual labels:  akka
Akkeeper
An easy way to deploy your Akka services to a distributed environment.
Stars: ✭ 30 (-40%)
Mutual labels:  akka
Java Sec Code
Java web common vulnerabilities and security code which is base on springboot and spring security
Stars: ✭ 1,033 (+1966%)
Mutual labels:  tomcat
Nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 848 (+1596%)
Mutual labels:  akka
Lagom Example
Example usage of the Lagom Framework for writing Java-based microservices
Stars: ✭ 20 (-60%)
Mutual labels:  akka
Toketi Iothubreact
Akka Stream library for Azure IoT Hub
Stars: ✭ 36 (-28%)
Mutual labels:  akka
Akka Cluster Custom Downing
akka-cluster-custom-downing provides configurable auto-downing strategy you can choose based on your distributed application design.
Stars: ✭ 20 (-60%)
Mutual labels:  akka
Akka Typed Session
add-on to Akka Typed that tracks effects for use with Session Types
Stars: ✭ 47 (-6%)
Mutual labels:  akka
Blog
本仓库存放个人博客的 markdown 源文件
Stars: ✭ 951 (+1802%)
Mutual labels:  tomcat
Akka Wamp
WAMP - Web Application Messaging Protocol implementation written with Akka
Stars: ✭ 45 (-10%)
Mutual labels:  akka
Warbler
Warbler chirpily constructs .war files of your Ruby applications.
Stars: ✭ 850 (+1600%)
Mutual labels:  tomcat
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+1622%)
Mutual labels:  tomcat
Heimdallr
Heimdallr, a Large-scale chat application server based on Redis Pubsub and Akka's actor model.
Stars: ✭ 38 (-24%)
Mutual labels:  akka
Subnode.org
SubNode: Social Media App
Stars: ✭ 25 (-50%)
Mutual labels:  tomcat
Spark As Service Using Embedded Server
This application comes as Spark2.1-as-Service-Provider using an embedded, Reactive-Streams-based, fully asynchronous HTTP server
Stars: ✭ 46 (-8%)
Mutual labels:  akka
Scale
Another example of a REST API with Akka HTTP
Stars: ✭ 23 (-54%)
Mutual labels:  akka
Constructr Consul
This library enables to use Consul as cluster coordinator in a ConstructR based node
Stars: ✭ 32 (-36%)
Mutual labels:  akka
Nsdb
Natural Series Database
Stars: ✭ 49 (-2%)
Mutual labels:  akka
Psf Loginserver
Emulated PlanetSide 1 world and login server by the PSForever project.
Stars: ✭ 46 (-8%)
Mutual labels:  akka
Akka Trading
Scala Backtesting + Oanda REST API Trading Framework built on top of Akka/Spray
Stars: ✭ 40 (-20%)
Mutual labels:  akka

jersey2-akka-java

An example asynchronous REST API written in Java using Jersey 2 and Akka 2.3

Build Status Dependency Status

Key concepts

  • Instantiating an Akka ActorSystem at server startup and injecting it into each request
  • Fulfilling an asynchronous Jersey REST service invocation using Akka actors

How to run the example

  1. Clone this repository
  2. Run mvn tomcat7:run
  3. Visit http://localhost:9090/examples/doubler/2 via curl or your favorite browser

Prerequisites

  • JDK 7.x
  • Maven 3.x
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].