Originally Posted by Tolls
|
|
JSP is not PHP.
|
That much is clear. I did not intend to imply otherwise. My personal opinion in bringing up PHP at all is simply that, I as a non object-oriented programmer type, have found PHP (having now used both) to be far easier to pick up and learn than I have found to be the case with Java, and everything that goes with it, eg. classes, servlets, debugging cryptic Java runtime errors.
Originally Posted by Tolls
|
|
Which is why I said earlier that you would not do this in a JSP page, but in a proper Java class.
|
Understood, another minor dilemma I am chewing on, primarily because of the OpenCMS layer sitting on our Debian Linux/Apache/Tomcat webserver. Truthfully I look at the use of JSTL as a crutch to help me avoid having to develop and implement classes.