Include or import??
843835Feb 7 2002 — edited Feb 7 2002Hi,
I have an JSP which connects to an Oracle Database... I am trying to separate the JDBC connection from the JSP so that I can use it in all my JSP pages....
In PHP, its normally an include file but I heard that in JSP includes donot provide this support.. can anyone tell me how I can achieve this???
I can write a Java class and import it but if I want to do only using JSP how can I do it??
TIA,
gaucho