posted 16 years ago
Hello friends,
I am doing a project in struts.I have stored the database connection information in data-source tag of struts-config.xml file.This is the code.
Now I want to access this data in POJO.I know how to use it in action class but unable to use it in POJO.To access it in action class , the code goes like this....
Can anyone tell me what to do?.Any help will be highly appreciated.Thank you in advance.