I am creating a Web-App using MyEclipse 5.5,Struts 1.2,JBoss 4.x,and Oracle 8i.I created a database in Oracle named "XYZ".In database I created a table named "customer".How I established a connection between my Struts Web-App and this Oracle table.Please provide me the steps I need to follow or provide me the code,I need it urgently,please Help.
do you know JDBC concepts? if yes you can use same kind of implementation for struts based application also or else go through the JDBC topics by that you can come to know how to access database from your applications.