You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to migrate my Vaadin/javalin application to version 6.1.0.
I am using vaadin-boot library for Vaadin which already provides an embedded Jetty server. I am looking how to set up a Javalin servlet to service the REST requests and dispatch them through Javalin.
I am trying to migrate my Vaadin/javalin application to version 6.1.0.
I am using vaadin-boot library for Vaadin which already provides an embedded Jetty server. I am looking how to set up a Javalin servlet to service the REST requests and dispatch them through Javalin.
Could you provide a minimal example under https://javalin.io/documentation#other-web-servers how to set up Javalin as a servlet. Or just provide pointers so that I can write an example.
The changes in version 6.x seems to change the approach how to do it. In the older versions we could do:
How should we do it with the version 6.x.
Thanks in advance.
The text was updated successfully, but these errors were encountered: