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

[180 byte] By [codename47a] at [2007-11-27 10:23:02]
# 1

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

georgemca at 2007-7-28 17:19:37 > top of Java-index,Java Essentials,New To Java...
# 2

Google can find many good tutorial.

Yannixa at 2007-7-28 17:19:37 > top of Java-index,Java Essentials,New To Java...
# 3

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.

DrClapa at 2007-7-28 17:19:37 > top of Java-index,Java Essentials,New To Java...
# 4

JSP's are quite difficult if you are trying to learn Java. Learn Java first, learn JSP's later

Brightness86a at 2007-7-28 17:19:37 > top of Java-index,Java Essentials,New To Java...