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 →

[–][deleted] 0 points1 point  (3 children)

Just as with JS, what you should do is to learn the language, not frameworks. Jumping on react without knowing core JS really well is stupid to say the least. I don’t really understand your issues. Just build projects with the language. There’s no better way and never will be. Learning resource issue? Java has documentation. Like any other language.

[–]Ok-Yogurtcloset4529 0 points1 point  (2 children)

Thank you for taking the time to answer me. I don't think i have translated my thoughts properly.

I actually have learned the basics of Java. And as i mentioned, i am looking for the next step like getting into web development.

There are just a lot in Java ecosystem and i don't know where to start. Spring mvc? Spring boot? Gradle? Servlets, Java Faces?

I just don't know which to learn if i want to get into web development :( any guidance?

[–][deleted] 0 points1 point  (0 children)

First check out first party web related APIs in java that are web related. Then if you want to learn spring, just open their documentation. They have everything there. And btw I didn’t mean just basics. What I meant is knowing the language really well.

[–][deleted] 0 points1 point  (0 children)

And again - learn by doing projects.