net.redpipe:redpipe-engine

Redpipe Web Framework

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.redpipe
Идентификатор

Идентификатор

redpipe-engine
Последняя версия

Последняя версия

0.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Redpipe Web Framework
Ссылка на сайт

Ссылка на сайт

http://redpipe.net/redpipe-engine

Скачать redpipe-engine

Как подключить последнюю версию

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

Зависимости

compile (23)

Идентификатор библиотеки Тип Версия
io.vertx : vertx-core jar 3.5.1
io.vertx : vertx-config jar 3.5.1
io.vertx : vertx-jdbc-client jar 3.5.1
io.vertx : vertx-rx-java jar 3.5.1
io.vertx : vertx-rx-java2 jar 3.5.1
io.vertx : vertx-web-client jar 3.5.1
io.vertx : vertx-web jar 3.5.1
io.vertx : vertx-mail-client jar 3.5.1
org.jboss.resteasy : resteasy-jaxrs jar 4.0.0.Beta5
org.jboss.resteasy : resteasy-validator-provider-11 jar 4.0.0.Beta5
org.jboss.resteasy : resteasy-jackson2-provider jar 4.0.0.Beta5
org.jboss.resteasy : resteasy-vertx jar 4.0.0.Beta5
org.jboss.resteasy : resteasy-rxjava jar 4.0.0.Beta5
org.jboss.resteasy : resteasy-rxjava2 jar 4.0.0.Beta5
javax.el : javax.el-api jar 3.0.0
com.sun.el : el-ri jar 1.0
javax.servlet : javax.servlet-api jar 3.1.0
org.slf4j : slf4j-jdk14 jar 1.6.3
com.github.rjeschke : txtmark jar 0.13
io.swagger : swagger-jaxrs jar 1.5.16
io.reactivex : rxjava-reactive-streams jar 1.2.1
org.hibernate.validator : hibernate-validator jar 6.0.13.Final
io.reactiverse : reactive-contexts-core jar 1.0.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
io.vertx : vertx-unit jar 3.5.1
io.vertx : vertx-auth-shiro jar 3.5.1

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.0.4
0.0.3
0.0.2
0.0.1