ngs-doo / revenj

DSL Platform compatible backend
https://dsl-platform.com
BSD 3-Clause "New" or "Revised" License
268 stars 44 forks source link

using revenj with vertx #109

Closed araneta closed 5 years ago

araneta commented 6 years ago

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

zapov commented 6 years ago

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.

araneta commented 6 years ago

yes youre right Vertx suggests to use async api