DavidThielen
5 years agoOccasional Contributor
How do I create a Java server framework?
Hi all;
Reading the details on Swagger (we first got it to create clients to our REST server), it looks like it can create the framework for a server app that implements the defined API.
We need to do this for Java (our existing REST server is .Net). We have prospects who want Java, not .Net Core.
What's the best way to do this? I see a ton of Java server choices. What I want is something that is as simple as possible to install, configure, and administer. Before Swagger I was thinking Spring, but I have not been in the server side of Java for 15 years so I likely don't know what's the latest/greatest approach for all this.
??? - thanks - dave