Yoke

Yoke a middleware framework for Vert.x 3

License

License

GroupId

GroupId

com.jetdrone
ArtifactId

ArtifactId

yoke-project
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Yoke
Yoke a middleware framework for Vert.x 3
Project URL

Project URL

http://pmlopes.github.io/yoke
Source Code Management

Source Code Management

https://github.com/pmlopes/yoke

Download yoke-project

Filename Size
yoke-project-3.0.0.pom 10 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.jetdrone/yoke-project/ -->
<dependency>
    <groupId>com.jetdrone</groupId>
    <artifactId>yoke-project</artifactId>
    <version>3.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jetdrone/yoke-project/
implementation 'com.jetdrone:yoke-project:3.0.0'
// https://jarcasting.com/artifacts/com.jetdrone/yoke-project/
implementation ("com.jetdrone:yoke-project:3.0.0")
'com.jetdrone:yoke-project:pom:3.0.0'
<dependency org="com.jetdrone" name="yoke-project" rev="3.0.0">
  <artifact name="yoke-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jetdrone', module='yoke-project', version='3.0.0')
)
libraryDependencies += "com.jetdrone" % "yoke-project" % "3.0.0"
[com.jetdrone/yoke-project "3.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • framework
  • middleware/helmet
  • middleware/pac4j
  • middleware/reststore
  • middleware/swagger
  • middleware/toobusy
  • engine/handlebars
  • engine/jade
  • engine/mvel
  • engine/thymeleaf

Yoke

Yoke is a polyglot middleware framework for Vert.x, shipping with over 12 bundled middleware.

Build Status

Instalation

To get started with Yoke in your project you can use Vert.x module system to download it from the maven repository or include the maven dependency your self. The moment this module is only compatible with Vert.x 2.

The Vert.x module id is: com.jetdrone~yoke~3.0.0. If you prefer to use maven, you can get the artifacts using the following dependency:

<dependency>
  <groupId>com.jetdrone</groupId>
  <artifactId>yoke</artifactId>
  <version>3.0.0</version>
</dependency>

Getting started

Yoke 3 is a transitional package that you can use to port your existing apps to Vert.x3, however it is recommended to use Vert.x-Web for new development since that is where the focus is now.

If you need help with Yoke. just ask your questions on yoke framework group.

Example Applications

Under the directory example you will find a couple of examples built with Yoke.

  • A naive implementation of a CMS application using Redis as a database backend
  • Mozilla Persona authentication implementation
  • Groovy get started example
  • JavaScript get started example

All these examples are presented as a showcase of the framework, they are lacking lots of features and testing.

Inspiration

This project was inspired by Connect.

License

This project is released under the Apache License 2.0 as included in the root of the project.

Versions

Version
3.0.0
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12