redpipe-example-wiki-keycloak-jooq

Redpipe Web Framework

License

License

Categories

Categories

Net jOOQ Data Databases KeY Data Formats Formal Verification Keycloak Security
GroupId

GroupId

net.redpipe
ArtifactId

ArtifactId

redpipe-example-wiki-keycloak-jooq
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

redpipe-example-wiki-keycloak-jooq
Redpipe Web Framework
Project URL

Project URL

http://maven.apache.org

Download redpipe-example-wiki-keycloak-jooq

How to add to project

<!-- https://jarcasting.com/artifacts/net.redpipe/redpipe-example-wiki-keycloak-jooq/ -->
<dependency>
    <groupId>net.redpipe</groupId>
    <artifactId>redpipe-example-wiki-keycloak-jooq</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.redpipe/redpipe-example-wiki-keycloak-jooq/
implementation 'net.redpipe:redpipe-example-wiki-keycloak-jooq:0.0.2'
// https://jarcasting.com/artifacts/net.redpipe/redpipe-example-wiki-keycloak-jooq/
implementation ("net.redpipe:redpipe-example-wiki-keycloak-jooq:0.0.2")
'net.redpipe:redpipe-example-wiki-keycloak-jooq:jar:0.0.2'
<dependency org="net.redpipe" name="redpipe-example-wiki-keycloak-jooq" rev="0.0.2">
  <artifact name="redpipe-example-wiki-keycloak-jooq" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.redpipe', module='redpipe-example-wiki-keycloak-jooq', version='0.0.2')
)
libraryDependencies += "net.redpipe" % "redpipe-example-wiki-keycloak-jooq" % "0.0.2"
[net.redpipe/redpipe-example-wiki-keycloak-jooq "0.0.2"]

Dependencies

compile (9)

Group / Artifact Type Version
net.redpipe : redpipe-engine jar 0.0.2
net.redpipe : redpipe-fibers jar 0.0.2
net.redpipe : redpipe-router jar 0.0.2
net.redpipe : redpipe-templating-freemarker jar 0.0.2
net.redpipe : redpipe-fast-classpath-scanner jar 0.0.2
io.vertx : vertx-mysql-postgresql-client jar 3.5.1
io.vertx : vertx-auth-jwt jar 3.5.1
io.vertx : vertx-auth-oauth2 jar 3.5.1
io.github.jklingsporn : vertx-jooq-async-rx jar 0.3

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
io.vertx : vertx-unit jar 3.5.1
org.testcontainers : postgresql jar 1.4.3
org.postgresql : postgresql jar 42.1.4

Project Modules

There are no modules declared in this project.

Redpipe is a Web Framework that unites the power and versatility of Eclipse Vert.x, the conciseness of JAX-RS (with Resteasy), and the non-blocking reactive composition of RxJava.

The main idea is that with Redpipe you write your endpoints in JAX-RS, using RxJava composition if you want, and underneath it all, Vert.x is running the show and you can always access it if you need it.

Redpipe is opinionated, favors convention over configuration, and lets you combine the following technologies easily to write reactive web applications:

  • Eclipse Vert.x and Netty, for all the low-level plumbing,
  • JAX-RS (Resteasy), for all your web endpoints,
  • RxJava for your reactive code,
  • Vert.x Web for all existing filters, templating support,
  • Swagger to describe your web endpoints,
  • CDI (Weld) for JAX-RS discovery and injection (optional),
  • Bean Validation (Hibernate Validator) to validate your web endpoints’ input (optional),
  • Coroutines (Quasar) to write synchronous-looking reactive code (optional).

More info at http://redpipe.net

Serving docs locally

$ cd docs
$ bundle exec jekyll serve

Release

$ mvn -Prelease release:clean release:prepare release:perform

Versions

Version
0.0.2
0.0.1