tomcat+oracle sample

2001-07-16 Thread Jerry Qu



Hi All
 
could someone provide a sample jsp for tomcat 
that access oracle 8i with detailed setting?
 
TIA
 
Jerry
 


FW: tomcat+oracle sample

2001-07-16 Thread albert



 
Dear 
Jerry
 
I 
never do JSP file that access directly to Oracle 8i, but I did like 
this:
From 
JSP ( Tomcat ) i send data to another interface java file, I use Java 
Beans and then from that interface
i send 
to business logic, which is can access Oracel 8i
I give 
you two file
1) 
UtilityDB, this object you can use for access Oracle
2) 
CallingUtility, this java file that use UtilityDB to access and exceute Oracle 
database
 
For 
private company reason, some data I delete, so may be you need to fix a little 
debug when encounter problem when you compile UtilityDB
for 
CallingUtility I didn't meant you can compile, you must create your own code to 
call UtilityDB
 
regards
 

Albert Oscarina System Specialist Solution Made 
Pocketable http://www.SMPdirect.com Phone : (65) 276 7624 Fax   
: (65) 274 4770 mail : 
[EMAIL PROTECTED] 
"If we have a strong reason, we will find the 
way" (Bits & Pieces, The Economics 
Press) 
 

  -Original Message-From: Jerry Qu 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 18, 2001 6:27 
  AMTo: [EMAIL PROTECTED]Subject: 
  tomcat+oracle sample 
  Hi All
   
  could someone provide a sample jsp for 
  tomcat that access oracle 8i with detailed setting?
   
  TIA
   
  Jerry
   
 OracleAccess.zip