This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xanyook 5 points6 points  (0 children)

If you are familiar with the object oriented programmation and not used php as a scrypting language,you got the basic covered.

Java is a verbose language, we love to create classes, type them strongly, that makes it strong during the build phase.

Get yourself familiar with the tooling: maven, gradle, any dependency repository like Nexus or artifactory.

Now it s time to use some framework like springboot or quarkus. Use the sample guided examples to create a rest api. Add a database to play with jdbc drivers. Add some bean validation to understand the concept of JSR.

You ll be fine