Doubt technology for building Webapi Rest in Java

Asked

Viewed 29 times

0

I am posting this topic to check from your experience which technology you are using to build Webapi Rest in java.

What libraries? What techniques? What advantages and disadvantages of technology.

I am a beginner in this subject and would like to better understand what is being used and where to start.

Thank you.

1 answer

-2


A little generic your question, because of the wave of microservices what I see that has been a lot using is Springboot, usually with Jetty or embedded Tomcat, I particularly like is very productive in a few minutes you already have an endpoint to call.

The advantages is that it is easily scalable, is configurable via Annotation is and has tmb the actuators that I like quite.

In terms of libs there is nothing to talk about except for mandatory Spring Boot libs the rest varies a lot of what you want to use.

I didn’t understand very well the part of techniques you mentioned.

I think you could start with the Spring Boot Started Getting but it is important that you have a nice level of Java before you go to this step.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.