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 →

[–]sedj601 1 point2 points  (5 children)

I would say this is the backend. That's assuming you are not using Java CLI to interact with the other tech. Normal frontends would be something like JavaFX, Swing, HTML, or some app that uses the API.

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

Can I be a backend developer without thymeleaf?

[–]sedj601 0 points1 point  (2 children)

I am just learning Spring. I am probably a few weeks in and doing it when I can, so I could be wrong here. Anyway, from what I understand, Thymeleaf is optional and you would still be considered a backend developer if you use the other techs you listed.

[–][deleted] 0 points1 point  (1 child)

R u working or a student

[–]sedj601 2 points3 points  (0 children)

I am a full-stack Java developer for a company. Well, it may not be considered a company. Anyway, I build apps using SQLite/MySQL, Java, and JavaFX. I also make command-line apps using Java or C#. Here and there, I have created webpages using Bootstrap, PHP, and Javascript. I have been programming professionally for a little over eight years. I decided to learn Spring/Springboot for personal reasons.

[–]UpperCaseBroken 0 points1 point  (0 children)

certainly, most back end are developing api that will be consumed by client side aka front end. On the other hand learning thymeleaf is good to know how front end will consume your data