ngs-doo / revenj

DSL Platform compatible backend

Home Page:https://dsl-platform.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using revenj with vertx

araneta opened this issue · comments

Is it possible to use this revenj inside a verticle (vertx)? please give me some directions, Thanks

commented

As a library you should be able to use it from any other framework.

But Java version doesn't really fit well with Vertx which prefers the async API, while the Revenj Java API is blocking. Thats not really a blocker, just a bit unnatural for Vertx.

I don't have any examples, but it should boil down to the same Container initialization as in any other framework.

yes youre right Vertx suggests to use async api