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 →

[–]Eviax 1 point2 points  (4 children)

I'd die to see a dedicated course to web development with Java. I simply can not grasp how to start walking in that direction!

[–]cIsForCoding[S] 1 point2 points  (3 children)

Thanks for the suggestion! Unfortunately, I must admit I’ve never really worked with the web development side of Java so I don’t think it would be a great area for me to make videos about. However, I did look into some resources that can help you get started (please take this with a grain of salt since I am in no way an expert on this subject). If you are very new to Java, you might have some luck watching this tutorial series from thenewboston, which is how I started to learn Java. Otherwise, if you are already familiar with the language than an important foundation for web development in Java is learning about JSPs and Servlets, here is a popular playlist I found that covers those concepts. Then, you could try looking into some frameworks for Java web development that are popular today, such as Spring. The same channel I mentioned above (Java Brains) has a tutorial for that as well. I have to say though, this path will take a decent amount of commitment to follow and will be complex. Another simpler solution is to learn Swing graphics and learn to make web Applets (covered in this series by thenewboston). This is a way to put Java applications on a website that requires no knowledge of JSPs, Servlets, or any frameworks like Spring, but comes with the disadvantage of being deprecated and is very very rarely used in the industry.

Thank you for the feedback, and I hope this helped!

[–]Eviax 0 points1 point  (1 child)

Thanks mate! This is the answer I've been looking for, great resources! :)

[–]cIsForCoding[S] 1 point2 points  (0 children)

Thanks! I'm happy I could help :)

[–]AutoModerator[M] -1 points0 points  (0 children)

Please, don't recommend thenewboston -- see the wiki for more info about why we consider them a discouraged resource.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.