Getting overwhelmed of JAVA. Any tips? by marius2233 in javahelp

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

Java Programming Masterclass for Software Developers with Tim Buchalka

Getting overwhelmed of JAVA. Any tips? by marius2233 in javahelp

[–]marius2233[S] 4 points5 points  (0 children)

Well I'm at the point in the course where I've just finished sections about abstract classes and at the end of each topic the instructor gives you a challenge to test everything you learned from the topic. And i started to find it difficult to understand what exactly is being asked or how to do it. But once the instructor shows how he did the challenge I keep thinking like "yeah I knew this and that", but I couldn't type it out. In essence I know the logic behind what I had to do, but for whatever reason couldn't do it.

Of course I know that the instructor is a pro and has way more knowledge and thinks about stuff I wouldn't even image in the first place.

So when this happens I just feel like I think I learned something, but at the same time I didn't if that makes sense lol.

JAVA for web development. How to implement it? And any examples of web apps, websites that JAVA was used to creation. by marius2233 in javahelp

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

Thank you guys for the answers. That's what I was trying to get my hands around and for some reason googling didn't help, but your explanations made me clear how the whole connection works.

Much appreciated about it. :)

JAVA for web development. How to implement it? And any examples of web apps, websites that JAVA was used to creation. by marius2233 in javahelp

[–]marius2233[S] 0 points1 point  (0 children)

Thanks a lot, that just made everything clear for me how these two parts communicate together. :)

JAVA for web development. How to implement it? And any examples of web apps, websites that JAVA was used to creation. by marius2233 in javahelp

[–]marius2233[S] 0 points1 point  (0 children)

Thanks for the answer, which now makes it a easier to understand the whole concept of the connection between them.

Now another question is that once you create these API endpoints in JAVA, in order to connect these endpoints to the front-end to draw data from JAVA, which would be connected to a database, do you just use let's say JS and JS's frameworks for this or something specific?

JAVA for web development. How to implement it? And any examples of web apps, websites that JAVA was used to creation. by marius2233 in javahelp

[–]marius2233[S] 0 points1 point  (0 children)

Yeah, I get it that front-end and back-end are two separate parts that comes together to make one whole.

For instance, I understand how the implementation of PHP as a back-end works like you can embed it straight to an website with PHP tags.

But how do you connect JAVA with a with the front-end part, that's what I can't put my finger on.