hi, can you please give a step by step procedure on how to connect oracle database with jsp.
I am new to the language and cant quite figure a way out.My first page is a user login and therafter username is used.How do i use sessions for this?

Thanks in advance

Recommended Answers

All 2 Replies

You should NOT connect to anything from a JSP. Do that in a servlet (or rather a business logic class called from a servlet) which the JSP form points to.
The servlet can then forward the request to some JSP after it's handled it for displaying the results.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.