Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Latest commit

 

History

History
82 lines (61 loc) · 4.85 KB

File metadata and controls

82 lines (61 loc) · 4.85 KB

mvn jooby:run

  • jooby:run: maven plugin with hot reload of classes, powered by {{jboss-modules}}.

asset pipeline

parsers & renderers

  • jackson: JSON supports via Jackson.
  • gson: JSON supports via Gson.

template engines

session

  • redis: HTTP session store for {{redis}}.
  • memcached: HTTP session store for {{memcached}}.
  • mongodb: HTTP session store for {{mongodb}}.
  • hazelcast: HTTP session store for {{hazelcast}}.
  • ehcache: HTTP session store for {{ehcache}}.

sql

  • jdbc: high performance connection pool for jdbc via {{hikari}}.
  • jdbi: fluent API for JDBC.
  • flyway: database migrations via {{flyway}}.

object relational mapping - ORM

  • hibernate: object/relational mapping via {{hibernate}}.
  • ebean: object/relational mapping via {{ebean}}.

validation

mongodb

caches

  • redis: Advanced cache and key/value store for Java.
  • memcached: In-memory key-value store for small chunks of arbitrary data.
  • hazelcast: {{hazelcast}} for {{jooby}}.
  • ehcache: Java's most widely-used cache.

full text search

async

  • akka: build concurrent & distributed applications via Akka.

amazon web services

  • aws: Amazon web services s3, sns, sqs, ..., etc..

swagger

  • swagger: powerful representation of your RESTful API.

auth & security

  • pac4j: authentication module via: {{pac4j}}.

scheduling

  • quartz: advanced job scheduling.

enterprise integration patterns (EIP)

  • camel: enterprise service bus for Jooby.

emails

amazon web services

  • aws: wire AWS services and expose them in Guice.

css pre-processors

  • sass: {{sass}} CSS pre-processor via {{sassjava}}.
  • less: {{less}} CSS pre-processor via {{less4j}}.

servers

servlet

  • servlet: supports war deployments.