Servlets, JSP with JSTL, and JDBC

K

kvnsmnsn

Is there somewhere on-line I can go to find out about Java Servlets,
JSP with JSTL, and JDBC? I also need to know about the Java 5
enhancements; I know that you can get the "Scanner" class in Java 5,
but I don't know anything about any other enhancements. Any
information on this would be greatly appreciated.

---Kevin Simonson

"You'll never get to heaven, or even to LA,
if you don't believe there's a way."
from _Why Not_
 
D

derek

Is there somewhere on-line I can go to find out about Java Servlets,
JSP with JSTL, and JDBC? I also need to know about the Java 5
enhancements; I know that you can get the "Scanner" class in Java 5,
but I don't know anything about any other enhancements. Any
information on this would be greatly appreciated.
---Kevin Simonson
"You'll never get to heaven, or even to LA,
if you don't believe there's a way."
from _Why Not_

http://java.sun.com
 
A

Are Nybakk

Is there somewhere on-line I can go to find out about Java Servlets,
JSP with JSTL, and JDBC? I also need to know about the Java 5
enhancements; I know that you can get the "Scanner" class in Java 5,
but I don't know anything about any other enhancements. Any
information on this would be greatly appreciated.

I don't really have any sources for you, but since you mention JDBC I
recommend you look up "Java Persistence API" (JPA). Oh, and EJB 3 for
enterprise beans. Both use "annotations".

I'm currently taking Java EE as a course myself. If you need additional
help just shout ;)
 
J

Juha Laiho

(e-mail address removed) said:
Is there somewhere on-line I can go to find out about Java Servlets,
JSP with JSTL, and JDBC?

Servlets, and partly JSP: Do read the Servlet specification from Sun;
even though it state that it's more geared for those developing
servlet containers, it's still a great resource for servlet developers
as well. As for JSP, the servlet spec helps when you remember that
JSPs are eventually compiled to servlets.

There are also JSP and JSTL specifications from Sun, and while helpful,
I don't find them a match in usefulness to the servlet spec. Still,
they may be good to have at hand when developing.

As for all these specifications, they are documents with several
versions available, and you should pick the ones that match the
versions implemented by the container for which you're developing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top