vaadin / form-filler-addon

Other
4 stars 0 forks source link

Enable, investigate hot deployment enabling for jetty (now hot deployment is not always working) #48

Closed czp13 closed 1 year ago

czp13 commented 1 year ago

In some cases it is working in some cases it is not. Investigate and document potentially it if not trivial to fix it, how to enable hot deployment or hot code change:

Potentially this can work:

Legioth commented 1 year ago

What about using Spring Boot instead? :)

czp13 commented 1 year ago

@Legioth: It would make sense :), thanks for the recommendation and idea.

Although as we discussed on today's daily before the tight deadline we would not add a fat dependency like Spring boot. Also, the addon was copied from the addon template as far as I know:

So following those conventions, I am definitely up for adding later on the Spring boot as this addon/repository becomes more complex with more and more examples and bigger API here.

czp13 commented 1 year ago

Closing as it was merged to master.