tbroyer / gwt-maven-archetypes

Apache License 2.0
152 stars 39 forks source link

add new archetype: Spring Boot webapp with GWT RPC #62

Closed FrankHossfeld closed 4 years ago

FrankHossfeld commented 4 years ago

Added a new archetype: modular-springboot-webapp which creates a webapp using Spring Boot instead of Jetty or Tomcat. It shows also how to use GHWT RPC with Spring Boot.

FrankHossfeld commented 4 years ago
  • first, my aversion for Spring 🤷‍♂️

Me too, Spring is something like a deep blue whole that pulls you done. But, many of my clients are using Spring Boot, so It's hard to say no to Spring. And to be honest, Spring Boot as a base for a GWT application is nice. Easy way to get a rest controller working.

Yep, you are right. It works slightly different, so a separate repo is a good idea. I will move the PR into a new repo, once I'll have added your feedback. A link to the new repo would be perfect. I will link this repo, too, of course.

But first I will fix the things you mentioned. :-)

And, thanks a lot!

FrankHossfeld commented 4 years ago

Do you think gwt-maven-springboot-architype is a suitable name for the new repo?

FrankHossfeld commented 4 years ago

I'll close the PR, because I have created a new repo and move the PR into this repo - as you suggested. You can find the repo here: https://github.com/NaluKit/gwt-maven-springboot-archetype.

Thanks for your help