jsp tutorial
hello
i am beginer to java and jsp.
where i will get a good tutorial for jsp including the data base connections.
i have to use postgresql as the back end
hello
i am beginer to java and jsp.
where i will get a good tutorial for jsp including the data base connections.
i have to use postgresql as the back end
If you're a beginner to Java, forget all about JSP for a while. Seriously. Too many new things all at once will just stop you understanding any of them
Tutorials for JSP won't discuss databases because they have nothing to do with JSP. If you want a Java database tutorial, then "JDBC tutorial" is the Google keywords you should use.
And you shouldn't be putting database code in well-designed JSPs anyway. That should be done in a servlet or a bean that extracts the data and arranges it in such a way that the JSP just outputs it.