Forum Moderators: phranque
The reason: Trying to produce dynamic content - when a customer enters a variable, I would like to read a database and produce the necessary result.
Assuming I know nothing about JSP, what are the best tools, sites, to learn it?
Hope I posted this in the right area. =)
jd
Might be worth checking out good old fashioned PHP + MySQL too. Don't think I have ever found a JSP site that impressed me for performance.
(I just *know* there is going to be an enormous list of kick-ass JSP sites here before the morning ;))
it's also the most difficult and comprehensive to learn. And it requires a java application server such as Tomcat or JRun, and the configuration required for those as well.
The poster above suggested php which is a good choice if all you want to do is create simple dynamic sites.
I use ASP since I have a Windows server. PHP and ASP are easy to learn and implement.
I've worked in JSP, I like it, but it really is overkill unless you're going to get into very heavy application building. For reading and writing databases, ASP or PHP are the way to go.