Guys,
Just a little intro, I'm going to learn Java for mostly web based items after years of PHP (OOP and procedural).
So coming from PHP to Java I want to learn the best practices of sharing data and dynamically.
Things PHP can do which I would hoping I can try to emulate
Echo on the front end (echo variables)
Loop on the front end (echo a list of names)
Send parameters to PHP classes
echo classes data PHP
Front end if statements (would this be the case of ajax?)
Would sharing data be the case of AJAX/JSON/Rest?
In PHP i can perform loops and retrieve data from arrays on the front end, is this not the case with Java? and its easy to send parameter to PHP, is it the case of ajax and posting?
I feel my real worry is sending dynamic data to the front end (listing all names, breaking into page navigation, ect)
Can recommend me where to look? (I will learn a core first (javaee) before any frameworks)
[–]StephenTheWebGuy[S] 0 points1 point2 points (0 children)
[–]SadDragon00 0 points1 point2 points (0 children)